


body {
	padding: 0;
	margin: 0;
  background: #bebebe
}
#container {
	top: 50%;
	left: 50%;
	height: 120px;
	margin-top: -55px;
	margin-left: -485px;
	position: fixed;
	width: 970px;
	background: #EFEFEF url('./images/bg_container.png') repeat-x;
   font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#wide {
	top: 50%;
	height: 120px;
	margin-top: -60px;
	position: fixed;
	width: 5000px;
	background-color: #ccc;
	border-top: 5px solid #F2F2F2;
	border-bottom: 5px solid #F2F2F2;
}
#left {
	top: 50%;
	left: 50%;
	height: 120px;
	margin-top: -55px;
	margin-left: -492px;
	position: fixed;
	width: 7px;
	background-image: url('./images/bg_left.gif');
	background-repeat: repeat-y;
}
#right {
	top: 50%;
	left: 50%;
	height: 120px;
	margin-top: -55px;
	margin-left: 485px;
	position: fixed;
	width: 7px;
	background-image: url('./images/bg_right.gif');
	background-repeat: repeat-y;
}
#logo {
	width:315px;
	height:108px;
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	position: relative;
}
#logo img {
	border: none;
}
#text {
	width: 645px;
	height: 64px;
	padding-top: 14px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #9aa5c1;
	text-align: left;
	line-height: 22px;
}
#text a {
	text-decoration: underline;
	color: #9aa5c1;
}
#text a:hover {
	text-decoration: none;
}
#formular {
	width: 645px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #9aa5c1;
	text-align: left;
}

#login_formular {


	position: relative;
	font-family: Verdana,Arial,Tahoma;;
	font-size: 15px;
	color: #9aa5c1;
	text-align: left;
}

.input {
	border: 3px solid #F2F2F2;
	font-family: "Trebuchet MS", sans-serif;
}
.submit {
	color: #9aa5c1;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	border: 1px solid white;
	background-color: #e9e9e9;
	font-size: 15px;
	cursor: pointer;

}
.red {
	color: #F00;
}


	.boxheader{
		width:auto;
		padding-left:13px;
		line-height:40px;
		height:38px;
		background: #5a5a5a;
		border-top:1px solid #d6d6d6;
		border-bottom:0px none;
    text-align:left;
		color:#fff;
		font-size:0.9em;
		font-weight:bold;
    	font-family: Tahoma, Verdana, Segoe, sans-serif;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
    }

 #top {

   top:0;
   left:0;
   width:100%;
   height:20px;
   background-color:#5C5C5C;
   color: white;
   text-decoration: none;
   text-align: center;
   font-family: Tahoma, Verdana, Segoe, sans-serif;
   font-size:0.9em;
-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 0.75);
}


 #down {
   position:fixed;
   bottom:0;
   left:0;
   width:100%;
   height:25px;

   color: black;
   text-decoration: none;
   text-align: center;
   font-family: Tahoma, Verdana, Segoe, sans-serif;
   font-size:0.8em;

}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
color: white;
}