<!--

p 			{
			font-family: sans-serif;
			font-size: 12px;
			text-align: justify;
			padding-right: 1px;
			}
.center 			{
			height: 98%;
                         }

html 			{
			height: 98%;
                         }

body 			{
			height: 96%;
			scrollbar-face-color: #CEE5ED;
			scrollbar-highlight-color: #FEFCE7;
			scrollbar-shadow-color: #FEFCE7;
			scrollbar-3dlight-color: #CEE5ED;
			scrollbar-arrow-color:  #00465F;
			scrollbar-track-color: #FEFCE7;
			scrollbar-darkshadow-color: #CEE5ED;
			}

a			{
			font-family: sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: transparent;
			color: #00465F;
			text-decoration: none;
			}

h1			{
			font-size: 14px;
			font-family: sans-serif;
			font-weight: bold;
			}

h3			{
			font-size: 14px;
			font-family: sans-serif;
			font-weight: bold;
                         color: #00007F;
			}

a:hover			{
			background: transparent;
			color: #5E9EB7;
			}

.navi 			{
			text-decoration: none;
			font-family: sans-serif;
			font-size: 12px;
			background: transparent;
			color: #00475F;
			}

.navi:hover 		{
			font-family: sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: transparent;
			color: #5E9EB7;
			}

.navi:active		{
			font-family: sans-serif;
			text-decoration: none;
			font-weight: bold;
			font-size: 12px;
			background: transparent;
			color: #00475F;
			}

fieldset
			{
			border:		none;

			}
/* Felder und Submit Button für Email-Formulare */


.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #000000;
font-family: sans-serif;
font-size: 12px;
line-height: 15px;
margin-left: 10pt;
width: 300pt;
}
 
.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
border-color: #000000;
font-family: sans-serif;
font-size: 12px;
line-height:12px;
margin-left: 10pt;
width: 300pt;
}
 
.csc-mailform-field label {
margin:2px;
font-size:12px;
line-height:15px;
color:#000000;
/*float: left;*/
text-align: left;
margin-right: 0px;
display: block;
font-family: sans-serif;
margin-left: 10pt;
}
 
/*Ausrichtung des Submit Buttons*/
 
#mailformformtype_mail 
{
margin-left: 0px;
margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #FFFFFF;
border-width: 1px;
border-top-color: #000000;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-style: solid;
margin-left: 10pt;
width: 80pt;
} 


-->