
/* Titel: Meine Webseite
   Autor: Alexander Lantzoff
   Erstellt: 30.03.2009
*/




/* body ----------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

body {
background-color:#000000;
	}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* body ----------------------------------------------------------------------------------------*/




/*wrapper -------------------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	height: 710px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 12px;
	border: 1px solid #999999;
}

/*wrapper -------------------------------------------------------------------------------*/


  
#header {
	clear: both;
	border-bottom: 1px solid #999999;
	width: 1000px;
	height: 115px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	background: url(../grafics/header.gif) no-repeat #0c0d0f;
	background-position: center;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration: none;
}

/* navi*/

#navigation {
	width: 1000px;
	height: 35px;
	text-align: center;
	color: #000000;
	background: #BC0723 top left;
	padding: 5px 0 5px 0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

#navigation ul {
	margin-bottom: 0;
	text-decoration: none;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
	text-decoration: none;
}

#navigation a {
	color: #000000;
	background-color: #BC0723;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:focus,
#home #navi01 a,
#mittagskarte #navi02 a,
#speisekarte #navi03 a,
#impressum #navi04 a {
	color: #FFF;
	background-color: #BC0723;
	text-decoration: none;
		}


#navigation a:active {
	color:#FFF;
	background-color: #BC0723;
}

/*Navi Ende----------------------*/



/*textbereich -------------------------------------------------------------------------------*/	 

#text {
    width: 1000px;
	height: 468px;
	font-family: Verdana;
	background-color:#BC0723;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
	margin: 0;
}

h3 {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


#content {
	margin-top: 0px;
	padding-top: 0px;
}

#leftColumn {
	margin: 20px;
	float: left;
	width: 420px;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

#rightColumn {
	margin: 20px;
	float: right;
	width: 470px;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}




/*footer-------------------------------------------------------------------------------*/	   
	   
#footer {
	clear: both;
	border-top: 1px solid #999999;
	width: 1000px;
	height: 65px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	word-spacing: 5px;
	padding-top: 15px;
	background-image:url(../grafics/footer.gif);
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/  
  
  /*Kontaktformular*/
  
form {
	background-image: url(../graphic/body-bg.gif);
	background-repeat: repeat;
	width: 370px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}

label {
	display: block;
	cursor: pointer; /*Mauszeiger wird zur Hand*/
}

input#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

input#email, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}

input#absender:focus, textarea:focus {
	background-color: #d9d9d9;
}

input#email:focus, textarea:focus {
	background-color: #d9d9d9;
}

/*audioplayer-------------------------------------------------*/

#audioPlayer {
	margin: 0px 60px 0px 60px;
}

/*headlines abhängig von body id */


