body {
font-family : Arial, Helvetica, sans-serif; 
background : #D6E2F4;
} 

.table-complete {
border : 1px solid #0095DA; 
background : #eeeeff; 
} 

.tablewerbung {
border : none; 
background : #ffffff; 
height : 600px; 
} 


a.bannerlink {
display : block; 
width : 100%; 
line-height : 15px; 
height : 15px; 
text-align : center; 
text-decoration : none; 
font-size : 12px; 
color : #0095DA; 
font-weight : bold; 
border : none; 
padding-left:2px; 
padding-right:2px; 
} 

a.bannerlink:hover {
color : #014C6F; 
} 


H1 {
font-size : 12pt; 
color : #0095DA; 
font-weight : bold; 
border-bottom : 1px solid #0095DA; 
margin-bottom : 5px; 
} 

h2 {
font-size : 8pt; 
color : #000; 
font-weight : bold; 
} 

H3{
	font-size: 9pt;
	color:#0095DA;
	font-weight: bold;
	border-bottom: 1px solid #0095DA;
	margin-bottom: 0px;
	margin-left:15px;
}

.fliesstext {
font-size : 10pt; 
color : #555; 
padding:10px;
} 

a.textlink {
padding-left : 15px; 
font-size : 10pt; 
color:#0095DA; 
text-decoration : none; 
background : url('../images/linkarrow.gif') no-repeat left; 
} 

a.textlink:hover {
text-decoration : underline; 
} 
li {
font-size : 8pt; 
color : #0095DA; 
font-weight : normal; 
line-height : 1.2; 
} 
.subline	{
font-size : 10pt; 
color : #D47636; 
font-weight : bold; 
border-bottom : 1px solid #D47636; 
} 

b {
font-size : 10pt; 
color : #555; 
} 

td.referenzen-box {
border : 1px solid #0095DA; 
background : red; 
} 



/*-------------------------- Formulare ---------------------------------------*/

.formlabel {
font-size : 10pt; 
color : #0095DA; 
font-weight : bold; 
border-bottom : 1px dotted #0095DA; 
margin-bottom : 5px; 
} 

input, textarea {
font-size : 9pt; 
color : black; 
border : 1px solid gray; 
background : #fff; 
} 
.submit {
border : 1px solid gray; 
color : #4EA2BA; 
font-weight : bold; 
background : #E0ECF0; 
} 
.checkbox {
border : none; 
background : transparent; 
} 
.radiobutton {
border : none; 
background : transparent; 
} 
input, select {
border : 1px solid gray; 
background : #fff; 
} 
textarea {
border : 1px solid gray; 
height : 100px; 
background : #fff; 
} 


/*-------------------------- Listings ---------------------------------------*/
.listheader {
	font-size: 9pt;
	color: #0095DA;
	font-weight: bold;
	letter-spacing: 2px;
	background: #D6E2F4;
}

.listtitle{
	font-size: 9pt;
	color: #0095DA;
	font-weight: bold;
	letter-spacing: 2px;
	background: #B9DDF5;
}

.listingline1 {
	font-size: 8pt;
	border: 1px solid #aaa;
	border-spacing: 0;
	background: #ddd;
}
.listingline2 {
	font-size: 8pt;
	background: white;
}



/*-------------------------- Bilder ---------------------------------------*/
.pic-frame { 
border : 1px solid #0095DA; 
} 


/*-------------------------- Footer ---------------------------------------*/
.footer-table { 
background : #000;
} 
.footer-text { 
color : #0095DA;
text-decoration : none;
font-weight : normal;
font-size : 8pt;
} 
.footer-link { 
color : #0095DA;
text-decoration : none;
font-weight : normal;
font-size : 8pt;
} 
.footer-link:hover { 
text-decoration : underline;
} 


