/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	background: #dfdfdf; 
	text-align: center;

}

body {

	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #333; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;	

}


/* - TABELLEN EINGENSCHAFTEN - */


td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}


/* - MISC STYLE - */


ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - STANDARD LINK FORMATIERUNG - */


a {

	color: #333;
	text-decoration: none;

}

a:hover {

	color: #333;
	text-decoration: underline;

}


/* - LAYER + CONTAINER - */

#header_nav {
	width: 820px;
	padding: 6px 0px 6px 0px;
	text-align: right;
}

#layer {

	width: 780px;
	border: 1px solid #c9c9c9;
	padding: 10px 10px 0px 10px;
	background: #fff;
	position: relative;
	margin: 0px auto 0px 20px;
	text-align: left;

}


/* - HEADER - */


#header {
	
	width: 780px;
	height: 70px;
	background: #fff;
	border-bottom: 10px solid #fff;
	position: relative;
	
}

#header table {
	
	border: none;
	width: 100%;
	height: 100%;
	
}

#header table td {
	
	padding: 0px 0px 0px 3px;
	
}

#header ul {
	
	position: absolute;
	top: 34px;
	right: 210px;
	
}

#header ul li {
	
	float: left;
	padding: 0px 3px;
	margin: 0px;
	color: #afafaf;
	
}

#header ul li a {
	
	text-decoration: none;
	color: #afafaf;
	
}

#header ul li a:hover {
	
	text-decoration: underline;
	color: #afafaf;
	
}


/* - INPUT FELDER VORBEREITET FÜR SUCHE - */


#header form input.formular {
	
	width: 140px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 11px;
	color: #dfdfdf;
	font-family: "Verdana";
	position: absolute;
	right: 35px;
	top: 30px;	
	
}

#header form input.button {
	
	width: 10px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 0px;
	background: url('../images/suche_button.gif') no-repeat;
	cursor: pointer;
	font-family: "Verdana";
	position: absolute;
	right: 20px;
	top: 34px;	
	
}

#header #opener {
	width: 300px;
	height: 70px;
	border: 1px solid #ccc;
	text-align: center;
}


/* - MENU - */


#menu {
	
	width: 780px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: #7293cb;
	border-top: 9px solid #336699;
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
	z-index: 999;

}

#menu ul {
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	z-index: 999;
	
}

#menu ul li	{
	
	float: left;
	list-style: none;
	margin: 0px;
	border-right: 1px solid #336699;
	position: relative;
	z-index: 999;
	
}

#menu li a {
	
	display: block;
	padding: 0px 12px 1px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: #7293cb;
	margin:0px;
	line-height: 23px;
	z-index: 999;

}

#menu li a:hover {
	
	background: #336699;

}

#menu li a.aktiv, #menu li a.aktiv:hover {
	
	background: #7293cb url('../images/menu_hover.gif') right no-repeat;

}


/* - MENU : DROPDOWN SETTINGS - */


#menu ul li ul {
	
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 220px;
	text-align: left;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	
}

#menu ul li ul li {
	
	height: 26px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	
}

#menu ul li:hover ul, #menu ul a:hover ul {
	
	visibility: visible;
	z-index: 999;
	
}

#menu ul li ul li a {
	
	width: 194px;
	border: 1px solid #fff;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 22px;
	font-size: 11px;
	color: #336699;
	background: #fff;
	margin: 0px;
	z-index: 999;
	
}

#menu ul li ul li a:hover {
	
	color: #fff;
	background: #336699;

}

#menu ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
	
	color: #fff;
	background: #7293cb url('../images/menu_hover.gif') right no-repeat;

}



/* - SEITEN ANZEIGE - WO MAN SICH GERADE BEFINDET - */


#seite {
	
	width: 760px;
	height: 24px;
	background: #eee;
	color: #404040;
	font-size: 11px;
	line-height: 24px;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
	border-bottom: 10px solid #fff;
	position: relative;
	
}

#seite span {
	
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 36px;
	text-align: right;
	
}

#seite a {
	
	color: #404040;
	text-decoration: underline;
	
}

#seite a:hover {
	
	color: #404040;
	text-decoration: none;
	
}


/* - CONTENT LAYER - */


#content {

	width: 760px;
	border-bottom: 3px solid #336699;
	background: #eee;
	position: relative;
	padding: 10px 10px 0px 10px;
	text-align: left;

}


/* - TEXT - */


#content #text {
	
	width: 420px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;

}

#content #right {
	
	width: 302px;
	line-height: 22px;
	background: #eee;
	float: right;

}

#content #right .right_container {
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
}

#content #right .right_container_ad {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0px;
	background: #fff url(http://localhost/arkenberg/bezahlbar-versichert/includes/images/ad_rectangle_hinweis.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content #right .right_container_news{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}

#content #right .right_container_news h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #336699;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
}

#content #right .right_container_news h2{
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	font-family: "Verdana";
}

#content #right .right_container_news p{
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
}

#content #right .right_container_suche{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}

#content #right .right_container_suche p{
	font-size: 11px;
	color: red;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
}

#content #right .right_container_suche a{
	font-size: 11px;
	color: red;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	text-weight: bold;
}

#content #right .right_container_suche input {
	height: 22px;
}

/* - TEXT : TAG STYLES - */


#content #text h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #336699;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#content #text h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #336699;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#content #text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #9DBB36;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text p {

	margin: 0px 0px 15px 0px;

}

#content #text table tr td {

	line-height: 22px;

}

#content #text hr {
         
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#content #text a {

	color: #336699;
	text-decoration: none;

}

#content #text a:hover {

	color: #336699;
	text-decoration: underline;

}

#content #text ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li {

	list-style: square;
	line-height: 22px;

}

#content #text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}

#content #text input {
	height: 22px;
}


/* - FOOTER - */


#footer {
	
	width: 780px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	background: #fff;
	border-top: 9px solid #7293cb;
	position: relative;
	
}

#footer p {
	
	color: #afafaf;
	line-height: 15px;
	
}

#footer ul {
	
	width: 233px;
	padding: 1px;
	margin: 5px 10px 5px 10px;
	float: left;
	
}

#footer li {
	
	width: 230px;
	padding: 0px 0px;
	margin: 0px 10px;
	background: #fff;
	color: #afafaf;
	list-style-type: none;
	
}

#footer a.cms2day_link, #footer a.cms2day_link:hover {
	
	text-decoration: none;
	font-weight: bold;
	color: #afafaf;
	
}

#footer a {
	
	text-decoration: none;
	color: #afafaf;
	
}

#footer a:hover {
	
	text-decoration: underline;
	color: #afafaf;
	
}
