body, p, td, div, select 
{
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #002157;
}


.align-center{
text-align: center;
}
.align-left{
text-align: left;
}

/* Breadcrump oben */

.menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #CCCCCC;
}

/* Darstellung der Linken Navigationsleiste, Datails sind in Typoscipt hinterlegt */

#menu a { display:block; text-align:right; width:147px; text-decoration:none; }
		 

/* Überschriften */

h1{
font-size:24px;
font-weight: bold;
}

h2{
font-size:22px;
font-weight: bold;
}

h3{
font-size:18px;
font-weight: bold;
}


h4{
font-size:16px;
font-weight: bold;
}
h5{
font-size:14px;
font-weight: bold;
}

h6{
font-size:12px;
font-weight: bold;
}


/* Formatierung formular */
form {
  margin:0px;
}
input {
  margin-top:3px;
}

form textarea{
COLOR: #002157; 
FONT-SIZE: 12px;
width:261px;
}
.send { 
FONT-SIZE: 12px;
width:200px
}

.formtype_mail
{ 
FONT-SIZE: 12px;
width:200px
}
		 
