/* CSS Document */

body 	{
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
line-height: 14px;  
color: #333333;
margin-top: 25px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	color: #003366;
}

b { 
font-weight: bold;
}
		
input {
font-size: 10px;
background: #D3E3F3;
color: #333333; 
}
		
select {
font-size: 10px;
background: #D3E3F3;
color: #333333;
}
		 
textarea {
font-size: 10px;
background: #D3E3F3; 
color: #333333;
}

a  {
text-decoration: none;
}

A:link  { 
color:#003399; 
text-decoration: none;
}
A:visited  { 
color:#003399; 
text-decoration: none;
}
A:active { 
color:#003399;  
text-decoration: underline;
}
A:hover  { 
color:#3399FF; 
text-decoration: none;}

.menu { 
font-size: 13px; 
font-weight: normal; 
color: #003366; 
line-height: 18px; 
}

A.menu { 
color:#003399; 
text-decoration: none; 
}
A.menu:link { 
color:#003399; 
text-decoration: none; 
}
A.menu:visited 	{ 
color:#003399; 
text-decoration: none; 
}
A.menu:active  	{ 
color:#003399; 
text-decoration: none; }

A.menu:hover  	{ 
color:#3399FF; 
text-decoration: none; 
}

.submenu { 
font-size: 11px; 
font-weight: normal; 
color: #666666; 
}

A.submenu { 
color:#666666; 
text-decoration: none; 
}
A.submenu:link { 
color:#666666; 
text-decoration: none; 
}
A.submenu:visited 	{ 
color:#666666; 
text-decoration: none; 
}
A.submenu:active  	{ 
color:#666666; 
text-decoration: none; }

A.submenu:hover  	{ 
color:#3399FF; 
text-decoration: none; 
}

hr {  
color: #003399;
}

.text { 
font-size: 11px; 
font-weight: normal; 
color: #333333; 
}

.boldtext { 
font-size: 11px; 
font-weight: bold; 
color: #333333; 
}

.subtitel { 
font-size: 12px; 
font-weight: normal; 
color: #003399; 
	line-height: 18px;
}

.adresse { 
font-size: 10px; 
color: #003399; 
}

table { 
background-repeat: no-repeat;
}

ul {
	list-style-position: outside;
	line-height: 15px;
}
