/* CSS Document */

body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:12px;
	color: #6c7480;	
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:  #0b187e;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:  #0b187e;
	font-style: normal;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #D5150A;
	font-style: normal;
	font-weight: bold;
	margin:10px 0px 0px 0px;
}
/*----------------- links -----------------*/
a:link {
	color: #6c7480;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
}
a:visited {
	color: #6c7480;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
}
a:hover {
	color: #0b187e;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
a:active {
	color: #0b187e;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}

.content a:link {
	color: #0b187e;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}
.content a:visited {
	color: #0b187e;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}
.content a:hover {
	color: #6c7480;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}
.content a:active {
	color: #6c7480;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}

/*----------------- links -----------------*/
#wrapper{
	width: 760px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#head{
	width: 760px;
	height: 34px;
	float:left;
	padding:200px 0px 0px 0px;
}
#content{
	width: 720px;
	height: auto;
	float:left;
	padding:10px 0px 10px 10px;
}
.content_full{
	width: 720px;
	height: auto;
	float:left;
	padding:10px 0px 10px 0px;
}
#content_speisekarte{
	position: relative;
	display: block;
	width: 600px;
	height: 480px;
	float:left;
	margin: 20px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 4px #0B187E solid;
}
.content_left{
	width: 358px;
	height: auto;
	float:left;
	padding:0px 0px 0px 0px;
}
.content_right{
	width: 358px;
	height: auto;
	float:left;
	padding:0px 0px 0px 0px;
}

.content_left2{
	width: 348px;
	height: auto;
	float:left;
	padding:0px 10px 0px 0px;
}
.content_right2{
	width: 348px;
	height: auto;
	float:left;
	padding:0px 0px 0px 10px;
}

#bottom{
	width: 430px;
	height: 150px;
	float:left;
	padding:0px 0px 0px 330px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
#bottom_oben{
	width: 100%;
	height: 100px;
	float:left;
	padding:0px 0px 0px 0px;
}
#bottom_unten{
	width: 100%;
	height: 50px;
	float:left;
	border-top:1px solid #dcdcdc;
	padding:0px 0px 0px 0px;
}
/*----------------- Divs -----------------*/
.ul01{
	margin:5px 5px 0px 10px;
	padding:0px 0px 4px 0px;
	width:200px;
}
.ul01 li {
	list-style-type: none;
	padding:3px 0px 0px 25px;
	margin-bottom:4px;
	background:url(../images/pfeil.gif) 0 1px no-repeat;
	text-align:left;
}

.blau{
	color:#0b187e;
	font-weight:bold;
}

.linie{
	color:#dcdcdc;
}

.bild{
	border:none;
}

.bild_cms{
	float:left;
	border: none;
	border:none;
	margin:7px 5px 5px 15px;
}

.bild_links{
	float:left;
	border: none;
	margin:7px 5px 5px 15px;
}
.bild_links2{
	float:left;
	border: none;
	margin:7px 5px 5px 10px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:7px 25px 5px 0px;
}


.clear{
 clear:both;
}

p, table, td, li, ul, ol, br, span, tr {
	color: #6c7480;
}
p {
 margin: 10px 0px 5px 0px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#pixaround {
	width: 400px;
	height: 300px;
	float: left;
	margin: 60px 0 50px 130px;
	border: 2px solid #9C9B99;
}


