@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dcdcdc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#989898;
}
a{
color: #252e59;
font-size: 13px;
}
img {
  border: none;
}
#container {
	width:1040px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
padding-left: 3px;

} 
#outer {
	width: 1099px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 2px;
} 
#header { 
	height: 252px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 0;
 margin: 0;
} 
h1 {
	color: #eeaf48;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	z-index: 100;
}
h2 {
	color: #eeaf48;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:500;
}
h1 a{
color: #4F7CA3;
font-size: 16px;
font-weight: normal;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 292px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 47px 0px 0 55px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 348px;

	
} 
#footer { 
	padding: 0 0 20px 55px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #252e59;
	font-size: 13px;
}
#upper_logo{ 
height:51px;
width: 300px;
}
#nav_part{ 
float: left;
height:48px;
width: 1040px;
background:url(/images/nav.png) repeat-x;
}
* html  #nav_part{ 

height:48px;
width: 1040px;
background:url(/images/nav.png) repeat-x;
}
* html #topmenu{
padding: 0; position: relative; top: -19px;
}
#left_menu{ 
overflow: hidden;
background:url(/images/menu_bg.png) repeat-y;
margin: 50px 0 30px 0;

}
* html #eng{
margin-left: -3px;
margin-bottom: -3px;
z-index: -1;
}
#eng{
z-index: -1;
}
#search{ 
height: 26px;
background:url(/images/search.jpg);
width: 232px;
margin-left: 7px;
margin-top: 10px;

}
#search_s{ 
border: 0;
margin: 0;
padding: 0;
margin: 3px 0  0 35px;
width: 155px;
float: left;
}
#search_b{ 
background:url(/images/search_button.jpg);
width: 21px;
height:21px;
border: 0;
padding: 0;
margin: 3px 10px  0;
cursor: pointer;
float: right;
}
* html #specials{
background: url(/images/spec1.jpg) no-repeat;
width: 640px;
height:126px;
position: relative;
left: -3px;
}
#specials{
background: url(/images/spec1.jpg) no-repeat;
width: 640px;
height:126px;

}
.sp1,.sp2{
margin: 0 0 0 27px;
padding: 10px 0;
font-size: 12px;
width: 258px;
float: left;

}
* html .sp1, * html .sp2{
margin: 0 0 0 15px;
padding: 10px 0;
font-size: 12px;
width: 258px;
float: left;

}
* html .sp2{
position: relative;
padding-left: 50px;
}
.sp2{
position: relative;
padding-left: 40px;
}

#internal{
	text-align: justify;
	padding:50px 55px 0 0;
	font-size: 13px;
	line-height: 1;
	font-weight:500;
	margin-bottom: 50px;
}
#lower_news{
background: url(/images/lower_news.jpg) no-repeat top left;
width: 942px;
height: 100px;
}
.news1{
padding: 20px 0 0 0;
width: 290px;
float: left;
}
.news2{
padding: 20px 0 0 40px;
float: left;
width: 290px;
}
.news3{
padding: 20px 0 0 40px;
float: left;
width: 280px;
}
#navtop {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	width: 942px;
	border-bottom: 1px solid #dcdbe1;
}

#navtop li {
	display: inline;
	/*float: left;*/
	font-size: 12px;
}

#navtop li a {
	/*display: block;*/
	font-size: 11px;
	color: #43476d;
	text-decoration: none;
	padding: 0 1em 0 0.9em;
        text-transform: uppercase;
}

#navtop li a:hover {
	color: #43476d;
}

#navtop li.firstitem {
	border: 0;
}

#navtop li ul {
	position: absolute;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 140px;
	text-align: left;
}
#navtop li li {
	display: block;
	float: left;
	padding: 0;
	border: 0;
}
#navtop li li a {
	display: block;
	color: #43476d;

}
#navtop li li a:hover {
	background-color: #fff;
}

#navtop li:hover ul ul, #navtop li:hover ul ul ul, #navtop li.sfhover ul ul, #navtop li.sfhover ul ul ul {
	display: none;
}

#navtop li:hover ul, #navtop li li:hover ul, #navtop li li li:hover ul, #navtop li.sfhover ul, #navtop li li.sfhover ul, #navtop li li li.sfhover ul {
	display: block;
}
#nav_up {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 12px 0 0 40px;
	width: 600px;
	font-weight: 600;
}
* html #nav_up {

	padding: 15px 0 0 40px;

}
#nav_up li {
	display: inline;
	/*float: left;*/
	font-size: 12px;
}

#nav_up li a {
	/*display: block;*/
	font-size: 12px;
	color: #577994;
	text-decoration: none;
	padding: 0 0.9em 0 1em;
}

#nav_up li a:hover {
	color: #577994;
}

#navtop li.firstitem {
	border: 0;
}

#nav_up li ul {
	position: absolute;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 140px;
	text-align: left;
}
#nav_up li li {
	display: block;
	float: left;
	padding: 0;
	border: 0;
}
#nav_up li li a {
	display: block;
	color:  #577994;

}
#nav_up li li a:hover {
	background-color: #fff;
}

#nav_up li:hover ul ul, #nav_up li:hover ul ul ul, #nav_up li.sfhover ul ul, #nav_up li.sfhover ul ul ul {
	display: none;
}

#nav_up li:hover ul, #nav_up li li:hover ul, #nav_up li li li:hover ul, #nav_up li.sfhover ul, #nav_up li li.sfhover ul, #nav_up li li li.sfhover ul {
	display: block;
}
#copyright{
	padding-top: 20px;
	color: black;
	width: 942px;
	font-size: 12px;
}
/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a {  }
		* html ul li a { }
		* html ul ul li { margin-bottom: -1px; }
	
	#theMenu { width: 200px; height: 150px; }
		
		/* Some list and link styling */
		ul li { width: 200px; }
		ul ul li { border-left: 25px solid #fff; padding: 0; width: 175px; margin-bottom: 0; }
		ul ul li a { display:block; color: #356995; padding: 3px 6px; font-size: 11px; }
		ul ul li a:hover { display:block; color: #369; padding: 3px 7px; font-size: 11px; }
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }

/* Header links styling */
		div.head a, div.unnet a { 
		color: #4f7ca3;
		display:block; 
		padding: 3px 6px;
                font-weight: bold;
		}
		li li div.unnet a{
		font-weight: normal;
		}
		li li div.unnet a.selected{
		font-weight: bold;
		}
		div.head a:hover, div.unnet a:hover { 
		color: #4f7ca3;
		}
		div.selected a { 
		color: #4f7ca3;
		padding: 3px 6px;
		}
		div.selected a:hover { 
		color: #36a;
		}

.price {margin:1em 0 1.5em 0;}
.price td, .price th {padding:6px 5px; border-top:1px solid #ccc; color:#989898; font-size:11px; border-bottom:1px solid #ccc;}
.price td{
border-bottom:1px solid #ccc;
border-top:none;
}
.pricelist tr a{
color: #989898;

font-size: 16px;
}

.pricelist{
width: 647px;
margin-top:20px;
font-size: 16px;
}
*html .pricelist{
width: 627px;
}
.pricelist tr{
height: 62px;
font-weight: 600;
text-indent: 10px;
border-bottom:1px solid #ccc;

}
.pricelist td{
border-bottom:1px solid #ccc;

}
ol.topl_apparat {margin:5px 0 10px 10px;}
ol.topl_apparat li a{font-size:12px; text-decoration:none;}
#topl { min-height:50px; padding:20px 0;}


/* New styles*/
.hostcms {
text-align: right;
}
.hostcms a {
font-size: 11px;
}
.selected {
font-weight: bold;
}
.header_news {
margin-bottom: 15px;
}
.news_title {
margin: 5px 0 10px 0;
}
.date {
font-size: 12px;
}
.partner_img {
float: right;
margin: 3px 5px 3px 0px; 
}
h3 {
	color: #eeaf48;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	z-index: 100;
}

h4 {
	color: #989898;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:500;
        margin: 10px 0;
	
}

