/* Stylesheet fuer Opus */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
div , table, form, td , p , li , p  {
	font-size : 95%;
}
/* kleiner Font in der Frontdoor */
.frontdoor {
	font-size : 90%;
}

p  {
	margin : 20px 0 15px 0;
}
hr {
	clear : right;
	border : 1px dotted #cccccc;
	margin : 20px 0 15px 0;
}
table {
	border : 0;
	clear: right;
}
td {
	border : 0;
	padding :0px;
	vertical-align : top;
}


ul {
	list-style-position : outside;
	list-style-type : circle;
	margin : 6px;
	padding : 6px 6px 6px 24px;
}
ol {
	list-style-position : outside;
	margin : 6px 6px 6px 24px;
	padding : 6px;
}
li {
	padding : 1px;
	margin : 4px;
	line-height: 1.5em;
	font-size : 100%;
}

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

img {
	border : none;
}
h1 {
	padding: 1.4em;
	margin : 0;
	color : #336699;
	font-size: 160%;
	font-weight: normal;
}


h2, h3, h4 {
	text-align: left;
	padding: 0 0 0 0.5em;
	margin: 1.5em 0;
	border: none;
	border-left: 1em solid #336699;
	line-height: 1em !important;
	font-weight: normal;
}
h2 {
	margin-top: 0.5em;
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
.bold {
       font-weight: bold;
}
.tileItem h3 {
	padding-left: 0 !important;
	background: none !important;
}
h4 {
	font-size: 100%;
       font-weight: bold;
}

#logo {
	float : left;
	height : 70px;
	width : 225px;
	padding : 10px 2px 0px 30px;
	border-right: 1px dotted #4b4b4b;
}

#menutop 
{
	margin:0px;
	padding:0px;
	height:80px;
	border:none;
}
#menutop ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#menutop li 
{
	float:left;
	display:inline;
	white-space:normal;
	overflow:hidden;
	margin:0px;
	padding:0px;
	width:150px;
}
#menutop a:link, #menutop a:visited 
{
	display:block;
	font-size:11px;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	color:#4b4b4b;
	border-right: 1px dotted #4b4b4b;
	padding-top: 35px;
	padding-bottom: 35px;
}
#menutop a:hover, #menutop a:active, menutop a:focus 
{
	display:block;
	font-family:verdana,arial,helvetiva,sans-serif;
	font-size:11px;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	color:#4b4b4b;
	background-color:#dee7ec;
	border-right: 1px dotted #4b4b4b;
	padding-top: 35px;
	padding-bottom: 35px;
}

#border-left {
	clear : left;
	float : left;
	height : 80px;
	width : 258px;
	background-color : #d4d4d4;
	padding : 0;
	margin: 0;
	text-decoration : none;
	font-size : 12px;
}
#border {
	background-color : #f7f7f7;
	color : #ffffff;
	text-align : center;
	margin-left : 258px;
	padding-right : 258px;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
	height: 80px;
}

#menuleft {
	float : left;
	clear : left;
	padding: 0;
	width : 264px;
	display : block;
	color:#000000; 
	background-color: white; 
}
#menuleft ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#menuleft li {
	margin : 0;
	padding : 0;
	display : block;
	list-style-position : outside;
	font-size: 90%;
}
#menuleft li a , #menuleft li a:link , #menuleft li a:visited {
	display : block;
	width : 90%;
	padding : 3px 10px;
	border-bottom : 1px dotted #cccccc;
	text-decoration : none;
	color : #000000;
}
#menuleft li a:hover , #menuleft li a:focus , #menuleft li a:active {
	background-color : #dee7ec;
	border-bottom : 1px dotted #cccccc;
	color : #000000;
}

#inhalt {
	margin-left : 260px;
	padding : 2.5em;
	background-color : #ffffff;
}

#footer {
	margin : 5px 0 0 0;
	padding : 2px 1em;
	clear : both;
	text-align : center;
}

