/*
      Created by MR Gruppen
	  Flash & HTML/CSS by Daniel Kawa
	  www.danielkawa.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#252525;
	font-style: normal;
	line-height: 15px;
}
#wrapper { 
 margin: 0 auto;
 width: 751px;
}
#header {
	width: 751px;
	color: #333;
	padding: 0px;
	height: 202px;
	margin: 0px 0px 0px 0px;
	background: #BD9C8C;
}
#content { 
 width: 751px;
 color: #333;
 background: #f1f1f1;
 margin: 10px 0px 0px 0px;
 padding: 30px 0px 0px 0px;
 height:auto;
}
#footer {
	color: #F1F1F1;
	width: 751px;
	background: #606060;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 50px;
	padding-top:35px;
}
#imgholder{
margin-top: 10px;
margin-left: 7px;
width: auto;
height:auto;
float: left;
display: inline;

}

#leftcolumn { 
 margin: 10px;
 padding: 10px;
 width: 700px;
 float: left;
 display: inline;
}

#leftmenu{

width:150px;
float:left;
background-color:#666666;

}

#leftcolumnprofil { 
 margin: 10px;
 padding: 10px;
 width: 470px;
 float: left;
 display: inline;
}



#leftcolumnviudf { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 210px;
 float: left;
}


#leftcolumnfindos { 
 display: inline;
 color: #333;
 margin-top: 10px;
 margin-left: 20px;
 padding: 0px;
 width: 210px;
 float: left;
}



#rightcolumnviudf { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 500px;
 display: inline;
 position: relative;
}



#rightcolumnfindos { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 400px;
 display: inline;
 position: relative;
}



li{
margin-left:25px;
margin-top:2px;
margin-bottom:10px;
color:#333333;
list-style-type:square;

}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 10px;
 width: 300px;
 display: inline;
 position: relative;
}

#rightcolumnprofil{ 
 float: right;
 color: #333;
 margin: 10px;
 padding: 10px;
 width: 200px;
 display: inline;
 position: relative;
}

.clear { clear: both; }

.imgcenter {
padding:10px;
}

#designby{text-align:right}

.copyright {
color:#999999;
font-size:9px;
text-decoration:none;
}

a.copyright:visited {color: #999}
a.copyright:hover{ color:#FF6600}

.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #006699;
	background: url(images/menu/m01.jpg) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

arrowlistmenu .active a{ color:#a70303;}


