body, table, input
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	color: #333366;
}

table 
{
	text-align: left;
}

a 
{
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;	
	color: #ACADB1;
}

p.title 
{
	margin-top: 0; 
	margin-bottom: 4px;
	letter-spacing: 1px;
	font-weight: bold;
}

p.titleSimple 
{
	margin-top: 0; 
	margin-bottom: 4px;
	letter-spacing: 1px;
	color: #333366; 
}

p.shorttext
{
	margin-top: 0; 
	margin-bottom: 4px;
}

p.text
{
	margin-top: 0; 
	margin-bottom: 4px;
}

p.textSimple
{
	margin-top: 0; 
	margin-bottom: 4px;
	color: #333366;
}

div.footer 
{
	width: 980px;
	margin-top: 20px;
	padding-bottom: 80px;
	border-top: 1px solid #DADADA;
	text-align: center;
}

/* Base */
table.contentHeader 
{
	width: 980px;
}

table.contentHeader td.headerLeft 
{
	width: 245px; 
}

table.contentHeader td.headerRight 
{
	vertical-align: top; 
}

table.base 
{
	width: 980px; 
	margin-left: auto;
	margin-right: auto; 
	height: auto;
}

table.base td.blockTitle
{
	color: white;
	background-color:#ACADB1; 
	/*padding: 4px 0px 4px 20px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	
	letter-spacing: 1px;
	width: 225px;
	-moz-box-sizing:border-box;
	text-align: left; 
	font-family: Verdana;
}

table.base td.baseNavi 
{
	background-color: #F0F1F4;
	vertical-align: top;
	width: 245px; 
}

table.base td.baseContent 
{
	vertical-align: top;
	width: 735px; 
}

/* ------ Navigation ------ */
div.naviLeft 
{
	background-color: #E7F1F3; 
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	width: 245px;
	
}

div.naviLeft div.navi0 
{
	padding-left: 33px; 
	padding-top:3px; 
	padding-bottom: 3px; 
	background-image: url(../bilder/m_quad_1.gif);
	background-repeat: no-repeat;
	text-align: left;
}

div.naviLeft div.navi1
{
	padding-left: 41px; 
	padding-top:3px; 
	padding-bottom: 3px; 
	background-image: url(../bilder/m_quad_2.gif);
	background-repeat: no-repeat;
	text-align: left;
}

div.naviLeft div.navi2 
{
	padding-left: 46px; 
	padding-top:3px; 
	padding-bottom: 3px; 
	background-image: url(../bilder/m_quad_3.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

div.naviLeft div.navi0 a, div.naviLeft div.navi1 a, div.naviLeft div.navi2 a 
{
	color: #3C2E6D;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;	
}

/* ------ Sitemap   ------ */

table.sitemap 
{
	margin-left: 10px;	
	
}

table.sitemap a.paddingleft0 
{
	font-weight: bold;
	margin-top: 10px;
	display: block;
	margin-top: 10px;
	color: #62A2AF;
}

table.sitemap a.paddingleft15 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 25px;
	font-weight: bold;
}

table.sitemap a.paddingleft30 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 40px;
	font-weight: normal;
}

table.sitemap a.paddingleft45 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 40px;
	padding-left: 55px;
	color: #8F8F8F;
	font-weight: normal;
}

table.sitemap a.paddingleft60 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 55px;
	padding-left: 70px;
	font-weight: normal;
}

table.sitemap a.paddingleft75 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 70px;
	padding-left: 85px;
}

table.sitemap a.paddingleft90 
{
	background-image:url(../bilder/sitemappunkt.gif) ;
	background-repeat: no-repeat;
	background-position: 85px;
	padding-left: 100px;
}


/* ------ NewsBlock ------ */
div.newsBlock 
{
	background-color: #F0F1F4;
	padding-bottom:10px;
	overflow: hidden; 
}

div.newsBlock table td.image 
{
	vertical-align: top;
	width: 38px;
}

div.newsBlock table td.blockText 
{
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
	color: #333366;
}

div.newsBlock hr.blockLineBreaker 
{
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	margin-right: 21px;
	margin-left: 21px;	
	margin-bottom: 0px;
	text-align: left;
	width: 203px;
}

/* ------ Suche ------ */
table.search 
{
	background-color: #DADADA;
	width: 245px;
	-moz-box-sizing:border-box; 
}

table.search td 
{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

table.search td.inserTd 
{
	width: 197px;
	text-align: right;
}

table.search input
{
	border: 1px solid #ACADB1;
}

table.search td.inserTd input.insertText 
{	
	width: 169px;
	font-size:10px;
	letter-spacing: 1px;
	padding-left: 5px;
	-moz-box-sizing:border-box;
}

table.search input.insertButton 
{
	height: 16px;
	background-color: white;
	font-size: 10px;
	width: 30px; margin-left: 5px;
}

/*------------------------------------------------------------------------------------*/
table.controlOneCells 
{
	width: 100%;
	height: 100%; 
}

table.controlOneCells td 
{
	vertical-align: top; 
}

table.controlOneCells td.real
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

/* ----------------------------------------- */

div.messageLabel 
{
	margin-left: 0px;
	margin-right: 20px;
}

div.searchResults 
{
}

div.searchTitle 
{
	font-weight: bold;
	font-family:Verdana;
	letter-spacing: 1px;
}

div.searchResults div.text 
{
	margin-left: 20px;
	margin-right: 20px;
}

div.searchResults div.underline 
{
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin:10px 20px 10px 20px;
	font-size: 0px;
}


div.searchResults div.text span.smallhighlight 
{
	
}

div.searchResults div.text a.listheadline 
{
	font-weight: bold;
	font-family: Verdana;
	letter-spacing: 1px;
}

div.searchResults div.text span.titleDesc
{
	

}

div.searchResults div.text a.morelink 
{
	
}

div.siteNumber 
{
	margin-left: 20px;
}

div.siteNumber span.active 
{
	font-weight: bold;
	text-decoration: underline;
}

/* Two Cell Control | Three Cell Control */
/* ------------------------------------------------------------------------------ */
table.controlTwoCells 
{
	width: 100%;
	height: 100%;
}

table.controlTwoCells td.cellLeft 
{
	vertical-align: top;
	padding-top: 15px; 
	padding-left: 15px; 
	padding-right: 15px;
}

table.controlTwoCells td.cellRight 
{
	vertical-align: top;
	background-color: #F0F1F4;
	width: 245px; 
}

table.controlTwoCells td.cellNormal 
{
	vertical-align: top;
	width: 245px;
	padding-top: 15px;
	padding-left: 15px; 
}

/* --- TEXT TEXT Control---*/
/* --------------------------------------------------------------------------------------------- */
table.text_text_control 
{	
	width: 100%;
	margin-top: 5px;
	
}

table.text_text_control td.text1 
{
	width: 110px;
	vertical-align: top;
}

table.text_text_control td.text 
{
	vertical-align: top;
	padding-left: 10px; 
}

/* --- Image Text Control --- */
table.image_text_control
{
	margin-top: 5px;
	width: 100%; 
}

table.image_text_control td 
{
	padding-bottom: 5px;
}

table.image_text_control td.imageleft 
{
	width: 120px; 
	vertical-align: top;
}

table.image_text_control td.imageleft img 
{
	
}

table.image_text_control td.text 
{
	vertical-align: top;
	padding-left: 5px;
}

/* --- Image Text Float Control --- */
table.image_text_float_control 
{
	margin-top: 5px;
	width: 100%;
}

table.image_text_float_control td 
{
	padding-bottom: 5px;
}

table.image_text_float_control img 
{
	float: left;
	margin-right: 10px;
}

/* --- Text Image Float Control --- */
table.text_image_float_control 
{
	margin-top: 5px;
	width: 100%;
}

table.text_image_float_control td 
{
	padding-bottom: 5px;
}

table.text_image_float_control img 
{
	float: right;
	margin-left: 10px;
}

/* --- Title Text Control ---*/
div.titleTextControl 
{
	margin-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana; 
	text-align: left; 
	border-bottom: 1px solid #CCCCCC; 	
}

.underline 
{
	border-bottom: 1px solid #CCCCCC;
}

/* --- Login --- */
/* -------------------------------------------------------------------------------- */
table.Login 
{
	margin-left: 20px;
	margin-top: 20px;
}

table.Login td 
{
	padding: 5px;
}

table.Login td input 
{
	border: 1px solid #ACADB1;
	margin-right: 0px;	

}

table.Login td input.insertLoginButton 
{
	background-color: #DADADA;
}

table.Login td.loginleft 
{
	width: 150px;	
}

table.Login td.loginright 
{
	text-align: left;
	width: 200px;
}

span.loginMessage 
{
	margin-left: 25px;
	display: block;
	
}

/* --- --- --- --- */
    table.listBlock2 {
        margin-bottom: 10px;
        
    }
    
    table.listBlock2 td.leftCellList {
        width: 30px;
        vertical-align: top;
    }
    
    table.listBlock2 td.leftCellList img {
        margin-left: 5px;
    }

/* -------------------------------------------------------------------------------- */

.justify 
{
	text-align: justify;
	display: block;
}

.right 
{
	text-align: right; 
	display: block;
}

.left 
{
	text-align: left;
	display: block;
}

.Center 
{
	text-align: center;
	display: block;
}

.fliesstextklein 
{
	font-size: 10px;
	line-height: 1;
}

.fliesstextgross  
{
	font-size: 14px;
	line-height: 1;
}

.fliesstextgross2  
{
	font-size: 16px;
	line-height: 1;	
}

.fliesstext
{
	font-size: 12px;
	line-height: 1;
}

.fliesstextabstand
{
	line-height: 1.5;
}

.extraspezial label {
    float: right;
    width: 300px;
    display: block; 
    text-align: left;
}

.extraspezial input {
    margin-right: 5px;
    float: left;
}

.extraspezial td {
    clear: right; 
    vertical-align: top;
}