/*allgemeines*/
html,body{
	margin:0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1.6em;
	color: #666666;
	background: #475f71;
}

body.druckversion {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1.6em;
	color: #666666;
	background:#ffffff;
	width: 650px;
}

div#background{
	width:100%;
	margin:0;
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x;
	float:left;
}
div#container{
	font-size: 1.1em;
	width:940px;
	margin:0 auto;
	background: url(../images/logo.png) no-repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/*header*/
div#header {
	margin:0;
}
div#header_hilfe {
	height: 64px;
	color:#FFFFFF;
}
div#hilfsnav, div#suche, div#hotline {
	margin-left: 30px;
	float: right;
	margin-top: 15px;
}
div#suche {
	background: url(../images/search_icon.png) no-repeat;
	padding-left: 30px;
}
div#hilfsnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
div#hilfsnav a:hover {
	color: #d9dde2;
}




/*Boxen Grund*/
.header_blue {
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/bg_header_blue.jpg) no-repeat;
	padding-left: 10px;
	width: 190px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
.header_red {
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/bg_header_red.jpg) no-repeat;
	padding-left: 10px;
	width: 190px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
.boxen_grund, .boxen_grund_marginal, .meinung, .boxen_grund_marginal_blue, .boxen_grund_marginal_news  {
	background: #ebecef url(../images/header_red_pfeil.gif) no-repeat 10px 0px;
	padding: 10px;
	width: 178px;
	border-right: 1px solid #e0e4e9;
	border-bottom: 1px solid #e0e4e9;
	border-left: 1px solid #e0e4e9;
	margin-bottom: 10px;
	}
.boxen_grund_marginal {
	background: #f6f6f7 url(../images/header_red_pfeil.gif) no-repeat 10px 0px;
	}
.boxen_grund_marginal_blue {
	background: #f6f6f7 url(../images/header_blue_pfeil.gif) no-repeat 10px 0px;
	}
.meinung {
	border-top: 1px solid #e0e4e9;
	background: #ebecef url(../images/apostroph.gif) no-repeat right top;
	border-bottom-style: none;
	margin-bottom: 0px;
	}
.meinung_person {
	font-weight: bold;
	background: url(../images/meinung_pfeil.gif) no-repeat;
	padding-top: 15px;
	padding-left: 43px;
	margin-bottom: 10px;
	width: 157px;
	}
.disclaimer
 {
	font-size: 0.9em;
} 
.boxen_grund a, .boxen_grund_marginal a
 {
	color: #445b6c;
	text-decoration: none;
	font-weight: bold;
} 
.boxen_grund a:hover, .boxen_grund_marginal a:hover
{
	text-decoration: underline;
} 
.disclaimer a
 {
	font-size: 0.9em;
	color: #445b6c;
	text-decoration: underline;
	font-weight: normal;
} 

.boxen_grund_marginal_news {
	background: #f6f6f7 url(../images/header_blue_pfeil.gif) no-repeat 10px 0px;
	margin: 0px 0px 10px;
	padding: 5px 10px;
	}
.boxen_grund_marginal_news ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.boxen_grund_marginal_news li
{
	background: url(../images/pfeil_neuigkeiten.png) no-repeat 0 26px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.boxen_grund_marginal_news li a
{
	color: #445b6c;
	text-decoration: none;
	font-weight: bold;
}
.boxen_grund_marginal_news li a:hover
{
	text-decoration: underline;
}

/*breadcrump*/
div#breadcrump {
	margin-bottom: 2px;
	}
div#bread {
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	background: url(../images/bg_breadcrump.gif) no-repeat;
	}

div#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

div#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
div#bread ul li a {
	color: #ffffff;
	text-decoration: none;
	}
div#bread ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/*content*/
div#content_container{
	margin: 0 220px;
	padding-top: 20px;
}
div#content_container_zweispaltig {
	margin: 0 0px 0 220px;
	padding-top: 20px;
}
div#content_container a, div#content_container_zweispaltig a {
	color: #333333;
	text-decoration: underline;
}
div#content_container a:hover, div#content_container_zweispaltig a:hover {
	color: #445b6c;
}
div#content_container p, div#content_container_zweispaltig p{
	margin: 1em 0px;
	padding: 0px;
}

.teaser_text
{
	font-size: 1.1em;
	font-weight: bold;
}
.toplink
{
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/toplink_content.png) no-repeat;
}

.info
{
	float: left;
}

div#wrapper{
	float:left;
	width:100%;
}

div#left{
	float:left;
	width:220px;
	margin-left:-940px;
	padding-top: 20px;
}
div#marginal{
	float:left;
	width:200px;
	margin-left:-220px;
	padding-top: 20px;
	padding-left: 20px;
}


/* footer */
div#footer_container{
	clear:left;
	width:100%;
	background: #475f71 url(../images/footer_bg.jpg) repeat-x;
}
div#footer{
	font-size: 1.1em;
	width:940px;
	margin:0 auto;
}
.anwendungen_text{
	font-size:1.1em;
	float:left;
	padding-top: 10px;
}
div#anwendungen{
	font-size: 0.9em;
	height: 52px;
}
div#anwendungen img{
	float: right;
	margin-left: 30px;
}
div#footer_wrapper {
	margin-top: 75px;
	margin-bottom: 20px;
}
.copyright, .kontakt, .druck, .top {
	color: #e3e3e5;
	float: right;
	padding-left: 30px;
}
.druck {
	background: url(../images/icon_druck.png) no-repeat;
	padding-left: 0px;
	margin-left: 30px;
}
.top{
	margin-left: 10px;
	padding-left: 0px;
	background: url(../images/toplink_content.png) no-repeat;
}
.copyright a {
	color: #e3e3e5;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
}


/*navigation footer*/
div#nav_footer {
	height: 30px;
}
#navcontainer_footer ul
{
	margin:0;
	float: left;
	padding: 0px;
}

#navcontainer_footer ul li { 
	display: inline; 
}
#navcontainer_footer ul li a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	float: left;
	background: url(../images/bg_hauptnav_4_naktiv.png) repeat-x;
	padding: 9px 15px 5px;
	margin-right: 1px;
}
#navcontainer_footer ul li a:hover
{
	color: #445b6c;
	background: url(../images/bg_hauptnav_4_aktiv.png) repeat-x;
}
#navlist_footer li a.current
{
	color: #445b6c;
	background: url(../images/bg_hauptnav_4_aktiv.png) repeat-x;
}

/*hilfsnav footer*/
div#hilfsnav_footer {
	color: #e3e3e5;
}
div#hilfsnav_footer a {
	color: #e3e3e5;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
div#hilfsnav_footer a:hover {
	color: #ffffff;
}


/* Teaser Front */
#teaser_front {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #e4e4e5;
	margin-top: 0px;
	margin-bottom: 20px;
 }
#teaser_front ul {
 	list-style: none;
 	height: 100%;
 	margin: 0;
 	padding:0;
 }

#teaser_front ul li {
	font-size: 1em;
	border-bottom: 1px solid #FFFFFF;
}

#teaser_front ul li.webspace a {
	background: #ebecef url(../images/preise/teaser_webspace.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.webspace a:hover {
  background: #e6e7eb url(../images/preise/teaser_webspace.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li.resellerwebspace a {
	background: #ebecef url(../images/preise/teaser_resellerwebspace.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.resellerwebspace a:hover {
  background: #e6e7eb url(../images/preise/teaser_resellerwebspace.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li.domains a {
	background: #ebecef url(../images/preise/teaser_domains.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.domains a:hover {
  background: #e6e7eb url(../images/preise/teaser_domains.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li.dedizierte a {
	background: #ebecef url(../images/preise/teaser_dedizierte.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.dedizierte a:hover {
  background: #e6e7eb url(../images/preise/teaser_dedizierte.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li.serverhousing a {
	background: #ebecef url(../images/preise/teaser_serverhousing.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.serverhousing a:hover {
  background: #e6e7eb url(../images/preise/teaser_serverhousing.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li.fax2mail a {
	background: #ebecef url(../images/preise/teaser_fax2mail.gif) no-repeat right bottom;
	border-bottom: 1px solid #d6d7d9;
	color: #666666;
	display: block;
	padding: 10px 30px 15px 100px;
	text-decoration: none;
	width: 362px;
	height: 90px;
}
#teaser_front ul li.fax2mail a:hover {
  background: #e6e7eb url(../images/preise/teaser_fax2mail.gif) no-repeat right bottom;
  color: #666666;
}

#teaser_front ul li img {
	position:absolute;
	border:none;
	margin-top: 31px;
	margin-left: 11px;
}
  
ul li a .teaser_headline{
	background: none;
	color: #445b6c;
	font-size: 1.1em;
	display: block;
  	position:relative;
	left: -79px;
	top: 5px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 2px;
}

ul li a .teaser_front_text{
	font-size: 1em;
	font-weight: normal;
	background: url(../images/plus_icon.gif) no-repeat 0px 2px;
	padding-left: 24px;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.boxen_grund input, .boxen_grund_marginal input
 {
	float: left;
 	display:block;
	width:170px;
	margin-bottom: 5px;
} 

