@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, br, table, tr, td, b, i, strong, ul, li, a, div  {
	font-family: Times New Roman, Times, serif;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	/*font-weight: normal;*/
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	line-height: normal;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #14338D;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 18px;
	text-align: right;
	text-decoration: underline;
	margin: 12px 0px 30px 0px;
	_margin: 0px 0px 30px 0px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	margin: 0px 0px -18px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
#center {
	background: url(../images/background.jpg);
	background-position: top left;
	width: 1019px;
	height: 780px;
	margin: auto;
	padding: 0px;
	margin-top: 0px;
}

#logo {
	width: 225px;
	height: 65px;
	padding: 80px 0px 0px 520px;
	clear: both;
	}

#card {width: 144px; height: 208px; float: left; margin: 377px 0px 0px 213px; _margin: 377px 0px 0px 106px;}

#card_big {width: 230px; height: 361px; margin-left: 20px; _margin-left: -980px; background-image: url(../images/visitenkarte_big_ff.png); _background-image: url(../images/visitenkarte_big.png);}

#content {
	width: 365px;
	height: 490px;
	margin: 30px 0px 0px 10px;
	padding: 0px 5px 0px 0px;
	float: left;
	overflow: auto;

}
#navigation {
	width: 200px; 
	height: 490px;
	margin: 30px 0px 0px 60px;
	float: left;
}

#navigation p,#navigation p a {font-weight: bold; text-decoration: underline; margin: 12px 0px 15px 0px; _margin: 1px 0px 15px 0px; font-size: 16px;}

#navigation ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navigation ul li {
	font-weight: normal;
	text-decoration: none;
	}
	
#navigation ul li a {
	font-weight: normal;
	text-decoration: none;
	}
	
#navigation ul li a:hover {
	text-decoration: underline;
	}

#active,#active a,#navigation ul li #active {color: #9EC22A; text-decoration: underline;}