/* CSS Document */

/* Definition von Containern etc. */


html,body {
	margin:0;
	width:100%!important;
	border:none!important;
	height:100%;
	background-color:#fff;
	overflow:hidden;
}


/************************************************* header *****************************************************/

div#header {
	widht:100%;
	height:106px;
	background:url(../img/layout/bg_header.gif) top left repeat-x;
	min-width:960px;	
}

div#header div#logossgd {
	width:225px;
	height:96px;	
	background:url(../img/layout/logo_ssgd.gif) bottom right no-repeat;
	float:left;
}

div#header div#logossgd a {
	display:block;
	width:180px;
	height:66px;
	margin:30px 0 0 45px;
}

div#header div#rootnav {
	width:147px;
	height:16px;
	background-color:#5976B3;
	color:#FFFF00;
	text-transform:uppercase;
	float:right;
	margin:10px 50px 0 0;
	padding-left:3px;
	font-size:10px;
}

div#header div#rootnav a {
	color:#FFFF00;
}

div#header #shortcuts {
	width:220px;
	height:32px;
	float:left;
	margin:42px 0 0 37px;
}

#shortcuts ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#shortcuts ul li {
	width:32px;
	height:32px;
	margin-left:8px;
	float:left;
}

#shortcuts ul li a {
	display:block;
	width:100%;
	height:100%;
}

#shortcuts ul li a span {
	display:none;
}

#shortcuts ul #shortCutNews {
	background:url(../img/icons/news-top.gif) top left no-repeat;
}
#shortcuts ul #shortCutNewsletter {
	background:url(../img/icons/newsletter-top.gif) top left no-repeat;
}
#shortcuts ul #shortCutInfo {
	background:url(../img/icons/infos-top.gif) top left no-repeat;
}
#shortcuts ul #shortCutKontakt {
	background:url(../img/icons/kontakt-top.gif) top left no-repeat;
}
#shortcuts ul #shortCutDownloads {
	background:url(../img/icons/downloads-top.gif) top left no-repeat;
}


div#header #shortCutDescription {
	width:200px;
	height:20px;
	position:absolute;
	top:79px;
	left:268px;
	text-align:right;
	color:#fff;
	font-size:18px;
}

#sponsorenLogos span {
	margin-left:13px;
	font-size:10px;
	color:#5976B3;
	font-weight:bold;
	text-transform:uppercase;
}

/************************************************* /header *****************************************************/


/************************************************* navigation *************************************************/

#navigationContainer {
	position:absolute;
	width:240px;
	float:left;
	background-color:#fff;
}

div#logoswissolympics {
	float:right;
	margin:15px 55px 0 0;
	width:192px;
	height:65px;
	background:url(../img/layout/logo_swissolympics.gif) top left no-repeat;
	
}
/************************************************* stufe 1 *************************************************/

#navigationContainer ul {
	margin:52px 0 0 0;
	list-style-type:none;
	padding:0;
	display:block;
	width:250px;
}

#navigationContainer ul li {
	min-height:25px;
	padding:0;
	text-transform:uppercase;	
	width:140px;
	vertical-align:baseline;
	font-size:11px;
	padding-left:52px;
}

#navigationContainer ul li img {
	margin:8px 5px 0 0;
	float:left;
}

#navigationContainer ul li span {
	display:block;
	padding-top:3px;
}

#navigationContainer ul li span a {
	display:block;
	width:80px;
	color:#5976B3;
	text-decoration:none;
}

#navigationContainer ul li#schule {
	background:url(../img/icons/schule-nav.gif) top left no-repeat;
}
#navigationContainer ul li#schule.inaktiv {
	background:url(../img/icons/schule-nav-inaktiv.gif) top left no-repeat!important;
}
#navigationContainer ul li#schule.inaktiv:hover {
	background:url(../img/icons/schule-nav.gif) top left no-repeat!important;
}

#navigationContainer ul li#sport {
	background:url(../img/icons/sport-nav.gif) top left no-repeat;
}
#navigationContainer ul li#sport.inaktiv {
	background:url(../img/icons/sport-nav-inaktiv.gif) top left no-repeat!important;
}
#navigationContainer ul li#sport.inaktiv:hover {
	background:url(../img/icons/sport-nav.gif) top left no-repeat!important;
}

#navigationContainer ul li#wohnen {
	background:url(../img/icons/wohnen-nav.gif) top left no-repeat;
}
#navigationContainer ul li#wohnen.inaktiv {
	background:url(../img/icons/wohnen-nav-inaktiv.gif) top left no-repeat!important;
}
#navigationContainer ul li#wohnen.inaktiv:hover {
	background:url(../img/icons/wohnen-nav.gif) top left no-repeat!important;
}

#navigationContainer ul li#ueberuns {
	background:url(../img/icons/ueberuns-nav.gif) top left no-repeat;
}
#navigationContainer ul li#ueberuns.inaktiv {
	background:url(../img/icons/ueberuns-nav-inaktiv.gif) top left no-repeat!important;
}
#navigationContainer ul li#ueberuns.inaktiv:hover {
	background:url(../img/icons/ueberuns-nav.gif) top left no-repeat!important;
}


/************************************************* stufe 2 *****************************************************/

#navigationContainer ul li ul {
	margin:10px 0 0 48px;
	width:150px;
	padding:0 0 0 15px;
	margin-bottom:10px;
}

#navigationContainer ul li ul li{
	min-height:15px;
	text-transform:uppercase;
	display:block;
	width:120px;
	color:#082E7B;
	padding-left:15px;
	font-size:10px;
	background:url(../img/layout/nav_2_line-vert.gif) top left repeat-y;
	
}

#navigationContainer ul li ul li a {
	color:#082E7B;
	text-decoration:none;
	background-color:#fff;
	padding:0 5px;
}

#navigationContainer ul li ul li a:hover {
	text-decoration:underline;
}

#navigationContainer ul li ul li.aktiv{
	background:url(../img/layout/nav_2_line-aktiv.gif) top left no-repeat;
}

#navigationContainer ul li ul li.noline{
	background:url(../img/layout/nav-retouche.gif) top left repeat-y;
}

/************************************************* stufe 3 *****************************************************/

#navigationContainer ul li ul li ul {
	margin:0 0 0 -15px;
	width:150px;
	margin-bottom:0px;
	padding:5px 0 0 0;		
}

#navigationContainer ul li ul li ul li{
	min-height:15px;
	text-transform:uppercase;
	display:block;
	width:120px;
	color:#082E7B;
	padding-left:15px;
	background:url(../img/layout/nav_3_line-corner.gif) top left no-repeat #fff;
	padding-left:25px;
	margin-left:0;
	padding-bottom:1px;
}

#navigationContainer ul li ul li ul li.pre{
	background:url(../img/layout/nav_2_line-vert.gif) top left no-repeat;
}

#navigationContainer ul li ul li ul li.noline{
	background:url(../img/layout/nav-retouche.gif) top left repeat-y;
}





#ver-trennlinie {
	left:240px;	
	position:absolute;
	width:20px;
	height:548px;
	background:url(../img/layout/ver-trennlinie.gif) top left no-repeat;
	float:left;
	margin:52px 0 0 0;
}

/**************************************************** /nav ****************************************************/

/************************************************* content ****************************************************/

#breadcrumb {
	position:absolute;
	z-index:1;
	left:270px;
	width:691px;
	height:18px;
	background-color:#0C419A;
	float:left;
	color:#fff;
	padding-left:10px;
	font-size:10px;
	padding-top:3px;
	text-transform:uppercase;

}

#breadcrumb a {
	color:#fff;
}

#contentContainer {
	position:absolute;
	top:106px;
	left:270px;
	right:0;	
	bottom:27px;
	padding-bottom:20px;
	background-color:#fff;
	overflow:auto;
	background-attachment:fixed;	
}

.bgueberuns {
	background:url(../img/bgicons/ueberuns.jpg) 95% 160px no-repeat #fff;
}

.bgschule {
	background:url(../img/bgicons/schule.jpg) 95% 160px no-repeat #fff;
}

.bgsport {
	background:url(../img/bgicons/sport.jpg) 95% 160px no-repeat #fff;
}

.bgwohnen {
	background:url(../img/bgicons/wohnen.jpg) 95% 160px no-repeat #fff;
}

#content {
	width:700px;
	height:auto;
	float:left;
	color:#0C419A;
	padding-bottom:20px;
}

#homeMovie {
	margin-left:77px;
}

/************************************************* /content ****************************************************/

/************************************************* footer *****************************************************/

div#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:27px;	
	background:url(../img/layout/bg_footer.gif) top left repeat-x;
	text-align:center;

}

div#footer div {
	color:#fff;
	margin-top:8px;
	font-size:11px;
}



/************************************************* /footer *****************************************************/


/************************************************* misc *****************************************************/

.spacer20px {
	height:20px;
}

.height0px {
	height:0px;
	overflow:hidden;
}

.clear {
	clear:both;
}

.clear-right {
	clear:right;
}

.hidden {
	display:none;
}