/* CSS Document */
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#container {
	width:752px;
	height:550px;
	margin:20px auto 10px auto;
	background-color:#e6e2af;
	border:14px solid #FFFFFF;
	margin-bottom:-10px;

	}
			
#header {
	width:752px;
	height:96px;
	background-image:url(../images/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}

#navigation {
	width:752px;
	height:28px;
	background-color:#FFFFFF;
	}
	
#navigation ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	}

#navigation li { 
	float:left; 
	margin:0; 
	padding:0; 
	}

#navigation a {
	display:block;
	font-size:16px;
	padding:5px 20px 0 20px; 
	color:#7F6D59;
	text-decoration:none;
	}

#navigation a:hover {
	color:#FFFFFF;
	background-color:#A58D75;
	text-decoration:none;
	}
	
#navigation li.aktiv {
	background-color:#7F6D59;
	color:#FFFFFF;
	font-size:16px;
	padding:5px 20px 0 20px; 
	}	
	
#content {
	padding:10px 20px 20px 20px;
	height:370px;
	line-height:140%;
	}

#content a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}

#content a.portfolio:link, #content a.portfolio:active, #content a.portfolio:visited{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	}

#content  a.portfolio:hover {
	color:#000000;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
	}
		
#footer {
	height:28px;
	width:752px;
	color:#7F6D59;
	font-size:12px;
	background-color:#FFFFFF;
	}

#footer ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	}

#footer li { 
	padding:12px 18px 0 14px; 
	float:left; 
	margin:0; 	
	}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover  {
	color:#7F6D59;
	font-size:12px;
	text-decoration:none;
	}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#54483A;
	}

h2 {
	font-size:14px;
	}

h2.ok {
	font-size:12px;
	font-weight:bold;
	color:#009900;
	margin:2px;
	}

h2.error {
	font-size:12px;
	font-weight:bold;
	color:#990000;
	margin:2px;
	}
	
	
input.inptext {
	font-size:11px;
	height:14px;
	width:170px;
	border:1px solid #7F6D59;
	}

input.but {
	font-weight:bold;
	}

textarea {
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7F6D59;
	}
	
.col-left {
	width:430px; 
	float:left;
}

.col-right {
	width:282px; 
	float:left;
}
input.error, textarea.error, select.error { border: 1px solid red; background-color: #FFFCE2; background-image: url(../images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}