@charset "UTF-8";
/* CSS Document */

/*
Farben: 
#e5e8f0 Hintergrund, Elemente
#021d68 Schrift
border-bottom: 5px solid #021d68;
*/

/* MAIN */

* { margin: 0; padding:0; }

body { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#021d68; background-image:url(../images/all/background.gif); background-repeat:repeat-x; background-color: #e5e8f0; }

a { text-decoration:none; color:#021d68;}

#wrapper { position:relative;width: 950px; margin:0 auto; }

.bold { font-weight:bold; }

/* DETAIL */

#top { position:absolute; left: 0; top:0; width: 950px; text-align: right; height:49px; }

	#language { position:absolute; left: 450px; top:14px; width:220px; }

		#language img { border:none; }
		
		#language input { border:none; background-color:#FFF; color:#021d68; font-size:12px; } 
		
		#search  { position:absolute; right:0; top:0; }
		
		#search_field { position:absolute; right: 18px; top:13px; border:none; background-color: #e5e8f0; height:19px; width:144px; padding:4px 0 0 6px; color:#021d68; }
		
		#search_but { position:absolute; right:0; top:13px; border:none; }

#logo { position:absolute; left: 0; top:49px; width: 230px; }

#logo a { width: 230px; height:71px; }

#logo_bild { background-image:url(../images/all/logo.jpg); background-repeat:no-repeat; width: 230px; height:71px; }

#middle { position:absolute;left: 0; top:120px; width:950px; }
	
	#welcome { position:absolute; left: 0; top:71; background-image:url(../images/all/bk_welcome.jpg); background-repeat:no-repeat; width: 720px; height:139px; }
	
		#welcome_hd { position:absolute; left: 330px; top:20px; font-size: 18px; font-style:italic; font-weight:bold; }
		
		#welcome_text { position:absolute; left: 330px; top:60px; font-size: 18px; font-style:italic; width:360px; }
			
			 #welcome a { font-weight:bold; }
			
			 #welcome a:hover { color:#808eb3; }
	
	#order { position:absolute; left: 719px; top:0; border: 1px solid #bbc2d6; width:192px; height:105px; padding:18px; }
	
		.order_headline { font-size:15px; font-style:italic; font-weight:bold; margin-bottom: 14px; }
		
		.order_text { line-height: 20px; }

		.order_text a { text-decoration:underline; }

#content { position:absolute; left:0; top:312px; width:950px; height:276px; }

.product { float:left; width:230px; height:275px; margin-right:10px; }

.product img { border:none; }

#product_last { margin-right:none; float:left; }

#product_last img { border:none; }
	
	.product_text { font-size: 15px; font-style:italic; font-weight:bold; padding-top:12px; text-transform:uppercase; }
	
	.product_text a:hover { color:#808eb3; }
	
	.product_text_sub { font-size: 12px; font-style:italic; font-weight:bold; }

#footer { clear:left; width:950px; border-top: 1px solid #b0b9d1; text-align: right; padding-top:10px; }

#footer a { padding-left:8px; }

#footer a:hover { text-decoration:underline; }

