/* CSS Document */

html { height:100%;}

body{
height:100%;
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:0.7em; 
background-image:url(images/bg.gif); 
}

p {margin:0; padding:0;}
strong {color:#666;}

h1 { font-size:1.2em; color:#09c;}
h2 { font-size:1.1em; color:#09c;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px;}


#menue-container { width:750px; margin:auto; background-color:#fff; height:100px; background-image:url(images/logo.gif); background-repeat:no-repeat; background-position:right; border-right:1px solid #ccc; margin-top:20px;}

#servicemenue { height:40px; margin:auto; width:750px; padding-top:10px;}
*html #servicemenue { height:30px; padding-top:20px; margin-left:0px;}

#servicemenue ul {padding:0px 0px 0px 0px; list-style-type: none; font-size:0.9em; margin-left:10px;}
#servicemenue ul li { 
display: inline;
text-decoration: none;
padding: 0 10px 0 10px;
background-color: #fff;
text-align: center;}

#servicemenue ul li a { color: #999; }

a.russian {
background-image: url(images/flag-ru.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;

}
a.english {
background-image: url(images/flag-uk.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}



/************************	definition menue mit *****************************************/
#menue {  width:750px; margin:0px; height:50px;}
#menue ul {padding: 0;list-style-type: none; margin:30px 0px 0px 15px;}
#menue ul li { 
display: inline;
padding: 0 8px 0 8px;
background-color: #fff;
text-align: center;}

#menue ul li a { color:#259f89; font-weight:bold; text-decoration:none; font-size:1.2em; letter-spacing:-0.07em; }
#menue ul li a:hover {text-decoration: none;}

#menue ul li.minusRand { 
text-decoration: none;
padding: 0 1px 0 7px;
border-right: 0;
color: #999;
background-color: #fff;
text-align: center;
}

#img-row-1 { width:750px; margin:auto; background-image:url(images/img1.jpg); height:200px; border-right:1px solid #ccc;}
#img-row-2 { width:750px; margin:auto; background-image:url(images/img2.jpg); height:200px; border-right:1px solid #ccc;}
#img-row-3 { width:750px; margin:auto; background-image:url(images/img3.jpg); height:200px; border-right:1px solid #ccc;}
#img-row-4 { width:750px; margin:auto; background-image:url(images/img4.jpg); height:200px; border-right:1px solid #ccc;}
#img-row-5 { width:750px; margin:auto; background-image:url(images/img5.jpg); height:200px; border-right:1px solid #ccc;}
#img-row-6 { width:750px; margin:auto; background-image:url(images/img6.jpg); height:200px; border-right:1px solid #ccc;}

/******************************** Definitionen fr den Inhalt ***************************************/

#content { padding:0px; width:750px; border-right:1px solid #ccc; background-color:#fff; margin:auto; border-bottom:1px solid #ccc;}

#story { width:680px; margin:0px 0px 30px 30px;}
#story p {line-height:1.5em;}
#story h1 { font-size:1.2em; color:#09c;}
#story h2 { font-size:1em; color:#666;}
#story h3 { font-size:1em; color:#666; }

#story a:link { text-decoration:none; color:#09c;}
#story a:visited {text-decoration:none; color:#09c;}
#story a:hover { color:#09c; text-decoration:none;}
#story a:focus { color:#09c; text-decoration:none;}


#story img.right { float:right; margin:0 30px 5px 0;}

.abstand-rechts {width:200px; float:left;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}

.img-row-vert-right { float:right; width:200px; margin-left:20px;}
.img-left { float:left; margin-right:20px;}

/************** Formnatierungen Listen im Content Bereich****************/

#content ul { list-style:none; margin-left:-20px; font-family:Helvetica,Arial, sans-serif;}
*html #content ul { margin-left:5px;}

#content ul li {
margin-left:0px;
background: transparent url(images/bullet.gif) left top no-repeat;
background-position:0 8px;
padding-left: 15px;
text-align: left;
line-height:1.5em;
}

/******************************************************** footer ****************************************************/

#footer {
font-size:0.8em;
clear:both; 
height:40px; 
margin-top:10px; 
text-align:center; 
padding-top:5px; 
width:750px; 
margin:auto;
}



