@import url(accordion.css);

/********************************/
/**********Allgemeines***********/

.onlyprint {
	display:none;
}

.noprint {}

html{
	height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	margin:0px;
	background-color:#b9c4c9;
}

a:link,
a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:focus {
	outline: none;
}
td,
tr,
th,
h1,
h2,
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
sub{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
hr{
	border-top: 1px solid #CCC;
	border-right: 1pt solid #fff;
	border-bottom: 1pt solid #fff;
	border-left: 1pt solid #fff;
}


/********************************/
/**********Schriften*************/




.schriften {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.schriftenklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}
.titelnl{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.titel,
.titel .schriften{
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color:#000;
	text-decoration:none;
	
	background-color:#d5dcdf;
	border-bottom:1px solid #ff0000;
	
	margin-left:-7px;
	padding-left:7px;
	padding-top:3px;
	width: 560px;
	height:16px;
	max-height:19px;
}

.header{
	height:80px;
	width: 1045px;
	padding-top:10px;
	padding-left:0px;
}





#Content {
	margin-left:7px;
	width: 560px;
}

/********************************/
/***********Subnavi**************/
.servicelinks a:link,
.servicelinks a:hover,
.servicelinks a:active,
.servicelinks a:visited{
	float:left;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#ff0000;
	text-decoration:none;
	padding-left:10px;
}











/********************************/
/**********Containers************/
.container {
	width:200px;
	margin:0px;
	margin-bottom: 4px;
}
.containertitle {
	border-bottom:1px solid #ff0000;
	padding-left:7px;
	padding-top:3px;
	width: 193px;
	max-width: 200px;
	height:16px;
	max-height:19px;
	cursor: pointer;
}

.containercontent {
	background: url('/templates/eps/images/container_bg.gif');
}
.containercontentText {
	padding: 4px;
}
.containercontentText img {
	max-width: 192px;
	height:auto !important;
}
.containerfoot {
	text-align: right;
	padding: 4px;
	border-bottom:1px solid #ff0000;
}
.containerfoot span {
	cursor: pointer;
}

.containerclosed {
	background: #d5dcdf url('/templates/eps/images/container_open.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
.containeropen {
	background: #d5dcdf url('/templates/eps/images/container_close.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

.containerclosed .containercontent {
	display:none;
}
.containerclosed .containerfoot {
	display:none;
}