/* Grundlegende CSS-Anweisungen */
body{
background-image:url('../images/background.gif');
color:white;
font-family:arial, sans-serif;
/*font-size:0.75em;*/
font-size:12px;
/*letter-spacing:0.8px;*/
}
img{
border:0px;
}

a {
color:white;
text-decoration:none;
}

/* Container-Anweisungen */
#container{
width:980px;
overflow:hidden;
border:2px solid white;
margin-left:auto;
margin-right: auto;
margin-top:0px;
position:relative;
background-color:white;
/*	background-image:url("../shop/images/bg.gif");
	background-repeat:repeat-y;*/

}
#container_shop{
width:980px;
border:2px solid white;
margin-left:auto;
margin-right: auto;
margin-top:0px;
position:relative;
/*background-color:white;*/
background-image:url("../shop/images/bg.gif");
background-repeat:repeat-y;
}



#flags{
margin-top:10px;
margin-left:20px;
}


.landauswahl {
font-weight:bold;
color:#9DBFE0;
letter-spacing:1px;
}
.landauswahl a { color:#9DBFE0; }
.landauswahl a:hover{ color:white; }

.landauswahl2{
font-weight:bold;
color:white;

}


#navigation{
margin-top:15px;
margin-left:20px;
font-weight:bold;
letter-spacing:1px;
}
.navigation_zeile{
border:0px;
margin:0px;
width:900px;


}

.navigation_spalte1{
float:left;
padding:0px 0px 0px 0px;
margin:0px;

}
.navigation_spalte2{
float:left;
padding:0px 0px 0px 0px;
margin:2px 0px 0px 0px;

}

#sub_navigation{
margin-top:15px;


}
/*#navigation a{color:#688BBF;}*/
/*#navigation a{color:#6EA2DC;}*/
#navigation a{color:#9DBFE0;}

#navigation a:hover{color:white;}
#navigation .active{color:white;}

.nav_deadlink{
color:#9EA9B7;
}

.spacer{
margin-right:9px;
margin-left:10px;
border-left:2px solid #688BBF;
display:inline;
}

.kontinentoben{
float:left;
font-weight:bold;
letter-spacing: 1px;
margin: 2px 4px 0px 0px;

}

.spacer_kontinent{
float:left;
margin-right:9px;
margin-left:10px;
border-left:2px solid #688BBF;
margin-top:1px;
}
.kontinent_flagge{
float:left;
}
.kontinent_select{
float:left;
margin:0px 10px 0px 10px;
padding:0px;


}
.laender_flaggen{
float:left;
}
.cleaner{
clear:left;
height:0px;
overflow:hidden;
}
#footer_startseite{
position:absolute;top:561px;left:0px;
width:980px;
height:50px;

background-color:#163067;
z-index:10;


}
.footer_startseite_linie{
position:absolute;
top:8px;
left:20px;
width:924px;
height:1px;
overflow:hidden;
background-color:#4B699B;
}


#footer{

color:#6EA2DC;

height:30px;
}


#search input{
color:#6EA2DC;
/*background-color:#0B3C6E;*/
background-color:#163067;
border:0px;
}
#search .input{
color:#163067;
font-size:90%;
height:15px;
width:167px;
background-color:#C9D0DA;
border:1px solid #5C779E;
}
.cmslink{font-size:12px;color:black;z-index:10}
.cmslink a{color:black;font-size:12px;}
.bearbeiten{font-size:12px;color:black;position:relative;top:-20px;z-index:10}
.bearbeiten a{color:black;font-size:12px;}

.weiterb{

	height: 26px;
	width:158px;
	background-image:url('../shop/images/buttons/weiter.gif');
}

.weiterb:hover{
	height: 26px;
	width:158px;
	background-image:url('../shop/images/buttons/weiter2.gif');
}

.bestellenb{

	height: 26px;
	width:158px;
	background-image:url('../shop/images/buttons/bestellen.gif');
}

.bestellenb:hover{
	height: 26px;
	width:158px;
	background-image:url('../shop/images/buttons/bestellen2.gif');
}
