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

body {
	background:#000 url(img/bg.jpg) no-repeat center top;
	color:#000;
	font-family:Maven Pro, Arial, Verdana;
	font-size:10pt;
	margin:0px;
}

html {
	height:100%;
}

hr {
	border:none; 
	border-top:1px solid #e4e4e4; 
	border-bottom:1px solid #FFF; 
	height:2px;
	margin-bottom:0px;
}

a {
	color:#ac0327;
}

a:hover {
	color:#DD7B51;
}


.logo {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:120px;
	background:transparent url(img/logo.png) no-repeat left;
	
	/*background-color:transparent;*/
	
}

.zeile_aussen {
	position:absolute;
	top:150px;
	height:24px;
	width:100%;
	background:url(menu_zeile.jpg);
	z-index:-1;
	margin-bottom:-24px;
}

.main_div {
	position:relative;
	width:950px;
	top:0px;
	min-height:100%;
	
	/*border-right:1px solid #AAA; 
	border-left:1px solid #AAA;*/
	
	margin:auto;
	
	/*background-color:#FFF; */
}

.menu_1 {
	position:relative;
	top:0px;
	left:0px;
	width:949px;
	height:34px;
	z-index:1005;

	background-image:url(img/menu_bg.png);
}

textarea, input, select {
	font-family: Maven Pro, Lucida Sans Unicode, Verdana;
	font-size:10pt;
}

/*input[type=text] {
	height:18px;
	line-height:17px;
}*/

select {
	line-height:15px;
}

.menu_2 {
	position:absolute;
	top:5px;
	right:10px;
	
	text-align:right;
	vertical-align:middle;
}

.menu_2 td {
	vertical-align:middle;
}
.menu_2 table {
	border-spacing:0px;
}

.suchfeld_div {
	position:absolute;
	top:50%;
	right:10px;
	height:20px;
	
	margin-top:-10px;
	
	text-align:right;
	vertical-align:middle;
}

.login_div {
	position:absolute; 
	top:40px; 
	right:20px; 
	width:330px; 
	height:70px;
	z-index:0;
	
	opacity:0.7; 
	filter:alpha(opacity=30);
	-moz-opacity:0.7;
	-o-opacity:0.7;
	-webkit-opacity:0.7;
	
	background-color:#888;
	border: 2px solid #FFF;
	
	visibility:hidden;
}


.inhalt_div {
	position:relative;
	top:0px;
	left:0px;
	width:949px;
	
	padding-top:18px;
	background:#FFF url(img/inhalt_bg.png) repeat-x left top;
}

.inhalt_div div {
	position:relative;
}

.inhalt_div_innen {
	top:0px; 
	left:0px; 
	width:100%;
	padding-bottom:0px;
}

/* Text-Formatierungen */

.obenwhite {
	color:#FFF;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

a.obenwhite {
	color:#FFF;
	text-decoration:none;
}
a.obenwhite:hover {
	text-decoration:underline;
}

input.suchfeld {
    border:1px solid #999999;
    float:left;
	font-family: Maven Pro, Lucida Sans Unicode, Verdana;
	font-size:10pt;
    margin-right:6px;
    padding:3px 3px 3px 6px;
    width:200px;
}

.news_ueberschrift {
	font-size:14pt;
	font-weight: bold;
	color:#900;	
	line-height:24px;
	
	margin-bottom:-10px;
	margin-top:10px;
}
.news_ueberschrift a {
	color:#900;	
	text-decoration: none;
}
.news_ueberschrift a:hover {
	text-decoration:underline;
	color:#900;
}

.news_unterschrift {
	font-size:8pt;	
	margin-bottom:10px;
	color:#666;
	line-height:14px;
}
.news_unterschrift a {
	color:#666;	
	text-decoration:none;
}

.news_unterschrift a:hover {
	text-decoration:underline;	
}


.news_frame {
	position:relatve;
	top:0px;
	margin-bottom:10px;
	width:100%;
	
	font-size:10pt;
	line-height:17px;
	
	padding:1px 5px 10px 5px;
	background-color:#f4f4f4;
}

.news_frame hr {
	margin-bottom:5px;
}

.news_imgl {
	float:left;
	margin-right:8px;
	margin-top:3px;
	margin-bottom:3px;
}
.news_imgr {
	float:right;
	margin-left:8px;
	margin-top:3px;
	margin-bottom:3px;
}


.box {
	background-color:#f4f4f4;
	padding:5px;
}

.boxw {
	background-color:white;
	padding:5px;
}

.box_ueberschrift {
	color:#900;
	height:31px;
	
	width:100%;
	margin-bottom:5px;
	margin-top:3px;
	margin-left:5px;
	
	font-size:12pt;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:underline;
}
.box_ueberschrift a {
	color:#900;	
}
.box_ueberschrift a:hover {
	color:#A85;	
}


.wenig {
	font-size:10pt;
	line-height:17px;
}

.seiten_ueberschrift {
	font-size:14pt;
	font-weight: bold;
	line-height:24px;
	color:#900;	
	margin-top:10px;
	margin-bottom:18px;
}

.bild_nummer {
	color:#999;
	font-size:70pt; 
	font-weight: bold; 
	text-align: center; 
	letter-spacing: 17px; 
}
.bild_nummer a { 
	color: #efefef; 
	font-size: 70pt;  
	font-weight: bold;
	text-align: center; 
	letter-spacing: 17px;
}

.img_padding {
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.caps {
	font-family: Maven Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:15px;
	font-variant: small-caps;
}

.border-top {
	border-top: 3px solid #CCC;	
}

.center-table td {
	text-align: center;
}

.warenkorb {
	border-spacing:0;	
}
.warenkorb th {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
	font-size:9pt;
}
.warenkorb td {
	vertical-align:middle;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
}

/* >>> Showcase */

.showcase_nav {
	background-color: #CCC;
	height:15px;
	width:15px;
	margin:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	border:1px solid #555;
}
.showcase_navHover {
	background-color: #333;

}
.showcase_navSelected {
	background-color: #900;

}

/* <<< Showcase */

.letzte_zeile {
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:1;
	text-align:center;
	padding-bottom:10px;	
}

.letzte_zeile div { 
	color: #FFF; 
	font-size: 8pt; 
	line-height:14px;
	margin:0 15px 0px 15px;
	background-color:#121212;
	padding:5px;
}
.letzte_zeile div a {
	color: #a7a7a7; 
}
