/* CSS Document */
html, body
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485158;
	background-color: #FFFFFF;	
}

/* Standardlinks */
a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #29429c;
}
a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; color: #29429c; }
a:hover 	{ text-decoration: underline; color: #29429c; }
a:active 	{ text-decoration: none; color: #29429c; }

/* Standardüberschriften */
h1,h2,h3,h4,h5,h6
{
    color: #29429C;
}
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

/* Standardbilder */
img
{
	/*vertical-align: middle;*/
	padding: 0px;
	border: none;
}

/* Standardabsatz */
p
{
	margin-bottom: 10px;
	font-size: 11px;
}
/* IE7 bug, vererbt margin, setzt margin-top bei Angabe von margin-left */
form
{
	margin: 0px;
}
/* INPUT-Label */
label
{
	cursor: pointer;
	font-size: 10px;
}
/* INPUT-Textfeld */
input[type=text], input[type=password]
{
	vertical-align: baseline;
	border: 1px solid #ACAFB2;
	font-size: 10px;
	display: inline-block;
	width: 200px;
}
/* INPUT-Button */
input[type=submit], input[type=reset]
{
    vertical-align: baseline;
    background: #699AD2;
    color: white;
    
    	/* border: 2px solid white;	*/
	/*	background-image: url(MainMenuGradient.jpg);
		background-repeat: repeat-x;
	*/
}

.Zentriert{
   text-align: center;
   /*margin-left: auto;
   margin-right: auto;*/
}

/* Standardtextarea */
textarea
{
	border: 1px solid #ACAFB2;
	font-size: 12px;
	width: 200px;
	height: 70px;
}

/* Standardselect */
select
{
	width: 203px;
	font-size: 10px;
	border: 1px solid #ACAFB2;
}

/* Standardoption */
option
{
	font-size: 10px;
}

.error{
	color: #ff0000;
}
.error_form{
     background: #FF0000;
}
