
#pagecontainer{
	width:1000px;
	background:url(../images.page/bg.gif);
	text-align:left;
}

#content {
	height:375px;
	width:751px;
	float:right;
}

html>body #content { 
	height: auto;
	min-height: 375px;
}

#cont{ /*content container*/
    margin:20px;
}

#pagecontent{/*main text body Seiteninhalt*/
	float:left;
	width:534px;
	padding:0px;
}

html>body #pagecontent{ /* handle FF bug width+padding=FF-width */
	width:534px;
}

#rightcontent{/*opt rechte spalte*/
	float:left;
	width:164px;
	height:348px;
	background:url(../images.page/bg_right.jpg) repeat-x #eef3f6;
	padding:0px;
}
html>body #rightcontent{
	width:164px;
	height:auto;
	min-height:348px;
}
#rightspacer{
    float:left;
    width:53px;
    background:url(../images.page/right_spacer.gif) no-repeat;
}
#head{
    width:1000px;
    background:#DCE7ED;
    height:178px;
}
#news{
    height:107;
    background:url(../images.page/bg_news.jpg) repeat-y;
    overflow:hidden;
    border:0px solid #cc0000;
}
html>body #news{
    height:107;
    min-height:107;
    
}

#headpic{
    position:relative;
    width:449px;
    height:149;
    float:left;
    text-align:right;
    background:url(../images.page/head_01.jpg) no-repeat;
    overflow:hidden;
}

/* ************ HTML Basics ***********/

.div_li{
    /*list-style-type:none;*/
    background:url(/images/haken.gif);
    background-repeat:no-repeat;
    background-position:1px 1px;    
    padding-left:18px;
    border:0px solid blue;
    /*margin-top:2px;*/
    margin-bottom:2px;
    margin-left:0px;
}

div,body{
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana;
	font-size:12px;
	line-height:18px;
}

h1,.block_text_head{
	font-size:14px;
	margin:0px;
}


.block_teaser{
    color:#2f598b;
}
label{
	font-size:12px;
	margin:0px;
}

a{
    color:#354990;
}
/********* menu a hrefs as blocks **********/

.newsbox_head{
    color:#ffae31;
}
.newsbox{
    color:#FFFFFF;
    line-height:14px;
}

div.newsbox a{
    color:#FFAE31;
    font-weight:bold;
    text-decoration:none;
}

.tm{
	display:block;
	line-height:26px;
	color:#ffffff;
	/*background:#F2F1D9;*/
	margin:0px;
	padding-left:0px;
	text-align:center;
	text-decoration:none;
	text-wrap:none;
	border-top:0px solid white;
	border-left:0px solid black;
}
/*
.tm:hover,.tm2:hover {
	color:#F2F1D9;
	font-weight:normal;
	background:#555;
}
*/

html>body .tm{ 
	width: auto;
	min-width: 120px;
}

.tm2{
        background:url(../images.page/menu_dot.gif) no-repeat;
	display:block;
	line-height:26px;
	color:#ffffff;
	/*background:#F2F1D9;*/
	margin:0px;
	padding-left:0px;
	text-align:center;
	text-decoration:none;
	text-wrap:none;
	border-top:0px solid white;
	border-left:0px solid black;
}

.tm_top{
    display:block;
    float:left;
    line-height:27px;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
}
/*************************************************/
.topsub{/*unsichtbare blöcke mit sub menües */
	text-align:left;
	position:absolute;
	background:#c3c3c3;
	display:none;
	text-wrap:none;
}
#menulink_top{
    padding-left:10px;
    padding-right:10px;
}
/******************** menu Links *****************/
#mymenu{
	float:right;
	width:249px;
	background:url(../images.page/bg_menu.jpg) repeat-y;
}
#menulink{
	width:165px;
	text-align:left;
	border-left:0px solid black;
	padding-left:10px;
}
html>body #menulink{
	width:155px;
}
#menulink2{
	width:165px;
	text-align:left;
	border-left:0px solid black;
	padding-left:27px;
}
html>body #menulink2{
	width:138px;
}
/***********************************************/
.br{
	clear:left;
	line-height:0px;
	width:0px;
	height:0px;
}
.suchbox{
    border:1px solid #808080;
    margin-left:10px;
    margin-top:10px;
}