html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


body, html{
	/*margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;*/
}

*{
font-family:arial,"lucida console", sans-serif;
}

#layout_container{
	width:950px;
	/*margin-left:auto;
	margin-right:auto;*/
	/*height: 500px;*/
}

#top_bar{
	width:950px;
	height:196px;
	clear:both;
}

#header_title_text{
	height: 80px;
	text-align:center;
	margin-top:60px;
}

#header_title_text *{
	text-align:center;
}

#header_title_text p{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:35px;
	color:#d8110e;
}

#header_title_text p span.blue{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:35px;
	color:#2c3749;
}

#main_body{
	width:950px;
	height:550px;
	clear:both;
}

#main_body strong{
	font-weight:bold;
}

#logo{
	width:200px;
	height:196px;
	clear:left;
	float:left;
	background-image:url(../pics/logo4.jpg);
	border-right:1px solid #c0c3c9;
	border-bottom:1px solid #c0c3c9;
}

#header{
	width:749px;
	height:196px;
        /*background-color: #99f999;*/
	clear:right;
	float:right;
	background-image:url(../pics/header_img.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #c0c3c9;
}

#left_bar{
	width:201px;
	height:562px;
	clear:left;
	float:left;
}

#right_container{
	width:749px;
	height:550px;
	clear:right;
	float:right;
}

#top_bar_container{
	width:725px;
	height:26px;
	clear:both;	
	background-color: #cd0f0c;
}


#main_content{
	width:520px;
	max-width:520px;
	overflow:none;
	overflow-x:  none;
	height:auto;
	clear:both;
	background-color: #ffffff;
	border-top:1px solid #c0c3c9;
	background-image:url(../pics/krone.gif);
	background-repeat:no-repeat;
	background-position:60px 15px;
	float:left;
}

#right_content{
	width:204px;
	height:auto;
	float:left;
	margin-top:15px;
	background-color:#f1f8ff;
	border-bottom:1px solid #2c3749;
	background-image:url(../pics/bg_1.gif);
	background-repeat:repeat-x;
}

#right_content h1, h2{
	margin-left:7px;
}

#top_menu_container{
	float:left;
}

#top_menu{
	margin-top:4px;
	display:inline;
	clear:both;
	float:left;
	height:19px;
	width:680px;
}

#top_menu *{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#top_menu li{
	display:inline;
}

#top_menu a{
	text-decoration:none;
}

#top_menu a:HOVER{
	text-decoration:underline;
}

.upper_menu {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.upper_menu a{
	text-decoration:none;
}
	
.upper_menu a:HOVER{
	text-decoration:underline;
}
	
.upper_menu_2 {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#cd0f0c;
	padding-top:3px;
	padding-bottom:3px;
	width:200px;
	display:block;
	border-bottom:1px solid #c0c3c9;
	padding-left:5px;
	padding-right:3px;
}
.upper_menu_2 a{
	text-decoration:none;
}

.upper_menu_2 a:HOVER{
	text-decoration:none;
}

div.clearer{clear: both; line-height: 0; height: 0; margin:0; padding:0; border: 0; font-size:0px}

/*#menu_ornament{
	background-image:url(../pics/menu_ornament.gif);
	width:24px;
	height:46px;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:47px;
}*/

#flags_container{
	height:26px;
	width:70px;
	float:right;
}
#flags_container, #flags_container *{
	vertical-align:middle;
}

#ro_flag{
	background-image:url(../pics/ro.gif);
	width:16px;
	height:11px;
	float:left;
	background-repeat:no-repeat;
	position:relative;
	top:7px;
	_top:4px;
}

#de_flag{
	background-image:url(../pics/de.gif);
	width:16px;
	height:11px;
	float:right;
	margin-left:5px;
	margin-right:3px;
	float:right;
	background-repeat:no-repeat;
	position:relative;
	top:7px;
	_top:4px;
}

#content_wrapper{
	margin-left:20px;
	margin-top:15px;
}

h1{
	font-size:18px;
	color:#2c3749;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:5px;
}

h2{
	font-size:14px;
	color:#d8110e;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:7px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:4px;
	_padding-top:5px;
}

#main_content p{
	font-size:13px;
	color:#2c3749;
	text-align:justify;
	padding-bottom:12px;
	padding-right:5px;
}

#right_content p{
	font-size:13px;
	color:#2c3749;
	text-align:justify;
	padding-bottom:8px;
	padding-right:5px;
}

a{
	font-weight:normal;
	font-size:11px;
	color:#d8110e;
	text-decoration:none;
}

a:HOVER{
	text-decoration:underline;
}

.news_title{
	font-size:14px;
	font-weight:bold!important;
	color:#d8110e;
	padding-top:16px;
}


.news_title a{
	font-size:14px;
	font-weight:bold!important;
	color:#d8110e;
	padding-top:16px;
	padding-left:0px;
	text-decoration:none;
}

.news_title a:HOVER{
	text-decoration:none;
}

.news_date{
	font-size:13px;
	font-weight:normal;
	color:#2c3749;
}

.news_date a{
	font-size:13px;
	font-weight:normal;
	color:#2c3749;
	text-decoration:none;
}

.news_date a{
	text-decoration:none;
}

.news_body {
	font-weight:normal;
	font-size:11px;
	color:#2c3749;
	text-align:justify;
	padding-left:0px;
	padding-right:7px!important;
}

.news_body a{
	margin:0px;
	padding:0px;
}

.news_body p{
	display:inline;
	margin:0px;
	padding:0px;
}

.left_title{
	background-color:#2c3749;
	height:26px;
	border-bottom:1px solid #c0c3c9;
	border-top:1px solid #c0c3c9;
	border-right:1px solid #2c3749;
}

.left_title *{
}

.left_content{
	background-color:#c3daf2;
	border-right:1px solid #c0c3c9;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:7px;

}

#contact_box{
	border-right:1px solid #c0c3c9;
	_border-right:1px solid #c0c3c9;
	}

#ornament_container{
	background-image:url(../pics/contact_ornament.gif);
	background-repeat:no-repeat;
	width:18px;
	height:24px;
	position:relative;
	top:21px;
	left:191px;
}

#top_menu_layers{
	float:left;
	height:19px;
	width:650px;
}

#template_container{
	width:749px;
}

#product_title {
	font-size:18px;
	color:#2c3749;
	font-weight:bold;
	padding-top:16px;
	padding-bottom:5px;
	float:left;
	width:519px;
}

#product_image{
	float:right;
	width:200px;
	clear:right;
}

#product_note{
	float:left;
}

#sponsor_content{
	padding-top:17px;
	
}

.contact_text{
	font-weight:bold;
	font-size:13px;
	color:#2c3749;/*
	padding-left:10px;*/
	padding-top:15px;
}

.contact_text p{
	padding-left:0px;
}

.tx-bblanguageselect-pi1{
	padding-top:2px;
	_padding-top:0px;
}

fieldset, img{
	border:1px solid #ffffff;
}

.rss_icon{
	background-image:url(../pics/rssklein.png);
	background-repeat:no-repeat;
	background-position:7px 1px;
	width:130px;
	height:100%;
}

#searchbox{
	position:relative;
	top:30px;
	left:300px;
	width:400px;
	text-align:right;
}
