/*---------------------------------------------------------------------------------*/ 
/*----------------------------webDesign by [a.nicht]-------------------------------*/ 
/*---------------------------------------------------------------------------------*/ 
/* CSS-File for Felsen & Merr - last: 2007-09-27 */ 

/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
/*	background-image: url(style/bodyback.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right; */
	}
/*
p { 
	margin-top: 0px; 
	} */

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #998855;
	margin-top: 10px;
	margin-bottom: 10px;
	} 

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
/*	border-top: 1px dashed #3F7F9F; */
	border-bottom: 1px dashed #998855; 
/*	background-color: #3F7F9F; */
	color: #998855;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	padding-bottom: 0px;
	}

a {
	font-size: small;
	color: #000000;
	text-decoration: none;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #3F7F9F;
	}
	
a:hover {
	text-decoration: underline;
	color: #3F7F9F;
	}

acronym {
	border-bottom: none;
	}

.gray {
	color:#998855;
	}

.blue {
	color:#0000FF;
	}

/*
strong #footlist .gray {
	font-weight:bold;
	color: gray;
	}

strong .blue {
	font-weight:bold;
	color: #0000FF;
	}
*/
/* specific divs */

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; 
	padding: 0px;
	text-align: left;
	}

#header {
	float: left;
	width: 760px;
	height: 100px;
	background-image:url(felsen_top.jpg);
	background-position: center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}

#footer {
	float: left;
	width: 760px;
	height: 100px;
	background-image:url(felsen_bottom.jpg);
	background-position: center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}

/* horizontal nav menu */

#navlist{
	width: 759px;
/*	background-repeat: no-repeat; */
	padding: 0;
	margin: 0;
	}

ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	background-color: #3F7F9F;
	border-left: 1px solid #3F7F9F;
/*	background-image: url(button_back.gif);
	background-repeat: repeat-x; */
	}

ul#navlist li { display: inline; }

ul#navlist li a	{
	float: left;
	color: #ffffff;
/*	text-transform: lowercase;*/
	text-decoration: none;
	padding: 0.5em 1em;
	border-right: 1px solid #FFFFFF;
	}

ul#navlist li a:hover {
	color: #000000;
	background-color: #BBAA77;
/*	background-image: url(button_back_active.gif);
	background-repeat: repeat-x; */
	}

ul#navlist li a.current {
	color: #000000;
	background-color: #FFFFFF;
/*	background-image: url(button_back_corrent.gif);
	background-repeat: repeat-x; */
	}

#footlist {
	clear: both;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 740px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3F7F9F;
	}
/*
#footlist p {
	padding: 0.5em 1em;
}*/

/*content*/
	
#content {
	float: left;
	width: 738px;
	min-height: 300px;
/*	border-right: 1px solid #950000; */
/*	border-bottom: 1px solid #3F7F9F; */
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #3F7F9F;
	border-left: 1px solid #3F7F9F;
	background-color: #FFFFFF;
	}

#content a:link, a:visited, a:active{
	text-decoration: none;
	color: #998855;
	}
	
#content a:hover {
	text-decoration: underline;
	color: #3F7F9F;
	}
	
.item {
	clear: both;
	margin-bottom: 10px;
/*	border-top: 1px	dashed #950000; */
	}
	
.item p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	}

.item .spaced {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 150px;
	float: left;
	}
/*
.img_border	{
	padding: 0 5px 0 0;
	border-right: 1px solid #950000;
	}
*/
