html {
	height: 100.12%;
	outline: none;
}
body {
	background: #04122d url(../images/bg.jpg) repeat-x;
	color: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}
#wrapper {
	margin-top: 1px;
	background: #092e6a;
	text-align: left;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 150px;
	position: relative;
	width: 960px;
}
#date {
	color: #CCCCCC;
	font-size: 0.8em;
	height: 15px;
	position: absolute;
	width: auto;
	top: 15px;
	right: 15px;
}
#topnav {
	height: 260px;
	width: 960px;
	margin-bottom: 10px;
}
#bc {
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 940px;
}
#mainContent {
	padding-top: 10px;
	padding-bottom: 10px;
}
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	background: url(../images/accordion_content.png) right no-repeat;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#Accordion .AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTabHover {
	background: url(../images/accordion_panel_hover.png) no-repeat;
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTab {
	background: url(../images/accordion_panel.png) no-repeat;
	height: 35px;
}
.AccordionPanel {
}
#callforfree {
	background: url(../images/call_for_free.png) no-repeat;
	padding-left: 10px;

	width: 280px;
	height: 300px;
}

#callforfree .text_box1 p{
margin-top: -40px;
margin-left: -5px;

}
#callforfree .text_box1 h1{
margin-top: 20px;
margin-bottom: 0;
padding-bottom: 0;

}


#footer {
	background: url(../images/footer.jpg) repeat-x;
	font-size: 0.9em;
	color: #CCCCCC;
	height: 50px;
	margin-top: 10px;
	padding-top: 15px;
	line-height: 20px;
	text-align: center;
	width: 960px;
}
/*###   HEADLINES   #############################################*/

h1, h2, h3, h4, h5, h6 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #FFFFFF;
	font-size:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
}
h2 {
	font-size:1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	color: #000;
	font-size:1em;
	margin-top: 10px;
}
/*#########################################################################
#                                                                         #
#                          NAVIGATION  leftCol						      #
#																		  #
###########################################################################*/

/* ###   NAV FIRST LEVEL   ################################################*/

#leftCol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftCol ul li {
	margin-left: 20px;
	padding-bottom: 2px;
}
#leftCol ul li a {
	background: #333333;
	color: #666666;
	display: block;
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
}
#leftCol ul li a:hover {
	background: #6d6e65;
	color: #FFF;
}
#leftCol ul li a.rex-current {
	background: #52524a;
	color: #FFF;
}
/*
#leftCol ul {
}
#leftCol ul li {
	display: inline;
}
#leftCol ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: #006699 url(pfeil-klein09.gif) no-repeat 8px center;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#leftCol ul li a:hover {
	color: #000000;
	background: #CCCCCC url(pfeil-klein09.gif) no-repeat 8px center;
}
#leftCol a.rex-current {
	color: #000;
	background: #e7a428 url(pfeil-klein10.gif) no-repeat 8px center;
}*/


/* ###   NAV SECOND LEVEL   ################################################*/

#leftCol ul li ul li {
	background: #333333;
	color: #666666;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
#leftCol ul li ul li a:hover {
	background: none;
	color: #FFFFFF;
}
#leftCol ul li ul li a.rex-current {
	background: none;
}
/*#########################################################################
#                                                                         #
#                          LOGO             						      #
#																		  #
###########################################################################*/

#logo a {
	height: 115px;
	width: 400px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
#logo a .hidden {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
/*#########################################################################
#                                                                         #
#                          BREADCRUMP         						      #
#																		  #
###########################################################################*/

#breadcrumb p {
	display: inline;
	margin-left: 240px;
}
#breadcrumb ul {
	display: inline;
	list-style: none;
	margin-left: 10px;
}
#breadcrumb ul li {
	background: url(../images/arrow.gif) left no-repeat;
	color: #333333;
	display: inline;
	padding-left: 20px;
}
#breadcrumb ul li a {
	color: #CCC;
	display: inline;
	padding-right: 15px;
}
#breadcrumb a:hover {
	color: #333333;
}
/*#########################################################################
#                                                                         #
#                          BILDER           						      #
#																		  #
###########################################################################*/

.text_box1 .floatLeft {
	border: #FFFFFF 1px solid;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 3px;
	float: left;
}
.text_box1 .floatLeft a img {
	float: left;
}
.text_box1 .floatRight {
	margin: 10px;
	float: right;
}
.text_box1 .center {
	text-align: center;
	display: block;
}
.text_box1 .center img {
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #666666;
}
.fancyimagesrightCol img {
	margin-top: 10px;
}
/*#########################################################################
#                                                                         #
#                       SONSTIGE FORMATIERUNGEMN					      #
#																		  #
###########################################################################*/

/*Aufzählungen*/
.text_box1 ul li {
	background: url(../images/dot.gif) left no-repeat;
	font-weight: bold;
	line-height: 0.8em;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
}
/*Absätze*/
#mainContent .text_box1 p strong {
}
#mainContent p {
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 15px;
}
#rightCol .text_box1 p {
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 5px;
}
#leftCol .text_box1 p {
	line-height: 1.4em;
	margin-top: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.text_box1 p {
	padding: 5px;
}



.text_box1 p acronym {
	font-style: italic;
}
.text_box1 .floatRight {
	margin: 10px;
	float: right;
}
.text_box2 .floatRight {
	margin: 10px;
	float: right;
}
.text_box2 .floatRight img {
	border: #0099CC 1px solid;
	padding: 3px;
}
.text_box1 .center {
	text-align: center;
	display: block;
}
.text_box1 .center img {
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #666666;
}
.do_rexsurf {
	position: absolute;
	top: 30px;
	right: 20px;
}
#cu3er-container {
}
#spalte1 {
	background: url(../images/spalten.png) right top no-repeat;
	height: 300px;
}
#spalte2 {
	background: url(../images/spalten.png) right top no-repeat;
	height: 300px;
}
#spalte3 {
	background: url(../images/spalten.png) right top no-repeat;
	height: 300px;
}
#spalte4 {
	background: url(../images/spalten.png) right top no-repeat;
	height: 300px;
}
/*#########################################################################
#                                                                         #
#                          LINKS             						      #
#																		  #
###########################################################################*/

a {
	text-decoration: none;
}
a.extern {
	color: #990000;
}
a.extern:hover {
	text-decoration: underline;
}
/*a.faq {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
}
a.faq:hover {
	color: #990000;
}*/

.text_box1 p a{
color:#000;
}

.text_box1 p a:hover{
color:#FFF;
}
/*#########################################################################
								ARTIKELLISTE
###########################################################################*/

#artikelliste {
	display: block;
	margin-top: 20px;
}
#artikelliste a {
	display: block;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 10px;
}
#artikelliste a:hover {
	display: block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 10px;
}
/*#########################################################################
						ARTIKEL WEITERBLÄTTERN
###########################################################################*/
#artikel_weiterblaettern {
	border-top: #CCCCCC 1px dotted;
	margin-top: 20px;
	padding-top: 5px;
}
#artikel_weiterblaettern a {
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
}
#artikel_weiterblaettern a:hover {
	color: #000;
}
/*#########################################################################
						ZUM STARARTIKEL VERLINKEN
###########################################################################*/
#zurueck_zum_startartikel a {
	color: #999999;
}
#zurueck_zum_startartikel a:hover {
	color: #000;
	text-decoration: none;
}
