﻿form{
	background-color:#c8c8c8;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica;
	font-size:0.7em;
	
}

body{
	background-color:#c8c8c8;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica;
}

#main{
	width:80em;
	height:100%;
	margin:0 auto;
	text-align: left;
	vertical-align:top;
	border:1px #8c8c8c solid;
	background-color:#ffffff;
	position:relative;
	margin-top:20px;
	
}
a img{
	border:0;
}
/* */

/* VERWALTUNG */
	#top{
		width:80em;
		height:20px;
		margin:0 auto;
		background-color:transparent;
		padding-top:5px;
		position:relative;
		z-index:6;
	}
	#login{
		width:40em;
		z-index:7; 
	}
	#actionMenu{
		width:40em;
		z-index:7; 
		text-align:right;
	}


/* oberer Bereich */

#banner{
	height: 90px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 8px #999999 solid;
	text-align: left;
	vertical-align: top;
/*	background-image: url('/images/banner.png'); */
	background-image: url('/images/banner_sgam3.jpg');

	background-position: left bottom;
	background-repeat: no-repeat;
}

#logo{
	height:85px;
	width:113px;
	text-align: left;
	padding:0 0 0 0;	
/*	background-image: url('/images/logo-sgam-neu-klein.jpg');
	background-repeat:no-repeat; */
	position: absolute; 
	top:3px;
	left:15px;
	z-index:4;
}

/* SERVICENAVIGATION */
#nav_service{
/*	background-color:#f8f8f8; 
	border:1px #c0c0c0 solid;
	border-top:0px;
	border-right:0px; */
	color: #8c8c8c;
	font-weight: normal;
	height:20px;
	width:24em;

	padding-top:5px;
	vertical-align:middle;
	z-index:4;
	text-align:left;
	left:130px;
	top:0px;
	position: absolute;
}
.nav_service ul li  {
	list-style: none;
	color: #8c8c8c;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	margin: 0;
	}
.nav_service a  {
	color: #8c8c8c;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	padding:5px;

}

.nav_service a:hover{
	text-decoration:underline;
}

/* HAUPTNAVIGATION */

.nav_top{
	height:10px;
	width:100%;
	border-top:5px #009642 solid;
	text-align: left;
	background-image:url('/images/graue_linie.png');
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
	z-index:3;
}
/*.nav_top{
	height:10px;
	width:100%;
	border-top:5px #009642 solid;
	text-align: left;
	background-image:url('/images/graue_linie.png');
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
	z-index:3;
}
*/
#common{
	width:80em;
	margin:0 auto;
	background-color:#ffffff;
	position:relative;

}
#left{
	width:20em;
	position:absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	background-color:#f4f4f4;
	background-image:url('/images/stet_hg.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	border-right:1px #c8c8c8 solid;
	border-bottom:1px #c8c8c8 solid;
	min-height:500px; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser */
	height:500px; /* Mindesthöhe in IE <7 */

}

#rightpanel{
/*	width:60em;
	position:relative; */
	margin-left: 20em;
	text-align: center;
	min-height:500px; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser */
	height:500px; /* Mindesthöhe in IE <7 */

	padding-top:15px;
}

#content { 
	text-align: left;
	padding: 15px 15px 20px 20px;
}






#leftnav{
	width:210px;
	text-align: left;
	margin-bottom:25px;
	padding-top:35px;
	left:1.5%;
	position:relative;


}

#news{
	height:120px;
	width:15em;
	text-align: left;
	bottom:10px;
	margin-bottom:15px;
/*	background-color:#ffffff; */
	border:0px #c8c8c8 solid;
	margin-left:20px;

}
.news a:link{
	color:#DA251C;
	text-decoration:none;
}
.news a:visited{
	color:#DA251C;
	text-decoration:none;
}
.news a:hover{
	color:#333333;
	text-decoration:underline;
}

/* Footerbereich */

#footer{
	height:35px;
	width:100%;
	text-align: left;
	border-top:1px #c8c8c8 solid;
	background-color:#ffffff;
}
.copyright{
	margin-left:20px;
	margin-top:8px;
	color:#8c8c8c;
	font-size:0.85em;
}
#clear {
clear:both;
height:0;
}

.login a{
	margin-left:10px;
	color:#333;
}
