html{
	 height:101%;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;	
	font-size: 13px;
	line-height: 15px;
	background-color: #ccc;
	color: #3F3F3F;
}

a{
	/*color: inherit !important;*/
	color: #333;	
	font-weight: bold;
	text-decoration: none !important;
}
a:hover{
	text-decoration: underline !important;
}

ul{
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

img{
	border: 0;
	margin-bottom: 5px;
}

.clear{
	clear: both;
	height: 0px;
}

.top_link{
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 10px;
}
.top_link img{
	margin: 0px;
	height: 8px;
}

div#top, div#menu, div#content, div#foot{
	margin: 0 auto;
}

div#menu{
	/* background-image: url(../img/site/bg_menu.jpg); 
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom: 10px; */
}

/* ======================================================== top */
div#top{
	background-color: #999 !important;
	width: 900px;
	height: 180px;
}

/* ======================================================== cols */
div#content{
	clear: both;
	width: 900px;
	background-color: #fff !important;
}
div.col{
	background-color: #fff !important;		
	float: left;
	width: 250px;
	padding: 8px 25px;
}
div.doublecol{
	background-color: #fff !important;		
	float: left;
	width: 550px;
	padding: 8px 25px;
}

div#midcol{
	width: 250px;
}

div.leftcol{

}
div.rightcol{

}

/* ======================================================== menu */
div#menu{
	background-color: #fff !important;
	font-size: 11px;	
	width: 900px;
}
div#menu a{
	margin-right: 5px;
	font-weight: normal;
	color: #acacac;	
}
div#menu a:hover{
	color: #999;
	text-decoration: none !important;	
}
div.submenu{
	float: left;
	margin: 8px 25px;
}
div#lang{
	margin:0;
	padding: 10px 25px;
}
div#sub_0{
	float: right;
	text-align: right;
	margin: 0px;
	padding: 10px 25px;	
}
div#sub_1{
	float: right;
	text-align: right;
	margin: 0px;
	margin-right: 0px !important;	
	padding: 10px 25px;
}
div#sub_1 > div.ftree > span.ftree{
	display: none;
}
.selected, .selected a{
	color: #999 !important;
}
div.submenu .ftree{
	display: inline;
}

/* ======================================================== news */
.xmlNews{}
.xmlNews a{
	font-weight: normal !important;	
	text-decoration: underline !important;
}
.xmlNews textarea{
	font-family: "Helvetica", sans-serif;	
	font-size: 13px;
}
.xmlNews div.task{
	padding: 5px 5px 15px 0 !important;		
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	
}
.xmlNews div.task a{
	background-color: #ccc !important;
	color: #FFF !important;
	padding: 5px !important;	
	width: 70px;
}
.xmlNews div.entry{
	clear: both;
	margin-bottom: 0px;	
}
.xmlNews div.entry div.task{
}
.xmlNews div.entry div.headline{
	/* -> h1 */
}
.hl_only div.entry div.headline{
	font-size: 11px;
	margin: 2px;
	line-height: 16px;
	letter-spacing: 0px;
}
.headline a{
	font-weight: bold !important;
	text-decoration: none !important;
}
.headline a:hover{
	font-weight: bold !important;
	text-decoration: underline !important;
}

.xmlNews div.entry textarea.headline{
	width: 512px;
	height: 32px;
	padding: 5px;
	width: 536px;
}
.xmlNews div.entry div.teaser{
	float: right;
	clear: right;
	padding: 0 0 15px 25px;	
}
.xmlNews div.entry div.teaser img{
	border: 0 solid #ccc;
	width: 200px;
}
.xmlNews div.entry div.teaser .upload{
}

.xmlNews div.entry div.paragraph{
	font-size: 11px;
}

.paragraph{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
	text-align:justify;	
}
.xmlNews div.entry textarea.paragraph{
	width: 300px;
	height: 256px;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ccc;		
}
.xmlNews div.entry div.upload{}

ul#news a{
	font-weight: normal !important;	
}

/* ======================================================== */

div#newslist{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 10px 0 0 0;
}

div#newslist a{
	color: #666 !important;	
}

div#namelist{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding: 5px 0 0 0px;
}

div#team{
	float: right;
}

/* ======================================================== text parts */
h1, .xmlNews .headline{
	margin: 5px 0 16px 0;
	color: #3F3F3F;
	line-height: 23px;
	font-size: 21px;
	font-weight: bold;	
	letter-spacing: -0.5px;
	
}
h2{
	color: #CCC;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 15px;
}

.paragraph{
}
.paragraph_small{
	font-size: 11px !important;	
	line-height: 16px !important;
}
.link{
	font-size: 11px !important;	
	line-height: 16px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.logobase div{
	text-align: left;
	float: left;
	margin: 0 30px 0 0;
}
.logobase a, .logobase img{
	padding: 0;
	border: 0px
}
.logo{
	text-align: right;
	width: 250px;
	float: right;
	padding: 0 0 90px 0px;	
}
.teaser{
	float: right;
	padding: 0 0 25px 25px;	
}
.teaser img{
	display: block;
	margin-top: 3px;
}
.teaser_small{
	float: right;
	padding: 0px;	
}
.teaser_small img{
	display: block;
}

/* ======================================================== popimg */

.popimg img{
	position: absolute; 
	top: 258px; 
	left: 20px;
	border-bottom: solid #fff 72px; 
}

/* ======================================================== mail */

.mail dd input, .mail dd textarea{
}

dt{
	display: inline;
	float: left;
	width: 90px;
	clear: both;
	line-height: 40px;
	color: #CCC;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
dd{
	line-height: 40px;
	padding-left: 50px;
}
dd input radio{
	border: 0;
}
dd input{
	padding: 5px;
	font-family: "Arial", sans-serif;	
	font-size: 13px;
	border: 1px solid #ccc;
}
dd textarea{
	padding: 9px 5px;
	font-family: "Arial", sans-serif;	
	font-size: 13px;
	border: 1px solid #ccc;		
}
dd.mssg{
	margin: 5px 0px;
}

.snd{
	display: block !important;
	clear: both !important;
	line-height: 20px !important;	
}


/* ======================================================== foot */
div#foot{
	clear: both;
	width: 900px;
	background-image: url(../img/site/bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#impressum{
	padding-left: 25px;
	padding-bottom: 20px;
	color: #fff;
	padding-top: 40px;
	font-size: 11px;
}

#impressum a{
	color: #fff;
	font-weight: normal;	
	text-decoration: none !important;
}
#impressum a:hover{
	color: #999;
	text-decoration: none !important;	
}

#loginout{
	float: right;
	text-align: right;
	padding-right: 25px;
}
