/* =============================================================================
Styleshht für die Webseite www.opp-home.de
media: screen
Datei: bildschirm.css
Datum: 21.02.2010
Autor: Thomas Opp

Aufbau:	1. Kalibrierung und allgemeine Styles
		2. Styles für Layoutbereiche
		3. Sonstige Styles
============================================================================= */

/* =============================================================================
		1. Kalibrierung und allgemeine Styles
============================================================================= */

/* =============================================================================
		2. Styles für Layoutbereiche
============================================================================= */
/* =============================================================================
		2.1. Styles für wrapper
============================================================================= */
#wrapper{
	}
/* =============================================================================
		2.2. Styles für kopfbereich
============================================================================= */
#kopfbereich{
	}
/* =============================================================================
		2.3. Styles für navibereich
============================================================================= */
#navibereich{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	#navibereich ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#navibereich li{
		float:left;
		padding:0px;
		}
	#navibereich li a{
		background:#333333 url("../images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		#navibereich li a:hover, #navibereich ul li:hover a{
			background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	#navibereich li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#navibereich li:hover ul{
		display:block;
		
		}
	#navibereich li li {
		background:url("../images/sub_sep.gif") bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#navibereich li:hover li a{
		background:none;
		
		}
	#navibereich li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#navibereich li ul a:hover, #navibereich li ul li:hover a{
			background:#2580a2 url("../images/hover_sub.gif") center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	#navibereich p{
		clear:left;
		}	
/* =============================================================================
		2.4. Styles für textbereich
============================================================================= */
#textbereich{
	<!-- margin:200px 0px 0px 50px; -->
	<!-- border:100px 0px 0px 0px; -->
	<!-- padding:100px 0px 0px 0px; -->
	}
/* =============================================================================
		2.5. Styles für fussbereich
============================================================================= */
#fussbereich{
	}
/* =============================================================================
		3. Sonstige Styles
============================================================================= */
		