/**
 * The Navigation
 */

ul.tabsNavigator, ul.tabsNavigator ul { 
      padding:0; 
      margin:0; 
      list-style-type: none;
}

ul.tabsNavigator {

}

ul.tabsNavigator li { 
      position:relative; float:left;            
}

ul.tabsNavigator a { 
      display:block; 
}

ul.tabsNavigator :hover > a {

}

ul.tabsNavigator > li:hover > ul {

}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

div.clear {clear: both; height: 1px; line-height: 1px; font-size: 1px;} 

/* clearing floats */
/* slightly enhanced, universal clearfix hack */
.clearFloat:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearFloat { display: inline-block; }
/* start commented backslash hack */
* html .clearFloat { height: 1%; }
.clearFloat { display: block; }
/* close commented backslash hack */


/* Image Umgebung */
.flLeft {
  float: left;
  clear: left;
  margin: 0 1.5em 1.5em 0;
}

.flRight {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1.5em;
}

h1 {
    font-family: Courier New, Courier, serif;
	font-size: 1.4em;
	margin-bottom: 1em;
    margin-top: 1em;
}

h1 span {
    padding: 0.1em 0.35em 0.2em 0.3em;
    letter-spacing: 0.05em; 
}

h2 {    
    font-family: Courier New, Courier, serif;
	font-size: 1.4em;
	margin-bottom: 1em;
    margin-top: 0.3em;
}

h3 {
    font-family: Courier New, Courier, serif;  
	font-size: 1.3em;
	margin-bottom: 0.2em;
    display: inline;
}

p { margin-bottom: 1em; }

strong {font-weight: bold;}

a { text-decoration: none;}
a:hover { text-decoration: none;}
a:visited {  }

.hidden {display: none;}

body {
	font-family: Georgia,Times New Roman,Times,serif;	
	font-size: 62.5%;
}

#contentcontainer {
    margin: 2em;
}

#container {
	min-width: 64em;
    max-width: 160em;  
	margin: 0 auto; 
	text-align: left; 
	padding-bottom: 10px;
}


/* Header and Navigation */
#header {
	margin: 0;
}

.headerBar {
    height: 2.2em;
    margin-bottom: 0.4em;
}

.tabsNavigator a:hover, .tabsNavigator .active a { }

#headernavigatorNavi a {
    font-family: Courier New, Courier, serif;    
    font-size: 1.4em;
	padding: 0.15em 1em;
}

#headernavigatorNavi .home {
	background: url(/robots.txt/../sd_assets/logo-sd.png) no-repeat transparent 1em 0.5em;   
    width: 270px; 
}

#headernavigatorNavi .home a{
	visibility: hidden;    
}

#languageNavi {
    float: right;
    margin-right: 11em;
}

#languageNavi a {
    font-family: Courier New, Courier, serif;    
    font-size: 1.4em;
	padding: 0.15em 1em;
}

#projectsNavi a {   
    font-size: 1.4em;
    font-weight: bold;
	padding: 0.15em 1em;
}

/* Main Index */
#playground {
    width: 100em;
    height: 11em;
    margin-bottom: 0.4em;
}

#playground .mainPage {margin: 0; }

#playground h1 {
    display: none;
}

.project {
    float: left;
    width: 120px;
    height: 90px;
    margin: 0 0.4em 0.4em 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: transparent;
	padding: 0.2em;     
    font-family: Courier New, Courier, serif;
	opacity: 0.85;  
}

#tooltip h3, #tooltip div { 
    margin: 0;
    background: #fff;
    padding: 0.2em;   
    letter-spacing: 0.05em;
}

#tooltip div { 
    font-size: 1.2em;
}

/* Content */
#sidebar {
    font-family: Courier New, Courier, serif;
    font-size: 1.3em;   
    float: left;
    width: 250px;
}

#mainContent {
    float: left;
    width: 70em;
}

#mainContent p, #playground p {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-style: italic
}

.mainPage { margin-bottom: 5em; }
.mainPage h1 { margin-top: 0 !important; }


/* Cycle */
#nav {margin-top: 0.5em;}

#nav a {
    font-family: Courier New, Courier, serif;    
    font-size: 1.2em;
	padding: 0 0.5em;    
}

#nav a.activeSlide { }
