p,td,div  {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height : 16px;
	color : #393E67;
}
a:link, a:visited   {
	color: #393E67;
	text-decoration: none;
} 
a:active, a:hover  {
	color: #B70077;
	text-decoration: underline;
} 
ul {
	padding: 0;
	margin: 5px 0px 5px 15px;
	list-style-type : disc;
}
li {
	padding: 0;
	margin-bottom : 4px;
}
#bodyintrobg
{
	background-image : url(bilder/bg_intro.gif);
	background-repeat : repeat-x;
	background-color : #F5F5F5;
}
#bodysubbg
{
	background-image : url(bilder/bg_sub.gif);
	background-repeat : repeat-x;
	background-color : #F5F5F5;
}
/* -------------------------- Logo*/
#logo {
	z-index: 10;
	position : absolute;
	left : 0px;
	top : 0px;
}
#introseite {
	width : 725px;
	height : 450px;
	position : absolute;
	left : 270px;
	top : 100px;
}
/* -------------------------- Inhalt*/
#container {
	width : 600px;

	position : absolute;
	left : 270px;
	top : 100px;
	padding : 0px 0px 0px 0px;
}
#headbox {
	width : 725px;
	display: block;
	height : 30px;
	position : relative;
	background-image : url(bilder/bg_head.jpg);
	background-repeat : no-repeat;
	margin: 0px;
	padding: 0px;
}
#headline {
	padding: 14px 0px 0px 20px;
	font-size:12px;
	font-weight : bold;
	margin: 0px;
}
#headline a:link, #headline a:visited, #headline a:hover, #headline a:active {
	font-weight : normal;
}
#textbox {
	width : 725px;
	position : relative;
	background-image : url(bilder/bg_text.jpg);
	background-repeat : repeat-y;
	min-height : 420px;
}
#text {
	padding: 35px 210px 15px 20px;
	font-size:12px;
	margin: 0px;
}
h2 {
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight : normal;
	text-decoration : underline;
}
#bildrechts {
	margin-right: -210px;
	border-width: 1px;
	border-style: solid;
	border-color: #F5F5F5;
	float: right;
}
#bild3x {
	border-width: 1px;
	border-style: solid;
	border-color: #F5F5F5;
}
#footer {
	display : block;
	position : relative;
	background-color: #dedede;
	height : 20px;
	margin-top : 15px;
	margin-bottom : 10px;
}
#footertext {
	padding-top: 1px;
	padding-right: 10px;
	text-align : right;
	font-size : 11px;
}

/* -------------------------- menu */
#menubox {
	width : 270px;
	position : absolute;;
	left : 0px;
	top : 220px;
}
