/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

p {
	color: #000000;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
p2 {
	color: #000000;
	font-size: 10px;
}
p3 {
	color: #000000;
	font-size: 12px;
}

li.text {
	list-style-type: disc;
	font-size: 12px;
}

img {border: 0px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
/*	border-bottom: 1px solid #CC0001; */
	padding-left: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
/*	border-bottom: 1px solid #CC0001; */
	padding-left: 20px; 
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px; 
}

/**************** Pseudo classes ****************/

p :link {
	text-decoration: none;
	font-weight: normal;
	color: #CC0001;
}

li :link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
}

p :visited {
	color: #CC0001;
	text-decoration: none;
	font-weight: normal;
}


li :visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

li :active {
	font-weight: bold;
	color: #000000;
	font-weight: bold;
}


p :hover {
	color: #CC0001;
	font-weight: bold;
	text-decoration: none;
}


li :hover {
/*	display: block; */
	color: #CC0001;
	font-weight: bold;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0001; */
}


p :active {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}


/************************* ID's *************************/
#container {
	position: relative;
	margin: 0 auto;
	background-image: url(images/bg.png);
	width: 768px;
	height: 588px;
	text-align: left;
	z-index: 1;
}
#page{
	background-color: #000000;
	position: relative;
	top: 9px;
	left: 9px;
	width: 750px;
	height: 570px;
}
#top {
	position: absolute;
	left: 9px;
	top: 9px;
	width: 750px;
	height: 110px;
	padding-left: 20px;
	z-index: 5;
}

#menu {
	position: absolute;
	background-color: #CCCCCC;
	top: 119px;
	left: 9px;
	width: 198px;
	height: 460px;
	z-index: 5;
	text-align: left;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:10px;
	text-align: left;
}
#menu li {
	margin:0;
	height: 30px;
}
#inhalt {
	position: absolute;
	background-color: #CC0001;
	top: 119px;
	left: 207px;
	width: 552px;
	height: 460px;
	z-index: 6;
	}
	
#adresse {
	position: absolute;
	background-color: transparent;
	top: 450px;
	left: 70px;
	width: 160;
	height: 100;
	z-index: 16;
	font-size: 9px;
	visibility: hidden;
}
	
#ring_home {
	position: absolute;
	background-color: transparent;
	background: url(images/ring_home_white.gif);
	left: 377px;
	top: 300px;
	width: 382px;
	height: 279px; 
	z-index: 10;
	visibility: hidden;
}

#ring_menu {
	position: absolute;
	background-color: transparent;
	background: url(images/ring_menu_white.gif);
	left: 9px;
	top: 362px;
	width: 278px;
	height: 217px; 
	z-index: 15;
	visibility: hidden;
}

#ring_menu2 {
	position: absolute;
	background-color: transparent;
	background: url(images/ring_menu_half_white.gif);
	left: 9px;
	top: 300px;
	width: 149px;
	height: 269px; 
	z-index: 15;
}

#ring_bottom {
	position: absolute;
	background-color: transparent;
	background: url(images/ring_bottom_black.gif);
	left: 668px;
	top: 505px;
	width: 91px;
	height: 74px; 
	z-index: 15;
}

#text {
	position: absolute;
	width: 552px;
	height: 376px;
	background-color: #EEEEEE;
	font-color: #000000;
	z-index: 20;
}

#text_home {
	position: absolute;
	top: 280px;
	width: 552px;
	height: 96px;
	background-color: transparent;
	z-index: 20;
	visibility: hidden;
}

#menu_banner {
	position: absolute;
	top: 390px;
	left: 24px;
}

#services_banner {
	position: absolute;
	top: 310px;
	left: 42px;
}

#frameData {
  position:               absolute;
  width:                  100px;
  height:                 100px;
  visibility:             hidden; 
}
#contentLYR {
  position:               absolute;
  width:                  auto;
  height:                 auto;
  visibility:             visible;
  overflow: 			  auto;
  z-index:				  25;
}
div.c1 {
 position:absolute; 
 width:200px;
 height:115px; 
 z-index:1; 
 left: 5px; 
 top: 23px;
 }


/************************ Home ********************/
#topbar {
	position: absolute;
	height: 84px;
	width: 552px;
	top: 0px;
	left: 0px;
	background-color: #CC0001;
	color: #FFFFFF;
}
#title {
	color: #FFFFFF;
	text-align: left;
	font-size: 32px;
}

#formular {
	font-size: 10px;
}


