/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#container {
	width: 784px;
	margin: auto;
	background-image: url(images/contentwrapper.jpg);
	line-height: normal;
			}

#top_nav {
	background-image: url(images/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header-{
	background-image: url(images/header.jpg);
	height: 235px;
}

#main_nav {
	background-image: url(images/contentwrapper.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	height: auto;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 45px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

/**************************************** text, images, lists ****************************/

img.float_left {
	float: right;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #FFFFFF;
	font-size: 3em;
	font-style: italic;
	height: 200px;
	padding-left: 9px;
}

h2 {
text-transform: uppercase;
	font-size: 1em;
	color: #9A0500;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	background-image: url(images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	margin-top: 10px;
	margin-bottom: 15px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}

.news {
	font-size: 1em;
}

.kont 
{
	padding-left: 10px;
}

h5 {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: none;
	width: 166px;
	height: 54px;
}

#navcontainer ul li {
	display: table-row;
}

#navcontainer ul li a
{
	padding: 5px;
	
	text-decoration: none;
	float: left;
	
	
	width: 150px;
}

.m 
{
	color: #525252;
	font-size: 1em;
	font-weight:bold; 
	background-image: url(images/main_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.ma 
{
	color: #fff;
	font-size: 1em;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.mv 
{
	color: #000000;
	font-size: 1em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F4F4F4;
}

#navcontainer ul li a:hover
{
	//color: #fff;
	//background-image: url(images/menu_hover.jpg);
	//background-repeat: repeat-x;
}

#navcontainer ul li a.mv:hover
{
	color: #ce5663;
	font-weight:bold; 
	//background-image: url(images/menu_hover.jpg);
	//background-position: center;
	//background-position: center top;
}

#navcontainer ul li a.m:hover
{
	color: #ce5663;
}

.link {text-align:right}

a.link {
	text-decoration:none; 
	color:#525252; 
	font-weight:bold; 
	background:url(images/marker_link.gif) no-repeat right 5px; 
	font-size: 0.9em; 
	padding-right:17px}
	
a.link:hover {color:#ce5663}

a.link_1 {text-decoration:none; color:#ce5663}

a.link_1:hover {text-decoration:none}

#footer a.link_f {
	color:#880300; 
	text-transform: uppercase; 
	font-size: 0.9em; 
	text-decoration: none; 
	word-spacing: 0}
#footer a.link_f:hover {color: #7a0203}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

