/*
Stylesheet sgsm.de

Farbschema:
-----------
Oranget�ne von hell nach dunkel:
#FED3B3  Hintergrund Men�ü oben
#FBA666  Hintergrund Streifen unter Header
#F76C05  (Heaer-Bild, Schriftfarbe Men� oben)

Graut�ne von hell nach dunkel:
#f5f5f5	Hintergrund Loginbox
#eeeeee	Hintergrund level1 act, Schriftfarbe level 2 no
#dddddd	Hintergrund level1 no
#cccccc	Schriftfarbe level 2 ro
#B4B4B4	Hintergrund level 2 act
#aaaaaa	Schriftfarbe level 1 ro
#999999	Hintergrund level 2 no,
#777777	Schriftfarbe level 1 no
*/

html {
	height: 100%;
}

body { 
	color: #333333;
	background: #ffffff url(img/leftcolumnbg.gif) repeat-y;
	font-size: 100.01%;
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, fieldset, select, input, textarea, address, blockquote, nobr, b, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#wrapper {
	width: 955px;
	background-image: url(../media/background.gif);
	/*
	min-width: 765px;
	max-width: 955px;
	width:expression(screen.Width <= 800? "765px": "955px" );*/
}

.wrapperHeight {
	height: 100%;
}

div[class = "wrapperHeight"] {
	height: auto;
	min-height: 100%;
}

#header {
	background-image: url(../media/header_bg.jpg);
}

#middle {
	height: 1.375em;
	min-height: 22px;
	background-color: #FBA666;
	background-image: url(../media/background-middle.gif);	
	background-repeat: no-repeat;
}
#middle-left {
	float: left;
	width: 220px;
}
#middle-right {
	float: right;
	width: 220px;
	height: 1.375em;
	font-size: 0.75em;
}
#menu-top {
	margin-left: 221px;
	margin-right: 221px;
	text-align: center;
}
#menu-top span {
/*	float: left;*/
	background-color: #FED3B3;
	border-left: 1px solid #FBA666;
}
#menu-top span a {
	/*display: block; */
	text-decoration: none;
/*	padding: 3px 5px 0px 5px;*/
	padding: 0px 5px;
	font-size: 0.75em;
	color: #F76C05;
	font-weight: bold;		
}
#menu-top span a.menu-top-no {
	border-bottom: 5px solid #FBA666;
}

#menu-top span a.menu-top-no:hover,
#menu-top span a.menu-top-no:active,
#menu-top span a.menu-top-no:focus
{
	color: #FBA666;
}
#menu-top span a.menu-top-act {
	border-bottom: 5px solid #CCCDCF;
}
#content {
}
#main-left {
	background-image: url(../media/aboveleftmenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 220px;
	float: left;
}
#menu-left-lev1 {
	margin-top: 35px;
	margin-left: 34px;
	list-style-type: none;
}
#menu-left-lev2 {
	list-style-type: none;
}
#menu-left-lev1 li {
	background-color: #dddddd;
/*	background-image: url(../media/left_menu_bg.gif);
	background-repeat: repeat-x; */
	margin: 0px;
}
#menu-left-lev1 li a,
#menu-left-lev2 li a {
	background-image: url(../media/left_menu_bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 3px 5px;
	color: #777777;
	font-size: 0.8125em;
/*	border-right: 5px solid #F66B04; */
}
#menu-left-lev1 li a:hover,
#menu-left-lev1 li a:active,
#menu-left-lev1 li a:focus
{
	color: #aaaaaa;
}
#menu-left-lev2 li a:hover,
#menu-left-lev2 li a:active,
#menu-left-lev2 li a:focus
{
	color: #cccccc;
}
#menu-left-lev1 li a.menu-left-lev1-act {
	background-color: #eeeeee;
}

#menu-left-lev2 li a {
	background-color: #999999;
	color: #eeeeee;
	font-size: 0.681em;
	padding: 1px 5px;
}
#menu-left-lev2 li a.menu-left-lev2-act {
/*
	background-image: url(../media/left_menu_bg.gif);
	background-repeat: repeat-x; */
	background-color: #bbbbbb;
}

#webcam {
	margin-left: 34px;
	background-color: #eeeeee;
	padding-bottom: 13px;
}
#webcam h2 {
	padding: 0;
	margin: 0;
}
#webcam h2 a {
	background-image: url(../media/left_menu_bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
	color: #777777;
	font-size: 0.8125em;
}
#webcam img {
	margin-left: 13px;
}

#content-main {
/*	font-size: 0.6875em; */
	font-size: 0.75em; 
	line-height: 1.5em;
	margin-left: 220px;
	margin-right: 220px;
	padding: 10px;
}
#main-right {
	float: right;
	width: 220px;
}

#content-right {
	font-size: 0.75em;
	line-height: 1.5em;
}

#login {
	margin: 10px 0px 10px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
	border: 1px solid #777777;
	padding: 0px 5px 5px 5px;
	background-color: #f5f5f5;
}
#login-form,
#logout-form {
	margin-top: 5px; 
}
#login input#tx-newloginbox-pi1-user,
#login input#tx-newloginbox-pi1-pass,
#middle-right input#tx-newloginbox-pi1-user,
#middle-right input#tx-newloginbox-pi1-pass {
	width: 69px;
	float: left;
	margin-right: 4px;
}

#middle-right #login-form {
	margin-top: 3px;
	margin-left: 10px;
}
#middle-right form {
	display: inline;
}

#login-form input.submit {
	width: 3.8em;
}
#middle-right #login-form .submit-logout {
	width: 7em;
}
.switch-link {
	margin-right: 10px;
}
.switch-link a {
	text-decoration: none;
	font-weight: bold;
	color: #757575;
	
	border-bottom: 1px dotted black;
}
.switch-link a:hover {
	color: black;
}

#login-forgot-pw {
	margin-top: 5px;
}
#logout-form .submit {
	margin-top: 3px;
}

#content-right {
	padding: 10px;
}
/*
#footer {
	position: fixed;
	bottom: 0em;
	width: 515px;
	border-top: 1px dotted #cccccc;
	margin: 20px 240px 0px 200px;
	text-align: center;
}
 for ie (simulating position: fixed with expression) 
#footer {
	position: absolute;
	top: expression( window.height + "px" );
	left: 200px;
	right: 0px;
	bottom: 10px;
	margin: 0px;
}*/
#footer p.footertext {
	font-size: 0.6875em;
	line-height: 1.36em;
	text-align: center;	
}
#footer {
	margin: 20px 220px;
	border-top: 1px dotted #777777;
}

.clear-both {
	clear: both;
}