*{
	padding:0;
	margin:0;
}

ul, li{
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#414141;
}

a:hover{
	text-decoration:underline;
}

body{
	font:12px Arial, Helvetica, sans-serif;
	background:#000 url(../img/wood-bg.jpg) fixed; 
	color:#414141;
}


h1#logo a{
	background:url(../img/dawra-logo.png); 
	width:700px;
	height:175px;
	position:absolute;
	margin-left:50%;
	left:-350px;
	text-indent:-99999px;
	outline:0;
}


#wrapper{
	width:990px;
	margin-left:50%;
	left:-495px;
	position:absolute;
	background:#FFF;
	margin-top:213px;
	/*
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;	
	*/
}


/*= LANGUAGE CHOICHE ====================================================================*/
#languageChoice{
	position:absolute;
	top:20px;
	width:160px;
	padding:10px 0 5px 20px;
	left:320px;
	margin-left:50%;
	background:#000;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */	
	border-radius: 5px; /* Safari */
	-moz-box-shadow: 0px 0px 5px #FFF;
	-webkit-box-shadow: 0px 0px 5px #FFF;
	box-shadow: 0px 0px 5px #FFF;			
}

a.flag{
	float:left;
	width:30px;
	height:20px;
	display:block;
	color:#FFF;
	padding-left:20px;
}
a.flag:hover{
	text-decoration:none;
}
a.nl{
	background:url(../img/flag_nl.gif) no-repeat 0 2px;
}
a.de{
	background:url(../img/flag_de.gif) no-repeat 0 2px;
}
a.en{
	background:url(../img/flag_en.gif) no-repeat 0 2px;
}


/*= TOPNAVIGATION ====================================================================*/
#facebook{
	position:absolute;
	right:2px;
	top:2px;
	display:block;
	background:#FFF;
	padding:0;
	margin:0;
	border:none;
	height:32px;
}
#facebook img{
	height:100%;
	
}
#topNavHolder{
	background:url(../img/bgnav.png);
	height:44px;
	position:relative;
}

#mobileNav,
a#menuTrigger{
	display:none;
}

#nav {
	margin: 0;
	line-height: 100%;
}
#nav li {
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding:15px 20px 15px 20px;
	margin: 0;
}

#nav  a.menu-1{
	font-size:12px;
	color:#000;
	text-shadow:1px 1px #FFF;
	font-weight:normal;	
}

#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .menu-current a,
#nav .menu-parent a{
	background:url(../../dawra/img/bgnavHover.png) no-repeat center;
	color:#000;
}
#nav li:hover > a {
	background:url(../../dawra/img/bgnavHover.png) no-repeat center;
	color:#000;
}

/* sub levels link hover */
#nav ul ul{
	margin-top:10px;
}
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #FFF;
	padding:10px 10px;
}
#nav ul a:hover {
	background: #66422E !important;
	color: #FFF !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;		
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 44px;
	left: 0;
	background: #000;
	z-index:9999;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: bold;
	font-size:11px;
}

/* level 3+ list */
#nav ul ul {
	left: 151px;
	top: -3px;
	border-top:1px solid #FFF;
	width:220px;	
}

#nav ul li ul li a {
	font-weight:normal;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {

}
#nav ul li:last-child > a {

}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}







/*= CONTENTHOLDER + COLUMNS====================================================================*/
#contentHolder{
	background:url(../img/bgContentHolder.png) repeat-y right;
	clear:both;
	line-height:22px;
}

#leftCol{
	width:680px;
	float:left;
	padding:15px 35px;
	background:#EFFDFF;
}
#rightCol{
	width:240px;
	float:left;

}

/* LEFTCOL STYES */
#breadCrumbs{
	margin-bottom:15px;
}


#leftCol a{
	color:66422E;
	text-decoration:underline;
}

/* RIGHTCOL STYLES */
#searchDiv{
	height:40px;
	border-right:1px solid #FFF;
	/*background:#DFD6CB url(../img/bgSearch.png) no-repeat bottom;*/
	background:url(../img/bgRightCol.png) repeat-y;		
	padding:25px;
}

input#searchInput{
	width:100px;
	border:1px solid #ACACAC;
	background:url(../img/bgSearchInput.png) repeat-x;
	height:24px;
	padding:0 20px 0 5px;
}

.innerColored{
	padding:25px;
	background:url(../img/bgRightCol.png) repeat-y;	
}

.inner{
	padding:25px;
}

.inner img{
	border:1px solid #A2A2A2;
	padding:0;
	margin:0;
}

ul#newsList li{
	border-bottom:1px dotted #A0A0A0;
	padding:5px 0;
}

/*= TEXT STYLES ====================================================================*/
h2{
	color:#66422E;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #A0A0A0;
	font-size:15px;
}

h3{
	color:#66422E;
	font-size:13px;
}
h3 span{
	font-size:11px;
	color:#AFA599;
	padding:0 15px;
}
#wrapper #contentHolder #leftCol h3 a{
	text-decoration:none;
}


.inner h2{
	border:0;
}

p{
	margin-bottom:10px;
}

/*= NEWS STYLES ====================================================================*/
.newsItem{
	margin-bottom:20px;
	padding:10px;
	background:#F9F8F6;
	border:1px solid #FFF;
	-moz-box-shadow: 0px 0px 5px #DFD6CB;
	-webkit-box-shadow: 0px 0px 5px #DFD6CB;	
}


#sponsorenBlock{
	position:relative;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
#sponsorenBlockInner{
	position:relative;
	text-align:center;	
}
#sponsorenBlockInner img{
	border:0;
	padding:0;
	margin:0 0 -7px 0;
	/*height:119px;*/
}


table#fileManager td{
	padding:2px;
}

table#fileManager td img{
	margin:0 5px;
}



/* COMMON STYLES */
ul.inline li{
	line-height:25px;
	list-style:square;
	margin-left:10px;
}


a.internetsponsor{
	text-align:center;
	font-weight:bold;
	display:block;	
	
}
a.internetsponsor:hover{
	text-decoration:none;
}


.clear{
	clear:both;
}
 
 
 
.innerColored img#agradiBnr {
	position: relative;
	margin-left: -5px;
	border: 1px solid black;
}
