* {
	padding:0px;
	margin:0px;
}


body {
/*	background-image: url(images/background_webside.jpg);
	background-repeat: repeat-y;  
	background-position: center; */
	background-color:#580400;
	text-align: center;
	padding:0 0 20px 0;
	font-family:verdana,arial;
	font-size: 100.01%;
	color:#d0d0d0;
	
}


/* Trennline HR */
hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d0d0d0;
	height:1px;
	margin-top:10px;
	margin-bottom:9px;
}

/* Überschrift der HTM-Groeße H1 */ 
h1 {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 18px;
	color:#94875d;
}

/* Überschrift der HTM-Groeße H2 */
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size: 14px;
}

/* Überschrift der HTM-Groeße H3 */
h3 {
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-weight:bold;	
}

p {
	font-size:12px;
}

pre {
	font-size: 12px;
	font-family: verdana, arial;
}

/* Bilder */
img {
	border:0px;
}

td, th {
	font-size:12px;	
}

/* Liste UL */
ul {
	margin-left:25px;
}


/**
*	normale Links
****************************************/
a , a:link, a:visited, a:active {
	color:#333333;
	text-decoration: none;
}

/* mouseover */
a:hover {
	color: #FF0000;
	text-decoration: none;
}


/**
*	Frames (Seitnaufbau)
****************************************/

/* Rahmen und hintergrund der seite */
#aussen {
	margin:0 auto;
	width:1100px;
	float:center;
	height:auto;
	text-align:center;
	overflow:hidden;
/*	background-image: url(images/background_header.jpg);
	background-repeat: repeat-x;  */
	background-color:#580400;

}

/* Head (Kopf) */
#head {
	background-image: url(images/header_stern.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 1100px;
	height: 222px;
	text-align:right;
}

/* Head-Navi (Kopf-Navi) */
#head2 {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	float:right;
	width: 740px;
	height: 17px;
/*	background-color: #333333; */
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	color:#000000;
	font-size:9px;
}

/* Head-Navi - Link */
#head2 a {
	text-decoration: none;
	color: #000000;
}

/* Head-Navi - Link - Mouseover */
#head2 a:hover {
	text-decoration: none;
	color: #ff0000;
}

#head_navi {
	float: left;
	text-align:left;
	width: 380px;
}

#head_copyright {
	float: right;
	text-align:right;
	width:auto;
}

/*
*	Navi 
****************************************/

/* Online-Button */
.online {
	background-color:#94875d;
	background-image:url(http://domina-miss-mimi.com/templates/domina-miss-mimi/images/button_jetztonline.gif);
	background-repeat:repeat-y;
	width:190px;
	min-height:28px;
	color:#000000;
	font-style:oblique;
	font-weight:bold;
	font-size:80%;
	text-align:center;
	letter-spacing:5px;
}

/* Online-Button - Link */
.online a {
	color:#000000;
}

/* Online-Button - Link - Mouseover */
.online a:hover {
	color:#ffffff;
}


/* navi */
#navi {
	float:left;
	background-image: url(images/navi_ganz_oben.jpg);
	background-repeat: no-repeat;
	background-color:#94875d;
	width: 200px;
	text-align:left;
	padding-top:100px;
	padding-bottom:30px;
	border-right:1px solid #580400;
}

.navi_head {
	vertical-align:top;
	padding-left:5px;
	background-image: url(images/navi_ganz_unten.jpg); 
	background-repeat:no-repeat;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	height:66px;
}


#nav {
	overflow: hidden;
}

#nav ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	float:left;
}

#nav li  {
	width:200px;
	border-top:none;
	border-right: none;
	border-bottom: none;
	text-decoration:none;
	float:center;
}

/* Links in Navi */
#nav a {
/*	background-color:#990000;  */
	background-image:url(http://domina-miss-mimi.com/templates/domina-miss-mimi/images/button.png);
	background-repeat:no-repeat;
	width:190px;
	height:28px;
	text-decoration: none;
	line-height:30px;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
	color:#ffcc99;
	text-align:center;
	cursor:pointer;	
}

/* besuchte Links in Navi */
#nav a:visited {
	text-decoration: none;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
	color:#ffcc99;	
	
}

/* mouseover Links in Navi */
#nav a:hover {
	text-decoration: none;
	color: #ffcc99;
	width:200px;
	height:28px;
	background-image:url(http://domina-miss-mimi.com/templates/domina-miss-mimi/images/buttonhover.png);
/*	background-color: #000000;   */
	font-family:verdana, arial;
	font-size:17px;
	text-align:center;
}

/* mouseclick Links in Navi (wenn maus gecklickt gehalten wird) */
#nav a:active {
	text-decoration: none;
	color: ##ffcc99;
	width:200px;
/*	background-color: #000000;	*/
	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/buttonhover_press.png);
	font-family:verdana, arial;
	font-size:10px;
}

/* aktuelle Seite in Navi wo man sich gerade befindet */
#nav #activelink {
	text-decoration: none;
	color: #000000;
	width:200px;
/*	background-color: #333333; */
	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/buttonhover_press_akt.gif);
	font-family:verdana, arial;
	font-size:16px;
}

#nav_statistiken {
	overflow: auto;
}

/* statistik in Navi */ 
.nav_stats {
	background-image:url(http://domina-miss-mimi.com/templates/domina-miss-mimi/images/besucherzaehler_oben.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align:center;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
	line-height:95px;
	color:#000000;
	width:190px;
	height:60px;
}

/* unter Statistik */
#navi1 {
	background-color:#94875d;
	background-repeat:repeat;
	width: 100%;
	min-height:80%;
	text-align:left;
	overflow: visible;
}


#tag_cloud {
	background-image:url(images/tags_oben.jpg);
	background-repeat:no-repeat;
	background-position:0px 9%;  /* Länge in px und Höhe in %  */
	background-color:#94875d;
	padding-top:80px;
	min-height:100px;
}

/**
*	Mainframe (Hauptbereich)
****************************************/
#main {
	margin-left:200px;
	padding:10px;
	width:auto;
	text-align:left;
	min-height:1450px;
	font-size:12px;
	padding-bottom:100px;
/*	background-image:url(images/background_side.jpg); 
	background-repeat: repeat; */
	background-color:#94875d;
	background-image:url(images/webside_unten.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


/**
*	Navigation im Fuß der Seite (wird nur angezeigt wenn Kopf von Seite ausgeschalten)
****************************************/
#foot {
	font-size:8px;
	text-align:center;
	float:center;
	padding-top:250px;
	background-image:url(images/footer.jpg);
	background-position:center;
	background-color:#580400;
	background-repeat:no-repeat;
	width:1300px;
	height:215px;
}


/**
*	Zitat 
****************************************/
#quote {
	background-color:#d0d0d0;
	padding:5px;
	border:1px solid #333333;
	color:#333333;
}

/* Zitat überschrift */
#quote_headline {
	padding-top: 10px;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

/**
*	Formular 
****************************************/
input, textarea, select{
	padding-left:2px;
	border-width: 1px 2px 2px 1px;
	color: #000000;
	background-color:#ffffff;
}

textarea {
	width:590px;
	height:400px;
}

legend {
	color:#bcceda;
	font-weight:bold;
}


/*
*	Voraschaltseite
****************************************/
#vorschaltseite {
	margin:0px;
	padding:0px;
	background-color: #000000;
	text-align:center;
	min-height:700px;
}


/*
*	Shop - vorschau
****************************************/
.preview_aussen {
	margin-top:15px;
	padding:5px;
	border:1px solid #d0d0d0;
/*	background-color:#333333; */
	color:#000000;
}

.preview_aussen hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d0d0d0;
	height:1px;
}

.preview_aussen a {
	text-decoration: none;
	color: #ffffff;
}

.preview_aussen a:hover {
	text-decoration: none;
	color: #d0d0d0;
}

.preview_beschreibung {
	padding:5px;
	margin-left:265px;
	text-align:justify;
	min-height:210px;
}

.preview_beschreibung_edit {
	padding:5px;
	margin-left:265px;
	text-align:justify;
	min-height:210px;
}

.preview_image {
	width:200px;
	height:200px;
	border:1px solid #d0d0d0;
}

.preview_img {
	padding:5px;
	height:188px;
	width:250px;
	float:left;
}


/*
*	Shop - Kategorie
****************************************/
.cat_list {
	font-size:90%;
	border-top:1px solid #333333;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	color:#000000;
/*	background-color:#333333;   */
}

/* Link */
.cat_list a {
	text-decoration: none;
	color: #000000;
}

/* Link mouseover */
.cat_list a:hover {
	text-decoration: none;
	color: #990000;
}

.cat_list td, th {
/*	background-color:#333333;   */
	border-top:1px solid #d0d0d0;
	padding:4px;
	color:#000000;
}

.cat_list th {
	font-weight:bold;
}


/**
*	Login, Code aktivieren, Passwort vergessen
****************************************/
.login {
	margin:10px 0 0 0;
	padding-bottom:10px;
	background-color:#94875d;
	color:#000000;
	min-height:170px;
}

.login a{
	color:#00a608;
}

.login a:hover{
	color:#d0d0d0;
}

/*******************************************/
/************* SHOP ***********************/
/*****************************************/
.backy_navi {
	
	background-color:#94875d;
	background-image:url(images/footer_shop.jpg);
	background-repeat:repeat-x;
	border:0px;
	height:40px;
	color:#94875d;
	text-align:center;
    font-size:15px;
	padding-top:30px;
}

#videothek_navi {

   
    color:#00ff12;
/*    background-color:#94875d;
 	background-image:url(images/footer_shop.jpg);
	background-repeat:repeat-x;   
	height:71px;
	border:0px;*/
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
/*	padding-top:30px;  */

}

  /************************************************************************/
 /***Navigationsleiste (Kunden und Admin auf Kundenseite)  ShopNavi etc.**/
/************************************************************************/
.login_navi {
  /*  margin-bottom:10px; */
	padding:35px;
	padding-bottom:95px;
	font-size:13px;
	text-align:right;
	background-image:url(images/background_login_header.jpg);
	background-color:#94875d;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:100px;
}

.login_navi .b, .login_navi .a {
    text-align:right;
	float:left;
}

.login_navi .a {  /* login oben im Header die Beschriftung */
    margin-top:6px;
    margin-right:0px;
    margin-left:20px;
    font-weight:bold;
	text-align:center;
	background-image:url(http://www.domina-miss-mimi.com/loginheader_button_bg.jpg);
	background-repeat:no-repeat;
	width: 138px;
	height: 20px;
}

.login_navi .b img {
    margin:3px 0;
    float:left;
}

.login_navi .b a {
    margin-top:9px;
    margin-right:10px;
    margin-left:35px;
    display: block;
}

.login_navi .b input {
    margin-top:6px;
    margin-right:10px;
}

.login_navi .hello {
    margin-top:9px;
    margin-right:10px;
    margin-left:10px;
    display: block;
    font-weight:bold;
}

.login_navi .c { /* oben Header registrieren */
    padding-top:6px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}

/* Link */
.login_navi a {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-align:left;
}  

/* Link mouseover */
.login_navi a:hover {
	text-decoration: none;
	color:#900000;
	text-align:left;
	cursor:pointer;
}

/**
*	Fehler (so wird ein Fehler dargestellt)  
****************************************/
.fehler {
	height:auto;
	border:1px solid #CFCFCF;
	padding:8px;
	color:#ffffff;
	font-weight:bold;
	background-color:#b60000;
	overflow: auto;
}


/**
*	Kein Fehler (so wird eine bestätigung dargestellt)  
****************************************/
.nofehler {
	height:auto;
	border:1px solid #CFCFCF;
	padding:8px;
	color:#333333;
	font-weight:bold;
	background-color:#00CE00;
	overflow: auto;
}

/* Link */
.nofehler a {
	text-decoration: none;
	color: #000000;
}

/* Link mouseover */
.nofehler a:hover {
	text-decoration: none;
	color: #ff0000;
}


/**
*	Bilderrotation
*/
#bilderrotation {
	margin-left:200px;
	width:auto;
	height:170px;
	padding:27px 0 0 0;
/*	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0; 
	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/film.jpg);
	background-color: #94875d;
	background-repeat:repeat-x; */
}

#bilderrotation_iframe {
	width:100%;
	height:123px;
}

.fototickerBox {
	height:130px;
	background-color: #000000;
	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/sterngif.gif);
}

/* Bild groesse und rahmen */
.fototickerBox img {
	border:1px solid #d0d0d0;
	width:150px;
	height:121px;
}

.fototickerBox a {
	position:absolute;
}

/*
*	Sonstiges
****************************************/
.box {
/*	background-color:#333333;	*/
	color:#000000;
	border:1px solid #d0d0d0;
	padding:8px;
}

.admin_tables table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#000000;
}

.admin_tables td, th {
	font-size:13px;
}

.admin_table table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

.admin_table td, th {
	font-size:13px;
}

#small_red {
	color:#ff0000;
	font-size:9px;
}

#big_red {
	color:#ff0000;
	font-size:1.0em;
	font-weight:bold;
}

#small {
	font-size:9px;	
}

#kursiv_red {
	color:#ff0000;
	font-style:italic;
}

#kursiv_green {
	color:#008000;
	font-style:italic;
}

#left {
	text-align:left;
}


#justify {
	text-align:justify;
}


#reihe {
  float: right;
  width:270px;
  clear: both;
  padding:2px 0;
}


#label {
	padding-top:3px;
	float: left;
	width: 110px;
	text-align:right;
}

#feld {
  text-align: right;
  float: right;
  width: 150px;
} 

#knopf {
  clear: both;
  float:right;
  padding-top:5px;
  padding-right:20px;
  text-align: center;
}

#defbreite {
  width: 270px;
}

#edittext_reihe {
	width:100%;
	padding-top:15px;
}

#edittext_lable {
	font-weight:bold;
	width:100px;
	float:left;
	padding-right:7px;
	text-align:right;
}

#edittext_feld {
	width:auto;
}

.fileupload_reihe {
	width:100%;
	padding-top:10px;
}

.fileupload_lable {
	font-weight:bold;
	width:110px;
	float:left;
	padding-right:7px;
	text-align:right;
}

.fileupload_feld {
	width:auto;
}


.reg_reihe {
	width:100%;
	padding-top:15px;
}

.reg_lable {
	font-weight:bold;
	width:200px;
	float:left;
	padding-right:7px;
	text-align:right;
}

.reg_feld {
	width:auto;
}

#editsettings_reihe {
	width:100%;
	padding-top:15px;
}

#editsettings_lable {
	font-weight:bold;
	width:170px;
	float:left;
	padding-right:7px;
	text-align:right;
}

#editsettings_feld {
	width:auto;
}


.edit_file {
	padding:5px;
	height:200px;
	width:250px;
}

#td_members {
	background-color:#94875d;	
/*	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/main_bg_200x5.jpg);*/
	padding:4px;
	margin:1px;
}

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

.member_list a:hover {
	text-decoration: none;
	color: #ff0000;
}

.member_list td {
	background-color:#94875d;	
/*	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/main_bg_200x5.jpg);*/
	padding:4px;
	margin:1px;
	color:#000000;
}

.member_list th {
	background-color:#94875d;	
/*	background-image:url(http://www.domina-miss-mimi.com/templates/domina-miss-mimi/images/main_bg_200x5.jpg);*/
	padding:4px;
	margin:1px;
	color:#000000;
	font-weight:bold;
}
