﻿/* CSS-Layout */
#banner {
}

#obere_navigation {
	background-color: #fff;
}

#container {
	position: relative;
	width: 100%;
}

#linke_navigation {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #990000;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: thin;
}

/* Navigation */
#linke_navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#linke_navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	display: block;
	padding: 5px;
	border: 0px solid #990000;
	font-size: small;

	
}
#linke_navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF8000;
	background-color: #FF8000;
}


#seiteninhalt {
	margin-right: 150px;
	margin-left: 150px;
	height: 800px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	text-align:justify;
}

#rechte_navigation {
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: thin;
	width: 152px;
	height: 800px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}


table {
	border: thin #990000 solid;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #FFFFFF;
}

h2           {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
}

img {
border:0px;
}

#callcenter {
	position: absolute; 
	width: 185px; 
	height: 161px; 
	left: 912px; 
	top: 5px
}

#calltip {
	background-image: url("bilder/calltip.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	width: 199px; 
	height: 110px; 
	left: 912px; 
	top: 179px
}

#calltip2 {
	background-image: url("bilder/calltip.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	width: 199px; 
	height: 110px; 
	left: 912px; 
	top: 300px
}

#calltip3 {
	background-image: url("bilder/calltip.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	width: 199px; 
	height: 110px; 
	left: 912px; 
	top: 420px
}

#calltip4 {
	background-image: url("bilder/calltip.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	width: 199px; 
	height: 110px; 
	left: 912px; 
	top: 540px
}

.style1 {
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	margin: 10px;
}


