body, html
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	
	/*font*/
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	color:#5a5a5a;
}
/* AAAAAAAAA */

#menulink:link,
#menulink:active,
#menulink:visited
{
	font-size: 12px;
	color: #597CB0;
	font-weight: bold;
	text-decoration: none;
}



/* DIVs */
#wrapper
{
	width: 680px;
	margin-left: 105px;
	padding: 25px 0 25px 0;
}

#main
{
	float: left;
	width: 360px;
	padding-bottom: 50px;
}

#right
{
	float:right;
	width: 290px;
	padding-bottom: 50px;
}

/*FONTs*/

/* TITEL */
h1 
{
	font-size: 14px; 
	line-height: 16px; 
	color:#5a5a5a;
}

/* UNTERTITEL */
h2
{
	font-size: 14px; 
	line-height: 16px; 
	color:#767575;
}

/* Fliesstext */
.fliesstext
{
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 16px; 
	color: #666666;
}


/* SOLOS */
#bg_blue
{
	background-color: #6A9FD1;
	background-image: url(img-global/shadow_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
}

#shadow_right
{
	background-image: url(img-global/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;	
}

#headimg
{
	float: right;
	padding: 170px 30px 0 0;
}

#headimg2
{
	padding: 40px 30px 0 0;
}

/* ULLLLIIIIIIIISSSSSSSSS*/

ul.menu{
	margin:0;
	padding: 0;
	list-style: none;
}

ul.menu li{
	list-style: none;
	list-style-type: none;
	padding-left: 15px;
	display: inline;
}

ul.plain{
	margin:0;
	padding: 0;
	list-style-type: none;
}

ul.plain li{
	list-style-type: none;
	padding-left: 5px;
	line-height: 20px;
}

ul.plain ul{
	margin:0;
	padding-left: 5px;
	list-style: none;
}

/* --------------------------------------------- */
/* FORMULAR */

.einzeilig
{
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	height: 17px;
	width: 350px;
}

p{
	margin: 0;
	padding: 0;
}
.mehrzeilig {

	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	height: 125px;
	width: 350px;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

a:link,
a:visited,
a:active{
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal;
	color:#03a5e5;
}
