html {
	height:100%;
}
body {
	background-color: #7f7fbd;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#page950 {
	width:950px;
	margin:auto;
}
/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#head {
	width:950px;
	background-color:#FFF;
}

#Navigation {
	width:160px;
	padding-left:40px;
	padding-top:30px;
	padding-bottom:10px;
	float:left;
}

#logo {
	width:340px;
	padding-left:410px;
	float:left
}

#balken {
	width:910px;
	height:40px;
	padding-left:40px;
	background-color:#000;
}

#Content {
	width:890px;
	min-height:250px;
	height:auto !important;
	height:250px;
	padding:20px 20px 20px 40px;
	background-color:#FFF;
}

#Done {
	width:950px;
	margin:auto;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Navigation ul {
	width:160px;
	padding:0px;
	margin: 0px 0px 1px 0px;
}

#Navigation ul li {
	font:14px Arial, Helvetica, Sans;
	line-height:16px;
	margin:0px;
	list-style:none;
}

#Navigation ul li a, #Navigation ul li a:link, #Navigation ul li a:visited {
	color:#656565;
	text-decoration:none;
	text-transform:uppercase;
	width:160px;
	margin:0px;
	padding:0px;
	display:block;
}

#Navigation ul li a:hover {
	color:#000000;
	width:145px;
	padding-left:15px;
	
}

.NavigationAktiv {
	color:#000000;
	font-weight:bold;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* balken */
/* ------------------------------------------------------------------------------------------------------ */ 
#balken p {
	font:bold 15px Arial, Helvetica, Sans;
	line-height:40px;
	color:#ffffff;
}
#balken a, #balken a:link, #balken a:visited {
	color:#ffffff;
	text-decoration: none;
}
#balken a:hover {
	color:#ffffff;
}
/* ------------------------------------------------------------------------------------------------------ */ 



/* Content */
/* ------------------------------------------------------------------------------------------------------ */ 
.Content h1 {
	font:normal 18px Arial, Helvetica, sans;
	font-weight: bold;
	color:#474a4c;
	margin:0px 0px 10px 0px;
}
.Content h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#726f70;
	margin:5px 0px 8px 0px;
}
.Content h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#474a4c;
	margin:3px 0px 5px 0px;
}
.Content p {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#726f70;
	margin:0px 0px 8px 0px;
}
.Content td {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#726f70;
}
.Content a, .Content a:link, .Content a:visited {
	color:#726f70;
	text-decoration: none;
}
.Content a:hover {
	text-decoration:underline;
}
.Content ul {
	font:normal 12px Arial, Helvetica, Sans;
	line-height:18px;
	color:#726f70;
	margin:0px 0px 12px 15px;
}

.Content li, .Content li a, .Content li a:link, .Content li a:visited {
	color:#000000;
	list-style:square;
	margin:0px 0px 4px 0px;
}
.Content li a:hover {
	text-decoration:underline;
}

.ProRow {
	height:35px;
/*	background: #ffffff;
	color: #000000;*/
}

.ProRowHover {
	height:35px;
	color:#ffffff;
	background:#000000;
	cursor: pointer;
}

.ProRowHover a:hover {
	text-decoration:none;
}

#ProTable img:hover {
	cursor:pointer;
}

/*.ProRow a, .ProRow a:link, .ProRow a:visited {
	display: block;
	margin: 0;
}

.ProRow a:hover {
	color:#ffffff;
	text-decoration:none;
}

.ProRow:hover {
	background: #000000;
	color: #ffffff;
}*/
/* ------------------------------------------------------------------------------------------------------ */ 

/* Done */
/* ------------------------------------------------------------------------------------------------------ */ 
#Done p {
	font:normal 10px Arial, Helvetica, Sans;
	color:#cecece;
}
#Done a, #Done a:link, #Done a:visited {
	color:#cecece;
	text-decoration: none;
}
#Done a:hover {
	color:#ffffff;
}
/* ------------------------------------------------------------------------------------------------------ */ 


/* Formular */
/* ------------------------------------------------------------------------------------------------------ */ 
input, textarea, select {
/*	height:14px;*/
/*	width:400px;*/
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#726f70;
	border:solid 1px #726f70;
	background:#ffffff;
	padding:1px;
	margin:0px 0px 3px 0px;
}

input[type=button], input[type=submit], input[type=reset] {
	padding:1px 4px 1px 4px;
}

input[type=checkbox], input[type=radio] {
	background:none;
}

.formfieldInputMessage {
	height:80px;
	width:400px;
	border:solid 1px #58585a;
	background:#000000;
}
.formfieldInputCapatcha {
	height:14px;
	width:20px;
	border:solid 1px #d0c7c7;
	background:#000000;
	padding:2px;
	margin:0px 0px 3px 0px;
}
.formfieldSubmit {
	height:20px;
	width:20px;
	padding:2px;
	border:solid 1px #d0c7c7;
	background:#000000;
	margin:0px 0px 2px 0px;
}
.formfieldSelect {
	border:solid 1px #000000;
}
.formfieldCheckbox {
	border:none;
}
.formfieldError {
	color:#eb6a0b;
}
/* ------------------------------------------------------------------------------------------------------ */

