/* design by maria vass */


body {
margin: 0 auto;
padding: 0;
font: 0.85em Arial,Helvetica,sans-serif;
background: #fbc352 url(../img/background.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#head {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 73px;
background: #8c2400;
text-align: center;

}

#head h2 {


color: #ffffff;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#leftmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#leftmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#leftmenu li {
margin-bottom: 4px;
}

#leftmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #d66b1d;
border-left: 8px solid #000000;
}	
	
#leftmenu li a:hover {
background: #8c2400;
color: #ffffff;
border-left: 8px solid #000000;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#hirdet {
float: right;
width: 110px;
margin: 0px 5px 5px 0;
padding: 6px;
font-size: 0.8em;
line-height: 1.5em;
background-color: #eeddc1;
}

#hirdet p {

}

#content {
margin: 0 120px 20px 160px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
min-height:400px;
}
#content2 {
margin: 0 0 10px 160px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
min-height:400px;
}

.text {
margin-top: 5px;
margin-bottom: 5px;
}

#content h2, #content2 h2 {
font-size: 1.3em;
margin: 0;
padding-top: 5px;
border-bottom: 1px solid #f0f0f0;
color: #942700;
}

#content img, #content2 img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}
#content img.bildlinks, #content2 img.bildlinks {
 	float:left;
	margin-right:20px;
	margin-bottom:20px;
 } 

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #942700;
}

a:hover {
text-decoration: none;
color: #ce6816;
}

a img {
border: 0;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;

background-color: #000000;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }
 
