/*
---------------------------------------------------------------------
Filep-Design
Start: 11.09.2008
Letzte Aenderung: 14.09.2008
Autor: Gabor Filep - www.filep-design.de
Medium: Screen
---------------------------------------------------------------------
*/

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #031d00;
	background-repeat: repeat-x;
}
#container{
	width:800px;
	margin:0 auto;
	text-align:left;
	margin-top: 100px;
}
#header{
	width: 800px;
	background-color: #FFFFCC;
	background-image: url(../pics/header.jpg);
	height: 150px;
	background-repeat: no-repeat;
}
#rightside{
	width:400px;
	float:left;
	background-color: #CCFF99;
	background-image: url(../pics/bg_right.jpg);
	background-repeat: no-repeat;
	height: 401px;
}
#leftside{
	width:400px;
	float:left;
	background-color: #33FFCC;
	background-image: url(../pics/bg_left.jpg);
	background-repeat: no-repeat;
	height: 401px;
}
#footer{
	clear:both;
	background-color: #CCFFCC;
	background-image: url(../pics/footer.jpg);
	background-repeat: no-repeat;
	height: 49px;
}

#header h1 {
	color: #ECE9D8;
	font-size: 16px;
}
#navigation {
	font-size: 12px;
	width: 200px;
	height: 75px;
	margin-left: 30px;
	margin-top: 30px;
	color: #d3f2d8;
}
#navigation ul {
	list-style-type: none;
	color: #d3f2d8;
}



h1 span {
	visibility: hidden;
}

#secContent {
	width: 200px;
	height: 340px;
	margin-left: 80px;
	margin-top: 29px;
	overflow: auto;
}

#navigation a:link {
	color: #d3f2d8;
	text-decoration: none;
}

#navigation a:visited {
	color: #d3f2d8;
	text-decoration: none;
}

#navigation a:hover {
	color: #d3f2d8;
	text-decoration: underline;
}


#navigatin a:active {
	color: #d3f2d8;
	text-decoration: none;
}

#footerContent {
	width: 520px;
	height: 25px;
	text-align: center;
	margin-left: 140px;
	color: #d3f2d8;
	padding-top: 19px;
	font-size: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	padding-bottom: 5px;
}
#secContent p {
	margin-top: 0px;
	margin-bottom: 15px;

}
#secContent img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	height: 100px;
	width: 150px;
}





#mainContent {
	width: 360px;
	height: 340px;
	overflow: auto;
	margin-left: 10px;
	margin-top: 29px;
	font-size: 12px;
	color: #003300;
	text-align: justify;
	line-height: 120%;
}

#mainAuftrag {
	font-size: 10px;
}

#auftrag {
	font-size: 10px;
}

#footerContent a:link {
	text-decoration: none;
	color: #d3f2d8;
}

#footerContent a:visited {
	color: #d3f2d8;
	text-decoration: none;
}

#footerContent a:hover {
	color: #d3f2d8;
	text-decoration: underline;
}

#footerContent a:active {
	color: #d3f2d8;
	text-decoration: none;
}
.login {
	padding-left: 30px;
	margin-top: -28px;

}

a.login {
	width: 17px;
	height: 17px;
	background-image: url(../pics/orb_up.jpg);
	background-repeat: no-repeat;
}
a.login:link  {
	background-image: url(../pics/orb_up.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: block;
}

a.login:visited {
	background-image: url(../pics/orb_up.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: block;
}

a.login:hover {
	background-image: url(../pics/orb_down.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 17px;
}

a.login:active {
	background-image: url(../pics/orb_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 17px;
}
