/* Design, markup and CSS by Timotheus Hell*/

/* Hauptbestandteile - body, Hauptspalte main */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #3E3E3E;

}

#main{
	width:800px;
	text-align:left;
	margin:0 auto;
	padding:0;
	
	
}
/* Kopf - head, Homelink h1 */


#head{
	height:200px;
	background:url("./ui/banner4.png") top;
}

h1{
	margin:10px;
	padding:5px;
}




#head img, #head a img{
	border:0;
}

#header{
	padding:10px 0;
	background:#f5f5f5;
	background:#ef4035;
	background:url("./ui/header.png") top no-repeat;
	margin-bottom:20px;
}
#header ul{
	margin:0 0 0 6px;
	padding:0;
}
#header ul li{
	display:inline;
	text-align:center;
	font-size: 16px;
	height:24px;
	margin:0 8px 0 15px;
}
#header ul li a{
	color: #fff;
	text-decoration: none;
}
#header ul li#current a, #header ul li a:hover{
	color:#fff;
	text-decoration: none;	
	border-bottom:2px solid #fff;
}


/* Inhalt - cont */

#cont{
	width:550px;
	float: left;
	text-align: justify;
	position:relative;
	line-height: 1.7em;
}
#cont img.toppic{
	float:right;
	margin:15px 20px 10px 10px;
}
#cont p{
	padding:0;
	margin:0;
	margin:8px 20px;
}
#cont h2{
	font-size:19px;
	margin:10px 0 0 20px;
	text-align:left;
	padding:0;
	font-weight: bold;
}
#cont h3{
	font-size:18px;
	margin:10px 0 0 20px;
	text-align:left;
	padding:0;
}
#cont h4{
	font-size:14px;
	margin:10px 0 0 20px;
	text-align:left;
	padding:0;
}

#cont li{
	padding:0;
	margin:0 20px 5px 0;
	list-style-image: url("./ui/dot.png");
}

#cont div.picR, #cont div.picRsmall, #cont div.picRlarge{
		float: right;
}
#cont div.picL, #cont div.picLsmall, #cont div.picLlarge{
		float: left;
}


#cont div.picR, #cont div.picL{
	width: 152px;
	margin:15px;
	text-align: center;
	font-style: italic;
	font-size:0.9em;
}
#cont div.picR img, #cont div.picL img{
	width: 150px;
	border:1px solid #000;
}


#cont div.picRsmall, #cont div.picLsmall{
	width: 102px;
	margin:15px 30px 15px 15px;
	text-align: center;
	font-style: italic;
	font-size:0.9em;
}
#cont div.picRsmall img, #cont div.picLsmall img{
	width: 100px;
	border:1px solid #000;
}

#cont div.picRlarge, #cont div.picLlarge{
	width: 222px;
	margin:15px;
	text-align: center;
	font-style: italic;
	font-size:0.9em;
}
#cont div.picRlarge img, #cont div.picLlarge img{
	width: 220px;
	border:1px solid #000;
}

#cont div.flag{
margin:5px 5px 5px 25px !important;
height:110px !important;
}

#cont p.faq{
	margin-bottom:20px;
}

#cont hr{
	margin:10px 10%;
	color:#000;
}



#cont a.gloss_first, #cont a.gloss_first:hover{
	color:inherit;
	text-decoration:none;
	border-bottom: 1px dotted #222;
	font-weight:normal;
}

#cont a.gloss, #cont a.gloss:hover{
	color: inherit;
	text-decoration: none;
	cursor: help;
	font-weight:normal;
}

#cont h2 a.gloss, #cont h3 a.gloss, #cont h2 a.gloss_first, #cont h3 a.gloss_first{
	color:inherit !important; 
	border:none !important;
	text-decoration: none !important;
	font-weight: inherit !important;
}



/* Seitenspalte spalte */

#spalte div#news, #spalte div#navi,#spalte div#links{
	margin-bottom:20px;
	padding:7px 0 0 0 ;
	background: url("./ui/block_right.png") right top no-repeat;
}



#spalte{
	width:250px;
	margin:0 0 20px 0;
	float:right;
}
#spalte h2{
	margin:10px;
	padding:0;
	font-size:14px ;
	color:#333;
	font-weight: bold;

}
#spalte h3{
	font-size:12px;
	font-weight: bold;
	padding:0 0 5px 5px;
	margin:0 0 0 5px;
}

#spalte #news p a{
    color: #a00;
	text-decoration: none;
	font-weight:normal;
}
#spalte #news p a:hover{
	text-decoration: underline;
}

#spalte ul{
	margin:0;
	padding:0 5px 0 0;
}

#spalte ul li{
	list-style: none;
	background: url("./ui/dot.png") left top no-repeat;
	padding-left:20px;
	margin-left:10px;
	margin-bottom:8px;
}


#spalte ul li a{
	font-size:12px;
	text-decoration:none;
	color:#444;
}
#spalte ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#spalte ul li span.active{
   font-size:12px;
	font-weight:bold;
	color:#333;
}


#spalte p{
	font-size:12px;
	padding:0 10px 5px 15px;
	margin:0;
}
#spalte p a{
	color:#000;
	text-decoration: none;
	font-weight: normal;
}
#spalte p a:hover{
	text-decoration: underline;
}

/* Fußzeile foot */

#foot{
	clear:both;
	height:17px;
	background: #ef4035;	
	color:#9a7;
	font-size:11px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
}
#foot a{
	color:#fff;
}



/* Allgemeines */

/* NICE TITLES*/

div.nicetitle {
	border: 1px solid #000001;
    background-color: #000001;
	color: #fff;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 25em;
	text-align: left;

}
	
div.nicetitle p {
	font-weight:bold;
   margin: 0;
	padding: 3px;
}

div.nicetitle p.destination {
	font-weight: normal;
   font-size: 10px;
   padding-top: 0px;
	text-align: left;
}


.clear{
	clear:both;
	visibility:hidden;
	height:0;
	font:0px/0px verdana;
}


a img {
	border:0px solid #000;
}

a{
	color: #a00;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
}

a.dl{
	background:url("./ui/dl.png") no-repeat left;
	padding-left:15px;
}

#badbrowser{
	display:none;
}


table{
	margin: 20px auto 20px auto;
	border-collapse: collapse;
	border: 1px solid #000;
}

td{
	padding: 1px 0 1px 3px;
}

tr.even td{
	background-color: #eee;
}

tr.odd td{
	background-color: #ddd;
}

table tr th{
	background-color: #000001;
	color:#fff;
	padding:2px 7px;
}

/* Home */

#cont div.intro{
background: url("./ui/intro.png") no-repeat left top;
padding: 12px 15px;
margin:10px 20px 0 20px;
width:430px;
}

#cont div.intro h3{
	font-size:13px/13px;
	height:15px;
	margin:0 0 15px 5px;
	padding:0;
	color: #000002;
}

#cont div.intro h3 a{
	color: #000002;
}

#cont div.intro p{
	padding:5px 5px 5px 70px;
	margin:0;
}







/*sitemap*/

#cont h2.sitemap, #cont h2.maximise, #cont h2.minimise
	{
	background: url("./ui/maximise.gif") no-repeat center left;
	padding: 0 0 0 15px;
	margin:10px 0 0 20px;
	cursor: pointer;
	}

	
#cont h2.minimise
	{
	background : url("./ui/minimise.gif") no-repeat center left;
	}

#cont ul.sitemap
	{
	list-style-type : none !important;
	list-style-image: none !important;
	margin:10px 0 0 40px;
	padding: 0;
	}

#cont ul.sitemap li
	{
	background : transparent;
	padding-left : 10px;
	list-style-type : none !important;
	list-style-image: none !important;
	}

#cont ul.sitemap li a
	{
	background : transparent url("Ursc/ui/sitemapdocbullet.gif") no-repeat;
	padding-left : 10px;
	}

#cont ul.sitemap li img
	{
	padding-right : 2px;
	}


#cont ul.sitemap li a.parent
	{
	background : transparent;
	padding-left : 0;
	}

#cont ul.sitemap li ul
	{
	list-style-type : none;
	list-style-image: none;
	margin : -10pxem 0 0 -20pxem;
	padding : 13px 0 0 7px;
	}

/* Gallery */

/* Album */

#cont ul#album{
	margin:20px;
	padding:0;
	width:510px;
}
#cont ul#album li{
	list-style-type: none;
	list-style-image: none;
	float:left;
}
#cont ul#album li, #cont ul#album li a, #cont ul#album li a img{
	margin:0;
	padding:0;
	border:0px solid #000;
	width:170px;
	height:200px;
	display:block;
	background:url(./wirdgeladen.png) no-repeat center #fff;
}

#cont ul#album li a:hover{
	margin-left:-41px;
	margin-top:-31px;
	border:1px solid #000;
	padding:1px;
	background:#fff;
	width:240px;	
	height:280px;
	position:relative;
	z-index:100;
}
* html #cont ul#album li a:hover{
	position:absolute;
}

#cont ul#album li a:hover img{
	width:240px;
	height:280px;
}
