/* CSS Document */
 
body {
background-color: #730705; 
margin: 0;
padding: 0;
background-image: url(../bilder/layout/footer-background.jpg); 
background-repeat: repeat-x; 
background-position:0% 100%; 
}
h1 {font-size: 1em; font-weight: normal; margin-bottom: -10px;}
h2 {font-size: 0.9em; font-weight: heavy;  margin-bottom: 0px;}

a:link { color: #924241; text-decoration: none; }
a:active { color: #924241; text-decoration: none; }
a:visited { color: #924241; text-decoration: none; }
a:hover { color: #924241; text-decoration: underline; }
a { font-size: 1em; }



p {
margin-top: 3px;
padding-bottom: 3px;
}

li { 
line-height: 15px;
list-style-type: square;
margin-left: 13px;
padding-left: 0px;
}

.logo {
width: 180px;
height: 130px;
/*margin-left: -9px; */
margin-top: 15px;
vertical-align: top;
}
.headbackground {
background-image: url(../bilder/layout/head-background.jpg); background-repeat: repeat-x;
}
.impressum {
vertical-align: top;
margin-right: 10px;
}
.sitemap {
vertical-align: top;
margin-right: 10px;
float: right;
}
 
 
/* dropdown-menue */
 
.dropdown {
margin-top: 22px; 
margin-right: 13px; 
}
 
 
/* Main */
 
.maincontent{
float: left;
width: 68%;
padding-left: 30px;
font-family: Arial, Helvetica, sans-serif;
}
 
.headline {
width: 80%;
min-width: 415px;
font-size: 1.4em;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-top: 5px;
padding-bottom: 20px;
padding-left: 30px;
color: white;
display: compact;

text-shadow: 3px -3px 12px black;
-moz-text-shadow: 3px -3px 12px black;
-webkit-text-shadow: 3px -3px 12px black;
-khtml-text-shadow: 3px -3px 12px black;
}
 
.main-image {
float: left;
 
width: 85%;
min-width: 406px;
min-height: 20%;
 
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
margin-bottom: 10px;
 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: black;
 
border-color: white;
border-style:thin;
border-width: 2px;
border-style: solid;
clear:both;
}
 
 
.main-text {
float: left;
padding: 4px;
font-size: 0.9em;
}
.image-main {
float: right;
border-style: solid; 
border-width: 1px;
border-color: #B5B5B5;
}
.detail-headline {
font-size: 1.3em;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 10px;
min-width: 300px;
color: #730705;
}
 
 
/* Navigation */
 
.nav {
padding-left: 18px;
width: 200px;
}
.nav-container { 
width: 133px;
height: 45px;
border-width: 1px;
border-color: black;
border-style: solid;
}
.navlink-text {
margin-left: 5px;
}
a.navlink:link { color: white;	}
a.navlink:active { color: white;  }
a.navlink:visited { color: white;  }
a.navlink:hover { color: #F4F4F4; text-decoration: none; }
a.navlink { 
	text-align: center;
	color: #900;
/*	width: 139px; */	 
	text-decoration: none;
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}
 
 
/* Detail-Box */
 
.detail-container {
padding: 10px;
padding-right: 17px;
width: 90%;
min-width: 480px;
margin-bottom: 20px;
background-color: white; 
float: left;
 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
 
border-color: black;
border-width: 1px;
border-style: solid;
 
box-shadow: 2px 2px 3px #042618;
-moz-box-shadow: 2px 2px 3px  #042618;
-webkit-box-shadow: 2px 2px 3px  #042618;
-khtml-box-shadow: 2px 2px 3px  #042618;
}
 

/* Sed-Boxes */

.mini-seds {
/* min-width: 480px; */
}
.sed-box {
float: left;
width: 98%;
display: block;
	border-top: dotted;
	border-bottom: dotted;	
	border-width: 1px;
	border-color: #924241;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sed-box-queer {
float: left;
margin-top: 13px;
}

 
/* anzeigen-box */
 
.box-container {
padding-bottom: 20px;
padding-right: 15px;
float: left;
width: 157px;
height: 278px;
}
.box-top {
margin: 0;
padding: 0;
	background: url(../bilder/layout/boxes/box-top.jpg); 
	background-position: top;
	background-repeat: no-repeat;
float: left;
height: 4px;
}
.box-middle {
	background: url(../bilder/layout/boxes/box-middle.jpg); 
	background-repeat: repeat-y;
width: 157px; 
color: black;
}
.box-headline {
font-size: 1.1em;
color: #990000;
font-weight: bold;
padding-top: 4px;
padding-bottom: 3px;
}
.text-box {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin-right: 10px;
padding: 5px;
margin-right: 5px;
width: 142px;
}
.box-image {
width: 140px; 
height: 170px;
border-width: 1px;
border-style: solid;
border-color: #B5B5B5;
}
.box-bottom {
	background: url(../bilder/layout/boxes/box-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 157px; 
}
.box-more {
text-align: right; 
padding-right: 7px;
}
a.more:link { color: #990000; }
a.more:active { color: #990000; }
a.more:visited { color: #990000; }
a.more:hover { color: #990000; text-decoration: none; }
 
a.link-headline:link { color: #990000; text-decoration: none; }
a.link-headline:active { color: #990000; text-decoration: none; }
a.link-headline:visited { color: #990000; text-decoration: none; }
a.link-headline:hover { color: #990000; text-decoration: none; }

a.preview:link { color: #990000; font-size: 12px; font-weight: normal; text-decoration: none; }
a.preview:active { color: #990000; font-size: 12px; font-weight: normal; text-decoration: none; }
a.preview:visited { color: #990000; font-size: 12px; font-weight: normal; text-decoration: none; }
a.preview:hover { color: #990000; font-size: 12px; font-weight: normal; text-decoration: none; }
 
 
/* rechte spalte */
 
/*.rechte-spalte {
float: left;
width: 160px;
height: 200px;
background-color: black;
color: white;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-image: url(../bilder/test-rechter-rand_backgroun.jpg);
background-repeat: no-repeat;
padding: 3px;
padding-left: 3px;
margin-right: 13%;
margin-top: 40px;
} */
 
.rechts-container {
padding-bottom: 50px;
float: left;
width: 157px;
}
.box-right-container {
background-color: #FFFFFF;
color: #730705;
padding: 6px;
width: 160px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.box-right-footer {
vertical-align: baseline;
color: white;
background: #730705;
margin-top: 3px;
text-align: right;
padding: 1px;
}
.box-right-header {
float: left;
padding: 3px;
background: #730705;
color: white;
width: 95%;
font-weight: bold;
font-size: 11px;
margin-bottom: 3px;
}
 
 
/* footer */
 
.footer {
clear: both;
width: 92%;
min-width: 500px;
font-size: 1.4em;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
float: left;
	border-top: dotted;
	border-width: 1px;
	border-color: #924241;
	margin-top: 20px;
	margin-bottom: 50px;
}
.footer-block {
width: 120px;
float: left;
padding-left: 20px;
text-align: center;
padding-bottom: 20px;
color: white;
}
a.footer-link:link { color: #924241; text-decoration: none; }
a.footer-link:active { color: #924241; text-decoration: none; }
a.footer-link:visited { color: #924241; text-decoration: none; }
a.footer-link:hover { color: white; text-decoration: none; }
a.footer-link { font-size: 0.55em; }
 
 
/* 0900 */


.0900-sms-text {
float: right;
}
 
.rufnummer-main {
color: black;
min-height: 20%;
min-width: 250px;
margin-top: 10px;
padding-top: 10px;
float: left;
padding-right: 20px;
	border-top: dotted;
	border-width: 1px;
	border-color: #924241;
	margin-top: 20px;

}
.rufnummer {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #730705;
font-weight: bold;
}
.rufnummer-name {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
color: black;

text-shadow: 1px -1px 1px #CCCCCC;
-moz-text-shadow: 1px -1px 0px #CCCCCC;
-webkit-text-shadow: 1px -1px 0px #CCCCCC;
-khtml-text-shadow: 1px -1px 0px #CCCCCC;
}
.preisauszeichnung {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: black;
width: 250px;
}
 
 
/* SMS */
 
.sms-main { 
color: black;
min-height: 20%;
min-width: 150px;
margin-top: 10px;
padding-top: 10px;
float: left;
	border-top: dotted;
	border-width: 1px;
	border-color: #924241;
	margin-top: 20px;

}
.sms-name { 
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
color: black;

text-shadow: 1px -1px 1px #CCCCCC;
-moz-text-shadow: 1px -1px 0px #CCCCCC;
-webkit-text-shadow: 1px -1px 0px #CCCCCC;
-khtml-text-shadow: 1px -1px 0px #CCCCCC;
}
.sms-key { 
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #730705;
font-weight: bold;
}
.sms-nummer { 
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #730705;
font-weight: bold;
}
.smspreisauszeichnung { 
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: black;
}

/* Deco */

.deco-peitsche {background:url(../bilder/layout/decoration/peitsche.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: right;
margin-left: 10%;

}

.deco-cat-milk {background:url(../bilder/layout/decoration/cat-milk.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-halsband-nieten {background:url(../bilder/layout/decoration/halsband-nieten.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-heels-gerte {background:url(../bilder/layout/decoration/heels-gerte.jpg);
background-repeat: none;
height: 100px;
width: 150px;
float: left;
margin-left: 10%;
}
.deco-heels-gerte-halsband {background:url(../bilder/layout/decoration/heels-gerte-halsband.jpg);
background-repeat: none;
height: 100px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-heels-single {background:url(../bilder/layout/decoration/heels-single.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-lederpeitsche {background:url(../bilder/layout/decoration/lederpeitsche.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-leine {background:url(../bilder/layout/decoration/leine.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-peitsche {background:url(../bilder/layout/decoration/peitsche.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}
.deco-single-tail {background:url(../bilder/layout/decoration/single-tail.jpg);
background-repeat: none;
height: 102px;
width: 151px;
float: left;
margin-left: 10%;
}

/* buttons */

.container-button {
padding-top: 20px;
margin-bottom: 20px;
}
.button {
   border-top: 1px solid #ffffff;
   background: #d1d1d1;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d1d1));
   background: -moz-linear-gradient(top, #ffffff, #d1d1d1);
   padding: 5.5px 11px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none !important;
   vertical-align: middle;
   margin-right: 20px;
   }
.button:hover {
   border-top-color: #f0f0f0;
   background: #f0f0f0;
   color: #b30606;
   }
.button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   }
   
   
   
   
/* Dropdown */

@charset "UTF-8";

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default; 
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 25px 0 0 -2%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.1em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-image: url(../bilder/layout/boxes/nav-back-trans-20.png);
	padding: 0em 0.75em; 
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
		background-image: url(../bilder/layout/boxes/nav-back-trans-10.png);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
/*	background-color: white;
 	color: #730705; */

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

li.dummy {

	color: white;
	font-family: Lucida Console;
	background-image: url(../bilder/layout/boxes/nav-back-trans-10.png);
	height: 14px;
	}
	

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #990000; 
		color: white;
	}

ul.MenuBarVertical a
{
color: white;
}	
	
}
   
