
* {
	font-family: arial;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #C5CFD7;

}
p, b, strong, a, i, span, li{
	font-size: 9pt;
}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

img {
	outline:none;
	border:0;
	margin:0;
	padding:0;
}



.fl {float:left;}
.fr {float:right;}
.cb {clear:both;}
.cl {clear:left;}
.cr {clear:right;}

#body_header {
	margin: auto;
	max-width:1200px;
	height: 64px;
	background: url(../img/background_top.png) no-repeat;
}

#body {
	margin: auto;
	max-width: 1200px;
	background: url(../img/background_middle.png) repeat-y;
}
#body_footer {
	margin: auto;
	max-width:1200px;
	height: 64px;
	background: url(../img/background_bottom.png) no-repeat;
}
#wrapper {
	margin: auto;
	width: 1000px;
	position: relative;
	top: -40px;
}

#logo {
	width: 257px;
	height: 54px;
	margin-left: 50px;
	background: url(../img/logo.png) no-repeat;

}

#main_menu{
	width: 100%;
	height: 49px;
	background-color: #002c76;
	margin-top: 30px;
}

#main_menu #content{
	position: relative;
	top: 16px;
	left: 30px;
	color: #ffffff;
	width: 100%;
}

.main_link {
	color: #ffffff;	
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 9pt;
	cursor: pointer;
}

#main_menu #content a:link, #main_menu #content a:visited{
	color: #ffffff;	
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 9pt;
}

#main_menu #content a:hover {
	color: #8bb8cf;	
}

#search {
	float: right;
	margin-right: 50px;
	margin-top: -6px;
}

#search input{
	width: 215px;
	border: none;
	background-color: #033890;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content_imange {
	width: 1000px;
	height: 420px;
	background: url(../img/banner/home.png) no-repeat;
}

#content_home {
	width: 1000px;
	min-height: 220px;
	background: url(../img/back_bottom.png) repeat-x top;
	background-color: #011435;
	
}

#newsletter_wrapper {
	position: relative;
	top: 274px;
	left: 30px;
	width: 207px;
}
#newsletter_top {
	width: 207px;
	height: 8px;
	background: url(../img/newsletter_top.png) repeat-x;
	
}

#newsletter_middle {
	width: 207px;
	background: url(../img/newsletter_middle.png) repeat-y;

}
#newsletter_middle a:link,  #newsletter_middle a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

#newsletter_middle a:hover {
	color: #000;
}

#newsletter_middle span{
	margin-left: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 12pt;
}
#newsletter_middle input[type=text]{
	width: 167px;
	margin-left: 20px;
	margin-top: 5px;
	border: none;
	color: white;
	background: url(../img/newsletter_back.png);

}

#newsletter_middle input[type=submit]{
 	border: none;
	float: right;
	margin-right: 20px;
	font-size: 7pt;
	color: white;
	background-color: transparent;
	margin-top: 5px;
	cursor: pointer;
}
#newsletter_bottom {
	width: 207px;
	height: 8px;
	background: url(../img/newsletter_bottom.png) repeat-x;
}


#banner {
	width: 1000px;
	height: 420px;
	background: url(../img/banner/home.png) no-repeat;
}

#content_imange {
	width: 1000px;
	height: 420px;
	background: url(../img/banner/home.png) no-repeat;
}

#content_home {
	width: 1000px;
	min-height: 220px;
	background: url(../img/back_bottom.png) repeat-x top;
	background-color: #011435;
	
}

#banner_pix {
	position: relative;
	top: 214px;
	left: 345px;
	width: 600px;
}

#pic_1, #pic_2, #pic_3 {
	width: 179px;
	height: 179px;
	margin-left: 20px;
	float: left;
} 

#pic_1 {background: url(../img/home_1.png);}
#pic_2 {background: url(../img/home_2.png);}
#pic_3 {background: url(../img/home_3.png);}

#pic_1:hover {background: url(../img/home_1_hover.png);}
#pic_2:hover {background: url(../img/home_2_hover.png);}
#pic_3:hover {background: url(../img/home_3_hover.png);}

#news_box {
	float: left;
	width: 200px;
	margin-left: 50px;
	position: relative;
	top: 50px;
	margin-bottom: 50px;
}
#player_headline {
	float: left;
	width: 200px;
	margin-left: 220px;
	position: relative;
	top: 50px;
	margin-bottom: 50px;
}

#player_headline strong{
	color: #ffffff;
	background-color: #011537;
	font-size: 10pt;
	display: block;
	padding: 4px 0px 4px 20px;
}

#news_box a:link,  #news_box a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

#news_box a:hover {
	color: #8bb8cf;
}

#newsletter_middle a:link,  #newsletter_middle a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

#newsletter_middle a:hover {
	color: #8bb8cf;
}

#news_box strong{
	color: #ffffff;
	background-color: #011537;
	font-size: 10pt;
	display: block;
	padding: 4px 0px 4px 20px;
}
#news_box p{
	color: #ffffff;
	margin-left: 20px;
	font-size: 8pt;
}

#footer {
	margin-top: 15px;
	text-align: center;
	color: #3e4460;
	font-size: 9pt;
}

#footer a:link, #footer a:visited{
	color:#3e4460;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

#main_content {
	width: 1000px;
	background-color: #011f3c;
}

#main_left {
	float: left;
	width: 275px;
	margin-bottom: 50px;
}

#main_right {
	float: left;
	width: 720px;
}

#news_wrapper_main {
	margin-left: 25px;
	margin-top: 25px;
}


#news_wrapper_main {
	color: #ffffff;
}

#news_wrapper_main p {
	margin: 10px 0px 0px 20px;
	font-size: 8pt;
}

#news_wrapper_main strong {
	margin: 10px 0px 0px 20px;
}

#newsletter_wrapper_main {
	margin-left: 25px;
	margin-top: 150px;
}

#open_add {
	float: left;
	width: 207px;
	height: 226px;
	background: url(../img/open_add.png);
	margin-top: 50px;
	margin-left: 25px;

}

#sub_menu{
	width: 655px;
	background-color: #002974;
	margin-top: 152px;
	color: #ffffff;
	z-index: 9999;

}
#sub_menu div{
	margin-left: 5px;
}

#sub_menu div a:link, #sub_menu div a:visited{
	color: #ffffff;	
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 8pt;
}

#sub_menu div a:hover {
	color: #8bb8cf;	
}

#sub_content{
	width: 660px;
	background: url(../img/content_back.png);
	text-align: justify;
	margin-bottom: 30px;
}
#sub_content #inhalt{
	margin-left: 10px;
	width: 635px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#sub_content #inhalt h3{
	margin-top: 0px;
}

#sub_content #inhalt p{
	margin-top: 0px;
}


.shop_haupt {
	margin-left: 20px;
	display: block;
	width: 150px;
	cursor: pointer;
	padding-left: 5px;
	color: #ffffff;
	font-size: 9pt;
	border: 1px solid transparent;
}

.shop_haupt:hover {
	border: 1px solid #7da7ba;
	background-color: #5d7e94;
}

.shop_unter {
	font-size: 7pt;
	margin-left: 35px;

}

.shop_unter a:link, .shop_unter a:visited{
	color: #ffffff;
	text-decoration: none;
}

.shop_unter a:hover{
	color: #000000;
	text-decoration: none;
}

#warenkorb {
	float: right;
	margin: -20px 40px 100px 0px;
	height: 59px;
/*	margin-bottom: 100px;*/
/*	margin-right: 40px;*/
}

#warenkorb #left{
 	width: 11px;
	height: 59px;
	float: left;
	background: url(../img/warenkorb_left.png);
}

#warenkorb #right{
 	width: 11px;
	height: 59px;
	float: left;
	background: url(../img/warenkorb_right.png);
}
#warenkorb #middle{
 	width: 200px;
	height: 59px;
	float: left;
	background: url(../img/warenkorb_middle.png) repeat-x;
	color: white;
}

#warenkorb #middle strong{
	position: relative;
	top: 5px;
	letter-spacing: 2px;
	font-weight: normal;
}
#warenkorb #middle span{
	position: relative;
	top: 10px;
}
#warenkorb #middle a:link, #warenkorb #middle a:visited{
	position: relative;
	top: 10px;
	color: #ffffff;
	text-decoration: none;
}

#warenkorb #middle a:hover {
	color: #8bb8cf;
}

.sub_navi {
	position: absolute;
	top: 0px;
	background-color: #002c76;
	z-index: 100;
}

.sub_navi div a:link, .sub_navi div a:visited{
	color: #ffffff;
	text-decoration: none;
}

.sub_navi div a:hover {
	color: #8bb8cf;	
}

#login_wrapper {
	background: url(/img/login.png) no-repeat; 
	width: 442px; 
	height: 106px; 
	float: right; 
	margin-right: 100px;
	z-index: 100;
}

#login_text {
	float:right;
	margin-top: 84px; 
	margin-right: 110px; 
	font-size: 10pt; 
	color: white;
	cursor: pointer; 
}

#login_wrapper a:link, #login_wrapper a:visited{
	color: white;
	text-decoration: none;
}

#login_text:hover, #login_wrapper a:hover {
	color: #8bb8cf;
}



#middle_shop_content{
	position: relative;
	left: 30px;
	top: 20px;
}

#middle_shop_content h3{
	color: #1a80ab;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}

#middle_shop_content h4{
	color: #90abb9;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
}
#middle_shop_content strong{
	font-size: 9pt;

}

#middle_shop_content p{
	font-size: 9pt;
	text-align: justify;
	margin-top: 0px;
}

#basket_left {
	width: 8px;
	height: 34px;
	background: url(../img/basket_left.png) no-repeat;
	float: left;
}

#basket_right {
	width: 11px;
	height: 34px;
	background: url(../img/basket_right.png) no-repeat;
	float: left;
}

#basket_middle {
	height: 34px;
	background: url(../img/basket_middle.png) repeat-x;
	float: left;
}

#basket_middle a:link, #basket_middle a:visited{
	color: #fff;
	text-decoration: none;	
}

#basket_middle a:hover{
	color: #ff820b;
	text-decoration: none;	
}

#basket_middle span{
	position: relative;
	top: 3px;
	margin-left: 30px;
	margin-right: 10px;
	color: white;
	font-size: 10pt;
	font-weight: bold;	
}
#basket_middle img{
	position: relative;
	top: 7px;
	margin-left: 10px;
}

#shop_detail {
	width : 150px;
	margin-top: 20px;
	text-align: right;
}



#product_image{
	border: 1px solid #acbbc4;
	width: 100%;

}
#price {
	font-size: 12pt;
	color: #1a80ab;
}
#price_detail {
	font-size: 7pt;
	color: #1a80ab;
}

#price_wrapper{
	margin-top: 10px;
	margin-bottom: 10px;
}
#download {
	margin-top: 30px;
}

#download_title{
	margin-bottom: -10px;
}

#download_title span{
	position: relative;
	top: 4px;
	margin-left: 10px;
	color: #aeacac;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
}

.download_detail{
	font-size: 8pt;
}

.download_detail a:link, .download_detail a:visited{
	color: #000;
	text-decoration: none;
}

.download_detail a:hover{
	color: #ff820b;
	text-decoration: none;
}

#shop_content {
	width : 440px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 8pt;
	text-align: justify;
}

#shop_content h3 {
	color: #186B9A;
	margin-top: 0px;
}

#shop_content h4 {
	color: #7D9AAA;
	margin-bottom: 0px;
	font-size: 9pt;
}



#shop_footer {
	width: 610px;
	margin-top: 40px;
}

#shop_footer_left{
	width: 11px;
	height: 121px;
	background: url(../img/shop_footer_left.png) no-repeat;
}
#shop_footer_right{
	width: 11px;
	height: 121px;
	background: url(../img/shop_footer_right.png) no-repeat;
}
#shop_footer_middle{
	height: 121px;
	background: url(../img/shop_footer_middle.png) repeat-x;
}
#shop_footer_middle img{
	position:relative;
	top: 3px;
	max-height: 115px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;

}


#intro_wrapper {
	width: max;
	height: 678px;
	/*background: url(../img/intro_back.png) repeat-x top ;*/
	background-color: white;
}
#intro_wrapper a:link, #intro_wrapper a:visited {
	text-decoration: none;
}

.anzeigen {
	position: relative;
	top: 4px;
	cursor: pointer;
}

.anzeigen2 {
	position: relative;
	cursor: pointer;
}

.imagecontainer {
	width:100px;
	margin:5px 5px 10px 5px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
	color: #7D9AAA;
	font-size: 9pt;
}

.gallery_box {
	width:100px;
	margin:5px 5px 10px 5px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
	color: #7D9AAA;
	font-size: 9pt;
}

.gallery_box a {
	color:#7D9AAA;
	text-decoration:none;
}

#intro_name{
	color: #3A6983;
	text-decoration: none;
	position: relative;
	top: -312px;
	font-size: 20pt;
	/*text-shadow: #3A6A83 0px 0px 10px;*/

}

#ims_player {
	position: absolute;
	top: 170px;
	margin-left: 470px;
}
