/* @override http://localhost/sascha/geigenbau-weiken/v2/geigenbau-weiken.css */

html, body {
	margin: 0;
	padding: 0;
	top: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: auto;
	border-width: 0;
}

body {
	background: #FFF;
    font: 0.9em Arial,sans-serif;
}

div#header {
	margin: 0;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	height: 142px;
	padding: 0;
	background: #623135 url(images/gradient.jpg) repeat-x;
	right: 0;
	width: 100%;
	border-width: 0;
}

div#header-foto {
	width: 233px;
	height: 159px;
	background: url(images/werkstatt-frame.png) no-repeat scroll;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}

div#headings {
	margin: 0 0 0 0px;
	left: 270px;
	position: relative;
	width: 40em;
}

div#content {
	padding: 10px;
	top: 142px;
	position: absolute;
	width: 98%;
}

div#menu {
	width: 8em;
	float: right;
	font-size: 1.1em;
	padding: 5px;
	margin-left: 15px;
	margin-top: 10px;
	display: none;
}

div#text {
	width: 34em;
	margin-left: 12em;
	text-align: justify;
	margin-top: 10px;
	padding: 5px;
}

div#logo {
	width: 200px;
	height: 341px;
	float: left;
	background: #fff url(images/logo.jpg) no-repeat;
}

div#footer {
	clear: both;
 	text-align: center;
 	font-size: 0.8em;
	border: 0px;
	margin: 10px auto;
	color: #3b4648;
}

div#container {
	width: auto;
	height: 8.5em;
}

div#zeiten {
	float: right;
	top: 0;
	bottom: 0;
}

div#kontakt{
	float: left;
	top: 0;
	bottom: 0;
}

/* @group Menu */

ul#menulist {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style-position: inside;
}

ul#menulist li {
	width: 130px;
	padding: 2px;
	margin: 2px 0;
}

li.menu-header {
	font-weight: bold;
	text-decoration: underline;
}

/* @end */


/* @group Headings */

h1 {
 	color: #bbb;
 	background-color: transparent;
 	text-align: left;
	font: normal 2em Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 5px;
	margin-top: 40px;
	width: 100%;
}

h2 {
 	color: #bbb;
 	background-color: transparent;
 	text-align: left;
	margin-top: 5px;
	font: italic 0.9em Arial,Verdana,Helvetica,sans-serif;
	width: 100%;
	left: 0;
}

h3 {
 	color: #000000;
 	background-color: #FFFFFF;
	font: bold 1.2em Arial,Verdana,Helvetica,sans-serif;
	margin-top: 0;
}



/* @end */



/* @group Links */

a {
 	color: #555;
 	background-color: transparent;
 	text-decoration: underline;
}
a:hover {
 	color: #000;
 	background-color: transparent;
	border-bottom-style: none;
	text-decoration: none;
}

ul#menulist a {
 	color: #3b4648;
 	background-color: transparent;
 	text-decoration: none;
}
ul#menulist a:hover {
 	color: #000;
 	background-color: transparent;
 	text-decoration: underline;
	border-bottom-style: none;
}



div#footer a {
 	color: #3b4648;
 	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
div#footer a:hover {
 	color: #3b4648;
 	background-color: transparent;
 	text-decoration: none;
	border-bottom-style: none;
}


/* @end */

