/************************************************************************/
/*																																			*/
/*						Stylesheet f�r Website: Azizi															*/
/*						Autor: Gunther Vilzmann																		*/
/*						Date: 15.10.2009																					*/	
/*																																			*/
/************************************************************************/

body {
	background: #000;
	text-align: center;
	height: 100%;
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

#page {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#nav {
	width: 160px;
	height: 500px;
	float: left;
	margin-top: 120px;

}

#right {
	width: 680px;
	height: 620px;
	float: left;
}

#nav2 {
	width: 160px;
	height: 500px;
	float: right;
	margin-top: 120px;
	text-align: left;
}

#logo {
	width: 680px;
	height: 60px;
}

#hauptnav {
	width: 680px;
	height: 40px;
	text-align: center;
	background-image: url(../img/linie.png);
	background-position: center 39px;
	background-repeat: no-repeat;
}

#content {
	width: 680px;
	height: 500px;
}

#footer {
	clear: both;
	width: 680px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../img/linie.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

#content_left {
	height: 500px;
	float: left;
	width: 333px;
	margin-right: 7px;
	text-align: left;
	overflow: hidden;

}

#content_right {
	height: 500px;
	float: right;
	width: 333px;
	margin-left: 7px;
	text-align: left;
	overflow: hidden;

}

#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0033;
}

h1, h2, h3, h4, h5 {
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0 5px 5px;
}

p {
	font-size: 13px;
	line-height: 14.5px;
	margin: 0 0 10px 5px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #FF0033;
	text-decoration: underline;
}






/************************************************/

#content embed {
	margin-top: 125px;
	margin-left: 180px;
}

ul#navi {
	list-style: none;
}

ul#navi li {
	float: left;
	margin: 0px;
}
ul#navi li a {
	margin-top: 5px;
	background-repeat:no-repeat; 
	display:block;  
	outline: none;
	height: 20px;
}
ul#navi li a:hover, ul#navi li.current a,ul#navi li.over a {
	background-position:0px -40px;
	outline: none;
}

#nav2 ul#navi_sub {
	list-style: none;
	display: block;
	margin: 0px;
	margin-left: 20px;
	
	padding: 0px;
}

#nav ul#navi_sub {
	display: block;
	list-style: none;
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
}

ul#navi_sub li {
	list-style: none;
	display: block;
	margin: 0px;
}
ul#navi_sub li a {
	background-repeat:no-repeat; 
	display:block; 
	height: 25px;
	outline: none;	
}
ul#navi_sub li a:hover, ul#navi_sub li.current a,ul#navi_sub li.over a {
	background-position: 0px -40px;
	outline: none;
}

embed {
background: 000 !important;
}
