body {
font-family : Arial, Helvetica, sans-serif; 
background : #336699; 
} 

.table-complete {
border : 1px solid #999; 
background : #F2EFDD; 
} 

.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 : #FFCC00; 
font-weight : bold; 
border : none; 
padding-left : 5px; 
padding-right : 5px; 
background : #1F4F7F; 
} 

a.bannerlink:hover {
color : white; 
} 


H1 {
font-size : 12pt; 
color : #336699; 
font-weight : bold; 
border-bottom : 1px solid #336699; 
margin-bottom : 5px; 
} 

h2 {
font-size : 8pt; 
color : #000; 
font-weight : bold; 
} 

H3{
	font-size: 9pt;
	color:#336699;
	font-weight: bold;
	border-bottom: 1px solid #336699;
	margin-bottom: 0px;
	margin-left:15px;
}

.fliesstext {
font-size : 10pt; 
color : #555; 
padding:10px;
} 

a.textlink {
padding-left : 15px; 
font-size : 10pt; 
color:#336699; 
text-decoration : none; 
background : url('../images/linkarrow.gif') no-repeat left; 
} 

a.textlink:hover {
text-decoration : underline; 
} 
li {
font-size : 8pt; 
color : #000; 
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 : #333; 


} 
/*-------------------------- Formulare ---------------------------------------*/
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; 
} 



/*-------------------------- Bilder ---------------------------------------*/
.pic-frame { 
border : 1px solid #336699; 
} 


/*-------------------------- Footer ---------------------------------------*/
.footer-table { 
background : #000;
} 
.footer-text { 
color : #fff;
text-decoration : none;
font-weight : normal;
font-size : 8pt;
} 
.footer-link { 
color : #fff;
text-decoration : none;
font-weight : normal;
font-size : 8pt;
} 
.footer-link:hover { 
text-decoration : underline;
} 


