html {
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-image: url(../images/bck.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;	
}
a:link,a:active,a:visited{
	color: #c70000;
}
a:hover{
	color: #FF5E5E;	
}

#content{
	width: 980px;
	width: "1050px";
	margin-left: auto;
	margin-right: auto;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #FFF;
	min-height: 100%;
	text-align: left;	
}
/*TOP*/
#top{
}
#top_header{
	
}
#top_logo{
	float: left;
	margin-right: 15px;
}

#top_right{
	float: left;
	width: 400px;

	padding-bottom: 0px;
	padding-top: 10px;
	
}
#top_header h2{
	width: 400px;
	font-size: 22px;
	color: #464545;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#top_header h2 strong,#top_header h2 b{
	color: #FFF;
	background-color: #c70000;	
	margin-bottom: 10px;
}
#top_search{
	padding-top: 10px;
	font-weight: bold;	
}

.input_box{
	background-color: #efecec;
	border: 1px solid #c70000;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*MENU*/
#menu{
	clear:both;
	padding-top: 10px;
	height: 40px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
#menu li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#menu h1 {
	margin: 0px;
	padding: 0px;
}
#menu a:link,#menu a:active,#menu a:visited{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/menu_bck.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	height: 16px;
	display: block;
	padding: 5px;
	float: left;
	white-space: nowrap;
}
#menu a:hover{
	background-color: #c70000;
	background-image: none;
	color: #FFF;
	height: 16px;
	display: block;
	padding: 5px;
}
.active_menu a:link,.active_menu  a:active,.active_menu  a:visited{
	background-color: #c70000!important;
	background-image: none!important;
	color: #FFF!important;
}
/*FRONTPAGE*/
#front_content{
	clear:both;
	
}
#front_content td{
	
}
.pad10 td{
	padding: 10px;	
}
#front_news_sep{
	background-image: url(../images/line_sepparator.jpg);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 10px;
	padding-top: 10px;	
	clear:both;
}
/*Frontpage news*/
#front_news1{
}

#front_news_col1{
	width: 300px;
	float:left;
}

#front_news_col2{
	width: 300px;
	float:left;
	margin-right: 30px;
	margin-left: 30px;
}	

#front_news_col3{
	width: 300px;
	float:left;
}

#front_news2{
	clear:both;
	padding-top: 10px;
}

#front_news2_col1{
	width: 250px;
	float:left;
}

#front_news2_col2{
	width: 700px;
	float:left;
}

#front_news1 h2,#front_news2 h2,.right_block h2{
	font-size: 20px;
	font-weight: normal;
	color: #828080;
	background-image: url(../images/news_tip.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 5px 3px;
	
}
#front_news1 h2 a:link,#front_news1 h2 a:active,#front_news1 h2 a:visited,#front_news2 h2 a:link,#front_news2 h2 a:active,#front_news2 h2 a:visited, .right_block h2 a:link,.right_block h2 a:active,.right_block h2 a:visited{
	font-size: 20px;
	font-weight: normal;
	color: #828080;
	text-decoration: none;
}
#front_news1 h2 a:hover{
	text-decoration: underline;	
}
#front_news2 h2 a:hover{
	text-decoration: underline;	
}
.right_block h2 a:hover{
		text-decoration: underline;	
}
.news_item{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9D2D2;
}
.news_date{
	font-size: 12px;
	color: #c70000;
	float:left;
	margin-right: 10px;
}
.news_title{
	float:left;
	font-size: 15px;
}
.news_title a:link,.news_title a:active,.news_title a:visited{
	color: #000;
	text-decoration: none;	
}
.news_title a:hover{
	color: #000;
	text-decoration: underline;
}


.news_content{
	clear:both;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_more a:link,.news_more a:active,.news_more a:visited{
	color: #900;
}
.news_more a:hover{
	color: #000;	
}
.clear{
	clear:both;
}

/*Content*/
.content_style h2{
	font-size: 22px;
	color: #100606;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;	
	font-weight: normal;
}
.content_style h3{
	font-size: 18px;
	color: #404040;	
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: normal;
}
.content_style h4{
	font-size: 15px;
	color: #828080;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: normal;
}
.grey_bck{
	background-color: #f4f4f4;
	padding: 10px;
}
h3.lighter{
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2.red{
	font-size: 20px;
	font-weight: normal;
	color: #bc0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*Inside*/
#inside_content{
	width: 700px;	
	margin-bottom: 10px;
	padding-top: 10px;
	
	
}

#inside_content h2,#inside_content h3,#inside_content h4{	
	border-bottom-width: 0px;	
}

#inside_right{
	width: 200px;
	
	
}
#inside_content h2{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

#footer{
	background-color: #bc0000;
	height: 200px;	
	text-align: center;	
}
#footer_content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	color: #FFF;
	text-align: left;	
}
#footer_content li{
	color: #FFF;
}
#footer_content a,#footer_content a:link,#footer_content a:active,#footer_content a:visited{
	color: #FFF!important;
}
#footer_content a:hover{
	color: #FFF!important;
}
.object-right{
	float:right;	
}
#left_fader{
	float:left;
	width: 417px;
	height: 321px;
}
#first_page_right_content{
		width: 550px;
		float:right;
}
#first_page_kontakt{
	float:left;
	width: 450px;
	
}
#first_page_order{
	float:left;
	width: 400px;
	
}

/*Jquery slider*/
#slider {
    width: 417px; /* important to be same as image width */
    height: 321px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 417px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
