/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.

Modified by: Ing. Elke Barbara Bachler, BSc | kreaWERFT  

#############################################################*/

/* standard elements */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a img {
	border-style: none;
	text-decoration: none; 
}

a img:hover {
	border-style: none;
	text-decoration: none; 
}


body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; 
	margin: 0;
	text-align: center; 
	font: normal 0.9em sans-serif, Arial;
}

.gfx a {
	background: #F5F5F5; 
	display: block; 
	height: 220px;
}

/* main */
.main {
	background: #FFF; 
	margin: 0 auto 4px auto; 
	padding-top: 2px;
	text-align: left;
	width: 900px; 
}

#wrapper {
	background: #FFF url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	width: 900px;
}

.container {
	margin: 10px;
}

/* menu orange*/
.menu a {
	background: #EEE url(img/nav.jpg);
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	font: bold 1.0em sans-serif, Arial;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 145px; height: 41px;
}

.menu a span {
	padding-left: 6px;
}

.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #F27001;
	text-decoration: none;
}

.menu a#current {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #F27001;
	text-decoration: none;
}

.menu a#last {
	width: 150px;
	border-right: none;
}

.menu a#single {
	width: 880px;
	border-right: none;
}

.menu a#contact {
	width: 150px;
	border-right: none;
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #F27001;
	text-decoration: none;
}


/* menu blau*/
.bmenu a {
	background: #EEE url(img/nav.jpg);
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	font: bold 1.0em sans-serif, Arial;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 145px; height: 41px;
}

.bmenu a span {
	padding-left: 6px;
}

.bmenu a:hover {
	background: #EEE url(img/bgmenu_suche.gif) repeat-x;
	color: #4178EF;
	text-decoration: none;
}

.bmenu a#current {
	background: #EEE url(img/bgmenu_suche.gif) repeat-x;
	color: #4178EF;
	text-decoration: none;
}

.bmenu a#last {
	width: 150px;
	border-right: none;
}

/* menu green*/
.gmenu a {
	background: #EEE url(img/nav.jpg);
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	font: bold 1.0em sans-serif, Arial;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 145px; height: 41px;
}

.gmenu a span {
	padding-left: 6px;
}

.gmenu a:hover {
	background: #EEE url(img/bgmenu_netze.gif) repeat-x;
	color: #9FC136;
	text-decoration: none;
}

.gmenu a#current {
	background: #EEE url(img/bgmenu_netze.gif) repeat-x;
	color: #9FC136;
	text-decoration: none;
}

.gmenu a#last {
	width: 150px;
	border-right: none;
}

/* menu purple*/
.pmenu a {
	background: #EEE url(img/nav.jpg);
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	font: bold 1.0em sans-serif, Arial;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 145px; height: 41px;
}

.pmenu a span {
	padding-left: 6px;
}

.pmenu a:hover {
	background: #EEE url(img/bgmenu_netze.gif) repeat-x;
	color: #660099;
	text-decoration: none;
}

.pmenu a#current {
	background: #EEE url(img/bgmenu_netze.gif) repeat-x;
	color: #660099;
	text-decoration: none;
}

.pmenu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}

.content h1 {
	margin: 12px 0 12px 0; 
	font: bold 1.0em sans-serif, Arial;
	color: #777777;
}

.content h2 {
	margin: 12px 0 12px 0; 
	font: bold 1.0em sans-serif, Arial;
	color: #F27001;
}

.content h3 {
	margin: 12px 0 12px 0; 
	font: bold 1.0em sans-serif, Arial;
	color: #4178EF;
}

.content h4 {
	margin: 12px 0 12px 0; 
	font: bold 1.0em sans-serif, Arial;
	color: #9FC136;
}

.content p {
	margin: 3px 0 18px; 
	line-height: 18px;
	color: #666;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}