/*allgemeine Vorgaben */
/* blau: 183487*/
/* grau: e3e3e3*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #343434; 
	background-image: url(../images/layout/bg.gif);
	}
	
p, br, table, th, td, tr, br, ul, li {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 17px;
	color: #343434; }

a {
	color: #343434;
	font-weight: 800;	
	text-decoration: none; }

a:link {
	color: #343434;
	font-weight: 800;		
	text-decoration: none; }
	
a:hover {
	color: #183487;
	font-weight: 800;	
	text-decoration: none; }
	
	

h1 {text-align: left; color: #183487 ; font-size: 19px; font-family: "Trebuchet MS", Arial, Helvetica;  font-weight: 900;}
h2 {text-align: left; color: #343434 ; font-size: 14px; font-family: "Trebuchet MS", Arial, Helvetica;  font-weight: 700;}
h3 {text-align: left; color: #ff9900 ; font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica;  font-weight: 700;}


/*Tabellen */
#TabelleAllgemein { border-left: solid 0px #183487; border-top: solid 0px #183487; border-right: solid 0px #183487; border-bottom: solid 0px #183487;}
#TabelleMenu1 { height: 22px;  background-color: #e3e3e3; border-top: 2px solid #ffffff; border-bottom: 2px solid #ffffff; }
#TabelleMenu2 { font-size: 9px; height: 15px;  background-color: #e3e3e3; border-top: 0px solid #183487; border-bottom: 1px dotted #183487 }
#TabelleMain  {color: #343434; padding-right: 10px; padding-left: 10px; background-color: #f6f6f6; border-top: solid 0px #183487; }
#TabelleUnten  { text-align: right; font-weight: 500; padding-right: 10px; text-decoration: none; background-color: #e3e3e3; border-top: 1px solid #f8d300;}
#TabelleUnten a { color: #343434; }


/*Kontakt*/
#Kontaktformular { text-align: right }
#Kontaktformular td {color: #343434; }
#Kontaktformular b {color: #343434}
#Kontaktformular input {background-color: #ffffff; border: dotted 1px #ff9900}
#Kontaktformular textarea {background-color: #ffffff; border: dotted 1px #ff9900}
#Kontaktformular radio {background-color: #e3e3e3; border: solid 0px #ff9900}


/* Bildunterschrift */
.bildunterschrift {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	color: #5b5b5b;	
}

