/* Meta und Body */
html {
	overflow:scroll;
}
html, body {
	height:100%;
}
body {
	background:#FFFFFF url(images/bg.gif) repeat-y center;
	margin:0 auto;
	font:12px/16px Verdana,Arial,Helvetica,sans-serif;
	color:#777F92;
	width:760px;
}

#header {
	position: relative;
	height: 100px;
	text-align: left;
}
#topmenu {
	display:none;
	position:absolute;
	top:3px;
	right:0;
	font-size:11px;
}
.logo0 {	/* KUSS */
	position:absolute;
	top:50px;
}
.logo1, .logo2 {
	position:absolute;
	right:0;
	bottom:5px;
}
.logo1 {	/* Swiss Olympic */
	right:150px;
	margin-bottom:7px;
}
.logo2 {	/* Oberstufe Uster */
	margin-bottom:0;
}

#container {
	margin-top:30px;
	height:80%;
	text-align:left;
}

#left {
	display:none;
}

#content {
	background: #FFFFFF;
	width: auto;
	height: 100%;
	border: 1px solid #AC8FA7;
}
html>body #content {
	margin-left:0;
	height:auto;
	min-height:99%
}

#contenthead {
	height: 22px;
}

.contentpath {
	float:left;
	line-height:22px;
	padding-left:40px;
	font-size:11px;
	color:#A58EA1;
}

.contentprint {
	display:none;
}

.contentpic {
	display:none;
}

.contenttext {
	margin: 25px 10px 10px 40px;
}

#menu {
  display:none;
}

#foot {
	margin-left:0;
	background: #D3B5D0;
	border: 1px solid #AC8FA7;
	border-top: none;
	padding-left: 40px;
	font-size: 10px;
	color:#FFFFFF;
}


/* Allgemein */
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color:#6F2F63;
}
a:hover { 
	color:#A58EA1 
}

h1 {
	margin: 5px 0;
	font: 12px Arial, Helvetica, sans-serif bold;
}
hr {
	background-color:#D7CECF; /* Mozilla 1.4 */
	color:#D7CECF; /* IE 6 */
	border: #D7CECF; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}




/* MENU */
/* First Level Navigation */
a.fstLevel {
	color: #4F3149;
}
a.fstLevel,
a.fstLevelActive {
	text-decoration:none;
	display:block;
	padding:4px;
	margin:0px;
	text-align:left;
	font-size:12px;
	border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	margin-top:-1px;
}
a:hover.fstLevel,
a.fstLevelActive {
	color:#A58EA1;
	background:#fff;
}

/* Second Level Navigation */
a.secLevel {
	color:#654A60;
	background:#F9F9F9;
}
a.secLevel,
a.secLevelActive {
	display:block;
	text-decoration:none;
	padding:3px;
	margin-left:7px;
	font-size:11px;
	border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	margin-top:-1px;
}
a:hover.secLevel,
a.secLevelActive {
	color:#A58EA1;
  	background:#fff;
}

/* Tags End */

