@charset "UTF-8";
/*-----------* Screen CSS Document gaumenstern.de *-------------*/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	text-align: center;
	background-image: url(../images/bg_128x128.png);
}

/*-----------* Distance *-------------*/

#distance {
	width:1px;
	height:50%;
	margin-bottom:-295px; /* half of container's height */
	float:left;
}

/*-----------* IE PNG Alpha Fix v1.0  *-------------*/

img, div { behavior: url(../iepngfix.htc) }


/*-----------* Content *-------------*/

#wrapper {
	margin:0 auto;
	position:relative;
	height:590px;
	width:903px;
	clear:left;
}

#header {
	position:relative;
	height: 140px;
	background-image: url(../images/gaumenstern_logo.png);
	background-repeat: no-repeat;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#left_content {
	width:450px;
	height: 325px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9a0346;
	border-right-color: #9a0346;
	border-bottom-color: #9a0346;
	border-left-color: #9a0346;
	background-color: #990046;
	text-align: left;
}

.home {
	background-image: url(../images/gaumenstern_home.jpg);
	background-repeat: no-repeat;
}

.restaurant {
	background-image: url(../images/gaumenstern_restaurant.jpg);
	background-repeat: no-repeat;
}

.gastgeber {
	background-image: url(../images/gaumenstern_gastgeber.jpg);
	background-repeat: no-repeat;
}

.speise_getraenke {
	background-image: url(../images/gaumenstern_speise_getraenke.jpg);
	background-repeat: no-repeat;
}

.specials {
	background-image: url(../images/gaumenstern_specials.jpg);
	background-repeat: no-repeat;
}

.gutschein {
	background-image: url(../images/gaumenstern_gutschein.jpg);
	background-repeat: no-repeat;
}

.anfahrt {
	background-image: url(../images/gaumenstern_anfahrt.jpg);
	background-repeat: no-repeat;
}

.kontakt {
	background-image: url(../images/gaumenstern_kontakt.jpg);
	background-repeat: no-repeat;
}

#right_content {
	width:450px;
	height: 325px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #9a0346;
	border-right-color: #9a0346;
	border-bottom-color: #9a0346;
	background-image: url(../images/stern.png);
	background-position: top;
	text-align: left;
	background-repeat: no-repeat;
	overflow: auto;
}

.line {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 8px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 3px;
	}

/*-----------* Navigation *-------------*/

#navigation{
	height: 40px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 901px;
	background-image: url(../images/bg_navi.png);
	background-repeat: repeat-x;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: outset;
	border-top-color: #9A0046;
	border-right-color: #9A0046;
	border-bottom-color: #9A0046;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9A0046;
	float: left;
	}
	
#navigation ul{
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/bg_navi.png);
	background-repeat: repeat-x;
	}
	
* html #navigation ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0px;
	}
	
#navigation ul li{
	display: inline;
	}
	
#navigation ul li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A0046;
	background-image: url(../images/bg_navi.png);
	background-repeat: repeat-x;
	}

#navigation ul li a.active{
	background-image: url(../images/bg_navi_hover.png);
	}

#navigation ul li a:hover{
	background-image: url(../images/bg_navi_hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
	}

/*-----------* Footer *-------------*/

#footer {
	position:relative;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	color: #666666;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	text-align: left;
}

#footer  a {
	color: #999999;
	text-decoration: underline;
}

#footer  a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
}

#copyright {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	clear: both;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #380119;
	line-height: 14px;
}

#copyright a {
	color: #380119;
	text-decoration: none;
}

#copyright  a:hover  {
	color: #9A0046;
	text-decoration: none;
}

/*-----------* Font formatting *-------------*/

p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #FFF;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
p a, h2 a {
	text-decoration: underline;
	color: #FFF;
}

p a:hover, h2 a:hover {
}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #780035;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #780035;
	}

/*-----------* Contactform *-------------*/

#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#formular fieldset {
	display:block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: left;
	position: relative;
}
	
#formular label {
	width:150px;
	text-align:left;
	color:#FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	display: block;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 15px;
}
	
#formular fieldset#personal input {
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 2px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #780035;
	border: 1px solid #9A0046;
}

#formular select {
	font-size: 12px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	background-color: #770035;
	color: #FFF;
	border: 1px solid #9A0046;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
}

#formular fieldset#personal input:hover{
}
	
#formular textarea {
}
	
#formular textarea:hover {
}
	
#formular #button1, #formular #button2 {
	color:#FFFFFF;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	position: relative;
	left: 165px;
	border-bottom-width: 2px;
	width: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-color: #9A0046;
	background-color: #770035;
	height: 25px;
	border-bottom-style: outset;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

#formular #button1:hover, #formular #button2:hover {
	background-color: #9A0046;
}
