*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #D7D7D7;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

p
{
	font-size:12px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 5px;
	line-height: 16px;
}
#ContentDetail
{
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
	border-top: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;	
}
a
{
	text-decoration: none;
}

ul a
{
  text-decoration: none;
  color: #333333;
}

ul.content
{
  list-style-position: inside;
  padding-left: 20px;
}

li.content
{
	list-style-position: outside;
 	font-size:13px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}

.ctbutton
{
	color:#333333;
}

h1
{
    color: #333333;
	font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 8px;
	padding-top: 5px;
}

h1.color
{
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #A25B24;
	padding-bottom: 8px;
	padding-top: 5px;
}

h2
{
    color: #333333;
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2.color
{
    color: #A25B24;
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3
{
    color: #333333;
	font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.bildleiste
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;	
}

#wrap
{
    position: static;
    margin: 0px auto;
	width: 940px;
	background-color: #ffffff;
}

#content_links
{
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	float: left;
	width: 440px;
	border-left: 20px solid #ffffff;
	border-top: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;

}
#links table
{
	position: relative;
	float: left;
	width: 440px;
	border-left: 20px solid #ffffff;
	border-top: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;

}
#links table a
{
	color: #A25B24;
	font-weight:bold;
	
}
#content_rechts
{
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	float: left;
	width: 440px;
	border-left: 20px solid #ffffff;
	border-top: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;
}
#content_rechts table a
{
	color: #A25B24;
	font-weight:bold;
	
}
	
#kontaktcontainer
{
	width: 418px;
	padding: 11px;
	color: #A25B24;
	border: 1px solid #999999;
	position: relative;
	top: 15px;
	font-size:13px;
	font-family: Verdana, Arial, sans-serif;
}

#netzwerkbox
{
	width: 418px;
	padding: 11px;
	color: #A25B24;
	border: 1px solid #999999;
	position: relative;
	top: 15px;
	font-size:13px;
	font-family: Verdana, Arial, sans-serif;
}

/*ANGABEN FÜR SEO*/

.link_1
{
    font-size:11px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

.link_2
{
    font-size:13px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

.link_3
{
	font-size:15px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;   
    font-family: Verdana, Arial, sans-serif;
}

.link_4
{
    font-size:15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
}







#article a:link      { color: #A25B24;  text-decoration: none;  font-size: 13px; font-family: Verdana, Arial, sans-serif; }
#article a:visited   { color: #A25B24;  text-decoration: none;  font-size: 13px; font-family: Verdana, Arial, sans-serif; }
#article a:hover     { color: #A25B24;  text-decoration: none;  font-size: 13px; font-family: Verdana, Arial, sans-serif; }
#article a:active    { color: #A25B24;  text-decoration: none;  font-size: 13px; font-family: Verdana, Arial, sans-serif; }


/*--------------*/

#info {background:#f8f8f8; border:0;}
 
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu 
{
	width:940px; 
	height:28px; 
	position:relative; 
	z-index:100;
	border-right:0px solid #000; 
	font-family:arial, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:941px; 
	w\idth:940px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul 
{
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:100px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#ae5d26; 
	width:91px; 
	height:28px; 
	border:0px solid #000; 
	border-width:0px; 
	background:#f1ebdf; 
	padding-left:10px; 
	line-height:27px; 
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:100px; 
	w\idth:90px;
}
 
/* style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}
*/

/* style the second level hover 
.menu ul ul a.drop:hover
{
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
*/
.menu ul ul :hover > a.drop 
{
	background:#ae5d26;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#f1ebdf;
	border-left: 1px solid #ffffff;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#ae5d26;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:149px;
	border-top:0px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:28px;
	t\op:28px;
}
 
/* position the third level flyout menu */
.menu ul ul ul
{
	left:148px; 
	top:-1px; 
	width:149px;
}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-149px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background:#f1ebdf; 
	color:#ae5d26;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 0px 1px 0px;
	border-color: #ae5d26; 
	font-weight:normal;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
{
	width:150px;
	w\idth:128px;
}
 
/* style the top level hover*/
.menu a:hover, .menu ul ul a:hover
{
	color:#ffffff; 
	background:#ae5d26;
}

.menu :hover > a, .menu ul ul :hover > a 
{
	color:#ffffff; 
	background:#ae5d26;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
}

/* ---------------------- TOPNAVI CSS Sprites ----------------------*/

#topnav {
  position: relative;
  width: 940px;
  height: 87px;
  background: url(../images/navi_top_2_1.png);
  background-repeat: no-repeat;
}

#topnav li {margin: 0; padding: 0; list-style: none; position: absolute;}

#topnav a {display: block;}

#start {left: 522px; top: 10px; width: 81px; height: 12px;}
#sitemap {left: 606px; top: 10px; width: 70px; height: 12px;}
#links {left: 679px; top: 10px; width: 63px; height: 12px;}
#impressum {left: 735px; top: 10px; width: 92px; height: 12px;}
#datenschutz {left: 830px; top: 10px; width: 96px; height: 12px;}

#ru {left: 856px; top: 36px; width: 60px; height: 46px;}
/*#ru {left: 686px; top: 36px; width: 60px; height: 46px;}*/
#de {left: 736px; top: 36px; width: 60px; height: 46px;}
#uk {left: 796px; top: 36px; width: 60px; height: 46px;}
/*#us {left: 856px; top: 36px; width: 60px; height: 46px;}*/

#home_logo {left: 15px; top: 14px; width: 193px; height: 58px;}

#start a {height: 20px;}
#sitemap a {height: 20px;}
#links a {height: 20px;}
#impressum a {height: 20px;}
#datenschutz a {height: 20px;}

#ru a {height: 46px;}
#de a {height: 46px;}
#uk a {height: 46px;}
#us a {height: 46px;}

#home_logo a {height: 58px;}

#startbild {
  position: relative;
  width: 940px;
  height: 250px;
  background: url(../images/bild_startseite_oben.jpg);
  background-repeat: no-repeat;
}

#startbild li {margin: 0; padding: 0; list-style: none; position: absolute;}

#startbild a {display: block; height: 81px;}

#ghi_logo {left: 834px; top: 159px; width: 96px; height: 81px;}

.zoomtext
{
	font-size:10px;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}

#topofehg
{
	font-size:14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #333333;
	padding: 5px 0 8px 0;
	line-height: 30px;
}

#topofehg img
{
	padding-right: 15px;
}