/*
----------------------------------
Landgasthof-Schwinghammer
Start: 13.08.2008
Letzte Aenderung: 13.08.2008
Autor: Dreier Markus - MDP-design.de
Medium: Screen
----------------------------------
*/
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;/*border: 1px solid #F00; */
}

html { height: 101%; } 

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	background-color: #FFE49B;
	color: #663300;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
}
textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 90%;
	
	}
#container {
	margin: 0 auto;
	padding: 0;
	width: 974px;
	background-image: url(bg_content.jpg);
	background-repeat:repeat-y;
}

#header {
	height: 200px;
	background-image: url(bg_head.jpg);
	background-repeat: no-repeat;
}

#logo {
	height: 200px;
	width: 744px;
	float: left;
	background-image: url(img_head2.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
	background-image: none;
	background-repeat: no-repeat;
}

#adresse {
	height: 200px;
	width: 209px;
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
	text-align:left;
	float: left;
	background-image: url(bg_adress2.jpg);
	background-repeat: no-repeat;
}

#adresse h1 {
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
	color: #FFF;
	margin: 5px 0 5px 0;
}

#adresse a {
	color: #FFF;
	text-decoration: none;
}

#adresse a:hover {
	text-decoration: underline;
}

#adresse blockquote {
	font-size: 90%;
	margin: 15px 0 0 30px;
}

#main_container {
	width: 954px;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

/* MENU */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	text-align: left;
	background-image: url(bg_menu2.jpg);
	background-repeat: repeat-y;
	background-position:top;
	height: 350px;
}

#menu ul {
	background:url(bg_menu.jpg) no-repeat;
}

#menu ul a {
	width: auto;
	font-size: 11px;
	display: block;
	padding: 7px 0 7px 10px;
	color: #A64F14;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

#menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #FFDF9D;
	text-indent: 20px;
}

#content_container {
	width:733px;
	float:left;
}

#newsticker {
	height: 20px;
	background-color:#FFFFFF;
	width: 100%;
}

#newsticker iframe {
	height: 20px;
}

#content {
	text-align: left;
	width: 713px;
	padding: 20px 0 0 20px;
	clear:both;
}

#cont_left {
	padding-left:20px;
	width:335px;
	float:left;
		}

#cont_right {
	clear:right;
	text-align:center;
	}

#footer {
	font-size: 10px;
	height: 30px;
	line-height:40px;
	width: 732px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4D2A3;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 220px;
}

#footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #663300;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

#picture {
	margin-right: 10px;
	}
.tdtermine{
	padding: 0 20px;
	text-align:center;
	}
.imgborder {
	border:3px solid #e1dfca;		
	}
.lghmailborder {
	border:1px solid #C90;	
	}
