

/******************** body **********************/

body {
	color: #2F4D7B;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-image: url(../gfx/back_gradient.jpg);
	background-repeat: repeat-x;
}

.header {
	width: 810px;
	height: 109px;
	margin: 55px auto 0px auto;
	background: url(../gfx/div_header.gif) no-repeat;
}

.footer {
	width: 810px;
	height: 67px;
	margin: auto auto 20px auto;
	background: url(../gfx/div_footer.gif) no-repeat;
}

.content	{
	width: 770px;
	margin: 0px auto 0px auto;
	background: #D1DEF2 url(../gfx/content_header.jpg) no-repeat;
	min-height: 350px;
}

body[class] .content-back {
	height: auto;
}

.content-back {
	width: 810px;
	height: 350px;
	margin: 0px auto 0px auto;
	background: url(../gfx/div_content.gif) repeat-y;
}

.content_links	{
	color: #001D4A
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	
	margin: 25px 0px 30px 30px;
	padding: 5px 20px 10px auto;
	float: left;
	width: 390px;
	background: url(../gfx/spacer_vertical.gif) repeat-y top right;
}

.content_rechts	{
	color: #2F4D7B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	
	margin: 25px 0px 30px 30px;
	padding: 5px 20px 10px auto;
	float: left;
	width: 279px;
}

.horizontal	{
	padding: 30px 0px;
	height: 2px;
	width: 100%;
	background: url(../gfx/spacer_horizontal.gif) repeat-x center;
}

a img {
	border: 0px;
}

.img_email {
	margin-top: 22px;
	margin-left: 320px;
	width: 115px;
	height: 12px;
}

.img_impressum {
	margin-top: 22px;
	margin-left: 290px;
	width: 45px;
	height: 12px;
}

strong	{color: #001D4A;}

strong a:link		{color: #001D4A; text-decoration: none;}
strong a:visited	{color: #001D4A; text-decoration: none;}
strong a:hover		{color: #001D4A; text-decoration: underline;}
strong a:active		{color: #001D4A; text-decoration: none;}

a:link		{color: #2F4D7B; text-decoration: underline;}
a:visited	{color: #2F4D7B; text-decoration: underline;}
a:hover		{color: #2F4D7B; text-decoration: none;}
a:active	{color: #2F4D7B; text-decoration: underline;}

