﻿body, table, div, input, select, textarea
{
    /* font-family: Arial,Verdana,  "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; */
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	
}

body, form, p
{
	margin: 0;
	padding: 0;
}

body.bodybg
{
/*background: #91b5ce url(../images/bg_v2.jpg) repeat-x left top;*/
background: #edeefa  url(../images/Background-endless.jpg) no-repeat fixed 50% top; /* #dadbf2;*/
color: #222;
padding-top: 8px;
}

div
{
	text-align: left;
}

a, a:visited, a:active
{
	color: #40428b;
	text-decoration: underline;
}

a:hover
{
	color: #a33945;
	text-decoration: none;
	color: #a33945;
}

a img
{
	border: none;
}

hr
{
	height: 1px;
	color: #DDDDDD;
}

.noborder
{
    border: none;
}

/*** content styles ***/

h1
{
    color: #40428b;
	font-weight: bold;
	font-size: 16px;	
	line-height: 20px;	
	display: block;
	margin: 0;
	padding: 10px 0 16px 0;
}

h2
{
    color: #40428b;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;	
	display: block;
	margin: 0;
	padding: 10px 0 6px 0;
}
h2.section
{

    background: #e9ede3;
    padding-left: 2px;
    border-top: 1px solid #40428b; 
    border-bottom: 1px solid #40428b; 
    margin: 10px 0 6px 0;
    padding: 0;
    position: relative;
    width: 100%;

}
h3, .headline
{
    color: #40428b;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin:0;
	padding: 10px 0 6px 0;
}

p
{   
    font-size: 12px;
    margin: 0;
    padding: 4px 0 8px 0;
}
.borderheadline
{
	font-size: 13px;
	color: #CC0000;
	border-bottom: solid 1px #CC0000;
	line-height: 20px;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 7px;
}

.highlight
{
	color: #CC0000;
}

.smallhighlight
{
	color: #CC0000;
	font-size: 10px;
}

.error
{
	color: #a33945;
}

.listheadline,
a.listheadline,
a.listheadline:visited,
a.listheadline:active,
a.listheadline:hover
{
	padding: 3px 0 3px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.morelink,
a.morelink,
a.morelink:visited,
a.morelink:active,
a.morelink:hover
{
	color: #CC0000;
	text-decoration: none;
}

div#seperation
{
	border-bottom: solid 1px #DDDDDD;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 1px;
	font-size: 1px;	
}

.error
{
	color: #FF0000;
}

.button
{
	color: #666666;
	background: #EEEEEE;
	border: solid 1px #DDDDDD;
}


/*** structure ***/

/* Header */

#all
{
	width: 980px;
	/*border: solid 1px #DDDDDD;*/
	border: 0;
	/*background: #fff;*/
	
	
}

#header {
	width: 980px;
	/*height: 398px;*/
	/*height: 150px;*/
	margin: 0 auto;
	/*background: transparent url(../images/bg_header.gif) no-repeat scroll right top;*/
	background: #fff;
	border-bottom: 4px solid #40428b;
	border-top: 2px solid #40428b;
}

#logo {
	float: left;
	/*width: 490px;
	height: 151px;*/
	margin: 0 auto;
	padding: 0 0 10px 20px;
	/* background: url(../images/bg_header.gif) no-repeat left top; */
}

#logo img
{
	margin-top: 20px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 8px 10px 8px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
    color: #40428b;
    font-weight: bold;
	
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 8px 10px 8px;	
	color: #333;
	color: #a33945;
	text-decoration: underline;
	

}

#menu a.current_page_item  {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 8px 10px 8px;	
	color: #a33945;
	

}

/* Submenu */

a.submenuparent
{
    font-size: 14px;
    color: #a33945;
    font-weight: bold;
    
}
#submenu
{
    margin: 5px 0 0 0;
    padding: 0 0 0 18px;
   
}
#submenu li
{
    margin: 0;
    padding: 4px 0;
}
#submenu a
{
    text-decoration: none;
}
#submenu a:hover
{
text-decoration: underline;
}

#submenu a.active
{
    font-weight: bold;    
    color: #a33945;
}

/* Content Area */

.contentarea1col,
.contentarea2cols,
.contentarea3cols
{
	
	padding: 100px 0 10px 0;
	background: #fcfcfc url(../images/bildleiste1_dht.jpg) no-repeat scroll 0 0;		
	margin: 0;	
}



#all table
{

}
.contentarea1col #mainfullarea
{
    width: 980px;	
	padding: 25px 0 15px 0;
	float: left;
	border-top: 4px solid #40428b;
}

.contentarea2cols #mainarea
{
	width: 680px;	
	padding: 25px 0 15px 0;
	float: left;
	overflow: hidden;
	border-top: 4px solid #40428b;
	
}
.contentarea2cols #submenuarea
{
	width: 200px;	
	padding: 25px 0 15px 0;
	float: left;
	overflow: hidden;
	border-top: 4px solid #40428b;
	
}
.contentarea2cols #mainfullarea
{
	width: 780px;	
	padding: 25px 0 15px 0;
	float: left;
	border-top: 4px solid #40428b;	
}
.contentarea2cols #rightarea
{
	width: 300px;
	padding: 25px 0 15px 0;		
	float: left;
	border-top: 4px solid #40428b;	
}

.contentarea3cols #submenuarea
{
    
	width: 200px;
	padding: 25px 0 15px 0;
	float: left;	
	border-top: 4px solid #40428b;
}
.contentarea3cols #mainarea
{
	width: 480px;	
	padding: 25px 0 15px 0;
	float: left;	
	border-top: 4px solid #40428b;
	
}
.contentarea3cols #rightarea
{
	width: 300px;	
	padding: 25px 0 15px 0;
	text-align: center;
	float: left;
	border-top: 4px solid #40428b;
}

/*
#leftarea
{
	float: left;	
	width: 200px;
	background: transparent url(../images/top_content_background.gif) no-repeat top left;
}
*/
#leftnavigation
{
	padding: 15px 0 15px 15px;
}



#maincontentarea,
#rightcontentarea,
#submenucontentarea
{
	padding: 0 15px 0 15px;
	margin: 0;
	
}


/* Footer */

#footer {
	width: 980px;
	margin: 0 auto 2px auto;
	padding: 0 0;	
	/*background: url(../images/dht_img06_v2.gif) no-repeat left top;*/
	 /*#a33945;*/
	/*border-top: 2px solid #40428b;*/
}

#footer p.copyright {
	margin: 0;
	padding: 6px 0 4px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #40428b;
}
#footer p.footerNavigation 
{
    text-align: right;
    color: #fff;
    margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
    color: #ededed;
    text-decoration: underline;
}
/*
#footernavigation
{
	background: url(../images/apple_footer.gif) repeat-x bottom;
	text-align: right;
	padding: 10px 15px 0 0;
	color: #CC0000;
}
*/

/*** STRUCTUREELEMENTS ***/

 .imageleft
{
	float: left;
	padding: 4px 5px 10px 0;	
}
.imageright
{
	float: right;
	padding: 4px 0 5px 10px;
}
.clearing
{
clear: both;
line-height: 1px;
font-size: 1px;
height: 1px;
}

/*** 2-Spaltiger Inhalt ***/

.cols2-1-1,
.cols2-2-1
{
    width: 100%; 
    margin: 0;
    padding: 0;     
}
.col-left,
.col-right
{
    margin: 0;
    padding: 0;  
}
.cols2-1-1 .col-left
{
    width: 47%;
    float: left;
}
.cols2-1-1 .col-right
{
    width: 47%;
    float: right;
}

.cols2-2-1 .col-left
{
    width: 55%;
    float: left;
    display: block;
}
.cols2-2-1 .col-right
{
    width: 39%;
    float: right;
    display: block;
}


td.contactcell
{
	width: 120px;
	padding-top: 4px;
	vertical-align: top;
}

.contactmodulediv
{
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div.contactTextElement
{
    padding-top: 9px;
}
.contactElementTable td
{
    text-align: left;
    vertical-align: top;
}


.contactmodulediv
{
	padding: 2px 2px 2px 2px;
}


/* SchiffeList */
table.schiffeList
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.schiffeList td.thumbnail img
{
 border: 1px solid #000;
}
table.schiffeList th,
table.schiffeList td
{
    padding: 3px 5px;   
}
table.schiffeList tr td
{
   border-bottom: 1px solid #ccc;  
}
table.schiffeList td.name
{
    font-weight: bold;
    font-size: 13px;
}
table.schiffeList td.numeric,
table.schiffeList th.numeric
{
    text-align: right;
}
table.schiffeList th
{
    vertical-align: bottom;
}
table.schiffeList tr.selected td,
table.schiffeList tr.selected td a
{
    background: #e9ede3;
     color: #a33945;
}
table.schiffeList .sortRow td,
table.schiffeList .headerRow th
{
    background: #d4e2eb;
    background: #fff;
}

table.interessenTable
{
font-size: 12px;
font-weight: bold;
background: #e9ede3;
background: #fff;
border-bottom: 1px solid #40428b;

}
table.interessenTable td
{
    border-top: 1px solid #40428b;  
    padding: 3px 3px 1px 5px;
    color: #a33945;
   
}

.schiffeListNewImage
{
    display: block;
    position: absolute;
    top: -2px;
    right: -20px;
    z-index: 10;
}

/* Pager */
table.pagerTable
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.pagerPanelFirstPage table.pagerTable td
{
    margin-left: 23px;
}
.pagerPanelLastPage table.pagerTable td
{
    margin-right: 23px;
}
.pagerTable td,
.pagerTable td a
{
    font-size: 16px;
    font-weight: bold;    
}
.pagerTable td .active
{
    color: #de3824;
}

/* Newsletter Registriereung */
.newsletterAboPanel
{
 /*border-top: 1px solid #40428b; */
 border-top: 3px solid #e9ede3; 
 border-bottom: 3px solid #e9ede3; 
 padding-bottom: 5px;
 padding-top: 3px;
 margin-bottom: 12px;
 background: #e9ede3;
  border: 1px solid #40428b; 
}

.newsletterAboPanel h2
{
  
    padding-left: 9px;
}

.newsletterAboPanel td
{
padding: 3px 2px 3px 10px;
}
.newsletterAboPanel .messagePanel
{
    padding: 3px 2px 3px 10px;
    font-weight: bold;
}

/* Confirmation Panel für Registrierungen */
.confirmationPanel
{
   background: #e9ede3;
   border-top: 1px solid #40428b;    
   border-bottom: 1px solid #40428b;    
   padding: 12px;
   margin-bottom: 8px;
   width: 350px;  
}

/* Bild mit Text-Links */
.imageWithTextLinksPanel
{
    position: relative;
    margin: 0;
    padding: 0;    
}

.imageWithTextLinksPanel a
{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 14px;
}
.imageWithTextLinksPanel a:hover
{
    color: #a33945;    
}

input.button
{
 border : 1px solid #000; /*#2562a8;*/
 margin: 0;
 padding: 2px 6px;
 background: #40428b; 
 color: #fff;
 font-weight: bold;
 line-height: normal;
}
input.buttonDisabled
{
    background: #e9ede3;
}

a[disabled=disabled],
a.LinkButtonDisabled,
a.LinkButtonDisabled:visited,
a.LinkButtonDisabled:active,
a.LinkButtonDisabled span
{
    text-decoration: none;
    color: #000;
    cursor: default;    
}
