
div.container {
	margin: 0 auto;
	width: 1000px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

div.titel-left {
	font-size : 15px;
	margin-right : 20px;
	margin-top: 3px;
	float : left;
	width : 230px;
	text-align : center;
}

div.titel-right {
	float : right;
	width : 750px;
}

p.menu-oben {
	font-size : 18px;
	margin-top : 1px;
	margin-bottom : 1px;
	font : lighter;
}

a {
	font-style : italic;
	text-transform:uppercase;
	color : black;
	text-decoration : none;
}

a:hover {
	color : gray;
	text-decoration : underline;
}


a.menu-oben {
	font-style : italic;
	color : black;
	margin-left : 20px;
	text-decoration : none;
}

a.menu-oben:hover {
	color : gray;
}



div.menu-left{
	margin-right : 20px;
	margin-top : 10px;
	float : left;
	width : 240px;
}

div.content {
	float : right;
	width : 740px;
}

div.content-left {
	float : left;
	width : 470px;
}

div.content-right {
	margin-left : 20px;
	float : right;
	width : 250px;
}

div.content-left-text {
	float : left;
	width : 360px;
}

div.content-right-text {
	margin-left : 20px;
	float : right;
	width : 360px;
}

a.menu-right {
	font-style : italic;
	color : black;
	margin-left : 5px;
	text-decoration : none;
	font-size : 16px;
}

a.menu-right:hover {
	color : gray;
}

hr {
	border : 1px solid #DCDCDC;;
}

hr.menu-right {
	border : 1px solid Menu;
	border-color : #DCDCDC;
}

b.titel {
	font-size : 24px;
	font-style : italic;
	color : #767676;
	margin-left : 0px;
	text-decoration : none;
}

b.text-small {
	font-size : 13px;
	font-style : italic;
	font-weight: normal;
}

div.footer-left {
	font-size : 12px;
	float : left;
	width : 600px;
}



div.footer-right {
	font-size : 12px;
	float : right;
	width : 400px;
	text-align : right;
}

a.footer {
	font-style : italic;
	color : black;
	margin-left : 20px;
	text-decoration : none;
}

a.footer:hover {
	color : gray;
}

li {
	margin-left : -20px;
	margin-bottom : 5px;
}
h3 {
	font-style : italic;
	color : black;
	margin-bottom : 0px;
	text-decoration : none;
	font-size : 20px;
}