/* Stylesheet für die Anzeige auf dem Bildschirm und Beamer
http://wetterstation.kolleg-st-blasien.de
Letzte Änderung: 30.04.2008
*/

/* Resetten -> für alles andere explizit eigenschaften setzen! */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	background: #4a84a6 url(images/bg.png) repeat-x left top;
	font-family: "Lucida Sans Unicode",geneva,verdana,sans-serif;
}


/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
}

.caption {
	font-variant:small-caps;
	line-height: 1.7em;
	color:black;
}

/* Ueberschriften */
h1.welcome {
	font-size:29px;
	margin-top:20px;
}


h2 {
	background:url(images/h2_shadow.png) no-repeat left bottom;
	padding-bottom:31px;
	font-size:20px;
}

h2.noshadow {
	background:none;
	padding-bottom:10px;
	font-size:20px;
}

.image {
	background:#ECECEC;
	border:5px #ECECEC solid;
}

.imageright {
	padding-top:0px;
	background:#ECECEC;
	border:12px #ECECEC solid;
	float:right;
	position: relative;
	z-index:3;
}

#imageblog {
	margin-left:15px;
	padding:15px;
	background:#ECECEC;
	float:right;
	position: relative;
	z-index:3;
	clear:both;
}
	

/* Header */
#header {
	width:902px;
	height:166px;
	margin: 0 auto;
	padding:0px;
	background:url(images/headerbg.png)repeat-x left top;

}

#ueberschrift {
	height: 128px;
	width: 100%;
}

#ueberschrifttext {
	color: #fff;
	/*background-color: #79abcc;*/
	margin-top:43px;
	margin-left:23px;
	float:left;
	text-align: right;
	line-height: 1.7em;
}

#ueberschriftbild {
	float: right;
	display: block;
	width:auto;
	height: auto;
	border: 1px solid black;
	margin-top:24px;
	margin-right:30px;
}

#headertext {
	float:right;
	text-align:right;
	vertical-align: middle;
	margin-top: 33px;
	color:#fff;
	font-size:12px;
	line-height: 1.7em;
}

#headerimage {
	float:right;
	vertical-align: middle;
	margin-right:30px;
	margin-top: 18px;
}

#headerimagekolleg {
	float:right;
	vertical-align: middle;
	margin-top: 18px;
}

#search {
	position:relative;
	float:right;
	height:23px;
	color:#E0E0E0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

/* Navigation */
#navicontainer {
	position:relative;
	height:33px;
	color:#E0E0E0;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	clear:both;
}

#nav {
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/navibg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#nav ul li {
	display:block;
	float:left;
	margin:0 1px;
}

#nav ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#nav ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#nav ul li a:hover {
	color:#fff;
	background:transparent url(images/navibg_hover.gif) repeat-x bottom left;
}

#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}

#nav ul li a.current,#dolphinnav ul li a.current:hover {
	color:#fff;
	background:url(images/navileft_active.png) no-repeat top left;
	line-height:275%;
}
	
#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background: url(images/naviright_active.png) no-repeat top right;
	height:33px;
}

/* Seite */
#page {
	width:900px;
	margin:10px auto;
	margin-bottom: 15px;
	color:#272727;
	background: #FFFFFF;
	border:gray 1px solid;
}

/* Content */
.content {
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	margin-bottom: 20px;
	float:left;
	display:block;
	z-index:3;
}

#content_full {
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	margin-bottom: 20px;
	float:left;
	display:block;
	z-index:3;
	
}


/* Seitenleiste */
#sidebar {
	position: relative;
	float:right;
	width:200px;
	margin-top:20px;
	margin-right:25px;
	margin-bottom: 20px;
	z-index:3;
}

#sidebar {
	position: relative;
	float:right;
	width:200px;
	margin-top:20px;
	margin-right:25px;
	margin-bottom: 20px;
	z-index:3;
}


/* Footer */
#footer {
	width:900px;
	margin:10px auto;
	color:#444444;
	margin: auto;
	text-align: center;
}

#footer a {
	text-decoration:none;
	color:#444444;
}

#footer a:hover {
	color:#acacac;
	text-decoration:underline;
}

/* Tabelle */
table {
	border-collapse:collapse;
	border-color: #a0b842;
	border-style: solid;
	border-top-width:2px;
	width:390px;
}

table.breit {
	width:840px;
	margin-bottom:4px;
}

tbody tr {
	background-color:#ECECEC;
}

tbody tr.odd {
	background-color:#96bed4;
}

tbody tr td {
	height: 34px;
	padding-left:6px;
	text-align: left;
	border-right:3px solid #fff;
}

tbody tr td.head {
	height: 33px;
	padding-left:6px;
	text-align: left;
	border:none;
}

tbody tr td.center {
	text-align: center !important;
}

tbody tr.thead {
	height:33px;
	width:300px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align: center !important;
    background: url(./images/tabelle_headbg.png);
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
 	color:#E0E0E0;
}

.link {
	text-decoration:none;
	padding-left:25px;
	background:url(./images/link.gif) no-repeat -5px 0px; 
}

a.link:hover {
	text-decoration:underline;
	background:url(./images/link.gif) no-repeat 0px 0px; 
}

/* Formulare */

input, textarea {
	margin-top:5px;
	background: #ECECEC;
	border: 1px solid black;
}

input:focus, textarea:focus {
	background: #96bed4;
	border: 1px solid black;
}

input.submit  {
	margin-top:15px;
	padding:2px;
	background: #ECECEC;
	border: 1px solid black;
}

input#submit2  {
	margin-top:3px;
	margin-bottom:3px;
	margin-right:15px;
	padding:1px;
	background: #ECECEC;
	border: 1px solid black;
	float:right;
}

input#submit3  {
	margin-top:3px;
	margin-bottom:3px;
	margin-right:15px;
	padding:1px;
	background: #ECECEC;
	border: 1px solid black;
	float:right;
}

label#auswahl {
	margin-top:3px;
	margin-bottom:3px;
    width: 100px;

}
select.auswahl {
	margin-top:3px;
	margin-bottom:3px;
	border: 1px solid black;
    width: 180px; /* Breite.*/
}


/* Nur für Screenreader */
#screenreader {
	position: absolute;
	text-indent: -999em;
}

.schneemann-5 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/5.jpg);}
/* Schneehoehe */
#schneemann {
	margin-left:84px;
	width:206px;
	height:250px;
	float:left;
	
}

.schneemann-0 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/0.jpg);}
.schneemann-5 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/5.jpg);}
.schneemann-10 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/10.jpg);}
.schneemann-15 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/15.jpg);}
.schneemann-20 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/20.jpg);}
.schneemann-25 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/25.jpg);}
.schneemann-30 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/30.jpg);}
.schneemann-35 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/35.jpg);}
.schneemann-40 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/40.jpg);}
.schneemann-45 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/45.jpg);}
.schneemann-50 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/50.jpg);}
.schneemann-55 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/55.jpg);}
.schneemann-60 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/60.jpg);}
.schneemann-65 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/65.jpg);}
.schneemann-70 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/70.jpg);}
.schneemann-75 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/75.jpg);}
.schneemann-80 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/80.jpg);}
.schneemann-85 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/85.jpg);}
.schneemann-90 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/90.jpg);}
.schneemann-95 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/95.jpg);}
.schneemann-100 {margin-left:84px; width:206px; height:250px; float:left; background:url(./images/schneehoehe/100.jpg);}

#schnee {
	margin:62px 0 0 260px;
	height:75px;
	width:120px;
	float:left;
}

#schneehoehe {
	font-size:52px;
	line-height:46px;
	font-weight:bold;
}

#schneeeinheit {
	font-size:20px;
	font-weight:normal;
}
