@charset "utf-8";
/* CSS Document */

body, html {margin: 0; padding:0;}
body {background:#000; margin:0; padding:0; font: 15px Arial, Helvetica, sans-serif;}
#center_it {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 950px; /* Breite des Elements */
   height: 700px; /* Höhe des Elements */
   margin-left: -475px; /* Breite des Elements geteilt durch zwei */
   margin-top: -350px; /*Höhe des Elements geteilt durch zwei */
}

#wrap {
	width:950px; height:700px; 
	color:#686868; 
	background:#000;
	text-align: left;
	margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px;
}

#header {
	background:url(gfx/header2.jpg) no-repeat; height:122px;
}

#left {
	background:#000;; 
	width:180px; height:370px; 
	float:left;
	
}

#left_text {
	margin:0 15px 0 10px;;
	color:#fff;
	font-size: 12px
}
#content {
	background:#000; 
	width:770px; height:510px; 
	overflow: hidden;
	float:left; 
}

#content p {
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
}

#content a {
	color: #fff;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	font-size: 10px;
}

#content a:hover {
	border-bottom: 1px dashed #000;
}
   
   
#bottom {
	background: #000 url(gfx/bottombar2.jpg) no-repeat;
	width:950px; height:60px; 
	float: left;
	color: #fff;
}

#navigation ul{
	list-style-type:none;
	margin:0;
	padding:25px 0 0 50px;
}

#navigation ul li{
	float:left;
	padding-right:20px;
}

#navigation ul li a {
	color: #fff;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

#navigation ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}

.textinput {
	border: 1px solid #c0c0c0;
	margin-top: 2px;
}

.send {
	border: 1px solid #c0c0c0;
	margin-top: 5px;
}
