﻿@charset "utf-8";
table,h1,h2,h3,hr,p,ul,li,table {
	margin:0;
	padding:0;
	color: #818181;
	text-align: left;
	font-size:0.75em;
	line-height: 1.5em;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	margin: 0;
	padding: 0;	
}

body {
	background: #ebf5fe url(../img/2010_comevis_web_hintergrund.jpg) repeat-x fixed center top;
}

.c {
	clear: both;
}

img {
border:none;
}

/* links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #F8B200;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}


#contentbottom a:link, a:link.orangelink {
	color:#ff9900;
	text-decoration: underline;
}
#contentbottom a:visited, a:visited.orangelink {
	color:#ff9900;
	text-decoration: underline;
}
#contentbottom a:hover, a:hover.orangelink {
	color:#ff9900;
	text-decoration: none;
}
#contentbottom a:active, a:active.orangelink {
	color:#ff9900;
	text-decoration: none;
}



#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#ff9900;
	text-decoration: underline;
}



/* grundstruktur der seite */
/* aufteilung content */

#outerbox {
	width: 900px;
	margin: 0px auto;
}

#header {
	height: 115px;
	width: 900px;
	margin: 0px auto;
	clear:both;
}


.content {
	margin: 0 auto 10px auto;
	clear:both;
}

.tablinks {
	width: 430px;
	float:left;
	margin-right:10px;
margin-left:10px;
display:inline;
}

.tabrechts {
	width: 430px;
	float:right;
	margin-right:10px;
margin-left:10px;
display:inline;
}

.tab1 {
width:205px;
float:left;
margin-right:10px;
margin-left:10px;
display:inline;
}

.tab2 {
width:430px;
float:left;
margin-right:10px;
margin-left:10px;
display:inline;
}

.tab4 {
width:225px;
float:right;
}


#subnavigation {
	clear:both;
	padding-top: 10px;
	width: 900px;
	margin: 15px auto;
}

#footer {
	clear:both;
	padding: 10px 0;
	width: 900px;
	margin: 5px auto;
	border-top: 1px solid #e1e1e1;
}

#contentbottom {
	clear:both;
	padding: 10px 0 8px 8px;
	width: 890px;
	margin: 5px auto;
	border-top: 1px solid #e1e1e1;
}


.back {
float:right;
}

/* 
  versteckte Elemente 
*/
#service h2,
#sprache h2,
#seitenspalte h2,
#seitenspaltebreit h2 {
  position: absolute;
  left: -9999px;
}


/* Sprachennavigation */

#sprache {
float:right;
}

#sprache li {
  display: inline;
}


  

/* allgemeine formatauszeichnungen content */
h1 {
	color:#ff9900;
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
	padding: 2em 0 0.5em;
	font-weight:bold;
}


h2 {
	font-size: 0.8em;
	font-weight:bold;
	margin: 0px;
	padding: 3px 0px 10px 0px;
	clear:left;
}


h3 {
	color:#3A3A3A;
	font-size: 0.8em;
	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	clear:left;
}

h4 {
	font-size:0.7em;
	padding: 0 0 0 15px;
	font-weight:normal;
	margin: 0px;
}


p {
	padding: 0px 0px 15px 0px;
}

#contentbottom p {
	padding: 0px;
	font-size:0.75em;
}



#footer p {
	font-size:0.7em;
	padding: 0 0 0 10px;
}


.icons {
margin-top: 20px;
float:right;
}

.logo {
margin-top: 19px;
}

.galerie {
padding-bottom: 10px;
}

.galerie img {
float:left;
margin: 0 5px 5px 0px;
border: 1px solid #EDEDED;
}


.txtmarkierung {
	background-color:#ebf5fe;
}


