* {
	padding:0px;
	margin:0px;
}
body {
	background: #000 url('images/bg_body.jpg') no-repeat center top;
	font-family:verdana,arial;
	font-size: 100.01%;
	color:#FFF; padding-left:0; padding-right:3px; padding-top:0; padding-bottom:20px
}
html, body {
}
/* Trennline HR */
hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid;
	height:1px;
	margin-top:10px;
	margin-bottom:9px;
}
/* Überschrift der HTM-Groeße H1 */ 
h1 {
	color:#FFCC00;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	font-size: 23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Ü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:#FFF;
	text-decoration: none;
}
/* mouseover */
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
/**
*	Frames (Seitnaufbau)
****************************************/
/* Rahmen und hintergrund der seite */
#aussen {
	margin:0 auto;
	width:950px;
	height:auto;
	text-align:center;
	overflow:hidden;
}
/* Head (Kopf) */
#head {
	width: auto;
	height: 411px;
	text-align:right;
	background-image: url('images/header.jpg');
}
/*
*	Navi  
****************************************/
/* Online-Button */
.online {
	background-image: url('images/online.jpg');
	color:#00ff00;
	font-weight:bold;
	font-size:80%;
	text-align:center;
	padding:2px;
}
/* Online-Button - Link */
.online a {
	color:#00ff00;
}
/* Online-Button - Link - Mouseover */
.online a:hover {
	color:#ffffff;
}
/* Navigation */
#navi {
	background:url(images/navi_bg.png) repeat-y center top;
	float:left;
	width: 200px;
	text-align:left;
	padding-top:0;
	padding-bottom:30px;
	margin-top:32px;
}
.navi_head {
	vertical-align:top;
	padding-left:5px;
	background-image: url('images/navi_bottom.png');
	background-repeat:no-repeat;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}
#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:left;
}
/* Text-Link in Navi */
#nav a {
	padding:4px 0;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
	color:#ffffff;
	height:20px;
	line-height:20px;
	background-image: url('images/navi.png');
}
/* besuchte Links in Navi */
#nav a:visited {
	text-decoration: none;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
}
/* mouseover Links in Navi */
#nav a:hover {
	background-image: url('images/navi_hover.png');	
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-family:verdana, arial;
	font-size:12px;
}
/* mouseclick Links in Navi (wenn maus gecklickt gehalten wird) */
#nav a:active {
	text-decoration: none;
	font-weight:bold;
	font-family:verdana, arial;
	font-size:12px;
}
/* aktuelle Seite in Navi */
#nav #activelink {
    background:url(images/activ.png) no-repeat center top;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-family:verdana, arial;
	font-size:15px;
	height:31px;
	line-height:40px;
}
#nav_statistiken {
	overflow: auto;
}
/* statistik in Navi */ 
.nav_stats {
	text-align:center;
	text-decoration: none;
	display: block;
	padding: 4px;
	font-family:verdana, arial;
	font-size:12px;
	color:#fff;
	background:url(images/counter.png) no-repeat center top;
}
/* unter Statistik */
#navi1 {
/*background-color:#ff2e2e;*/
	width: 100%;
	min-height:80%;
	text-align:left;
	overflow: visible;
}
/* Wortwolke unter der Navi (Tag-Cloud) */
.tagcloud {
	margin:5px 24px;
	padding:5px;
	text-align:justify;
}
.tagcloud a, .tagcloud a:link, .tagcloud a:visited, .tagcloud a:active {
	color:#fff;
}
.tagcloud a:hover {
	text-decoration:underline;
}
/**
*	Mainframe (Hauptbereich)
****************************************/
#main {
	margin-left:200px;
	padding:10px;
	width:auto;
	min-height:600px;
}
/**
*	Navigation im Fuß der Seite (wird nur angezeigt wenn Kopf von Seite ausgeschalten)
****************************************/
#foot {
	background:url(images/footer.jpg) no-repeat center top;
    color:#fff;
	font-size:10px;
	text-align:center;
	width:950px;
	height:50px;
	float:right;
}
#foot a, #foot a:link, #foot a:visited, #foot a:active {
	color:#FFF;
	text-decoration: none;
}
/* mouseover */

#foot a:hover {
	color: #CCC;
	text-decoration: none;
}
/**
*	Formular 
****************************************/
input, textarea, select{
	padding-left:2px;
	border-width: 1px 2px 2px 1px;
	color: #333333;
}
textarea {
	width:590px;
	height:400px;
}
legend {
	color:#bcceda;
	font-weight:bold;
}
/*
*	Voraschaltseite
****************************************/
#vorschaltseite {
	margin:0px;
	padding:10px;
	text-align:center;
	min-height:350px;
	color:#FFCC00;
}
#vorschaltseite a {
	color:#fff;
}
#vorschaltseite a:hover {
	color:#FFCC00;
}
/*
*	Shop - vorschau
****************************************/
.preview_aussen {
	margin-top:15px;
	padding:5px;
	background-color:#000000;
	border: 1px solid #111111;
	color:#fff;
}
.preview_aussen hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #990000;
	height:1px;
}
.preview_aussen a {
	text-decoration: none;
	color: #fff;
}
.preview_aussen a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.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:250px;
	height:200px;
	border:1px solid #000;
}
.preview_img {
	padding:5px;
	height:188px;
	width:250px;
	float:left;
}
/*
*	Shop - Kategorie
****************************************/
.cat_list {
	font-size:90%;
	border-top:1px solid #a48a79;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
	border-left:1px solid #990000;
	background-color:#a48a79;
}
/* Link */
.cat_list a {
	text-decoration: none;
	color: #6600cc;
}
/* Link mouseover */
.cat_list a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.cat_list td, th {
	background-color:#bba597;
	border:1px solid #990000;
	padding:4px;
	color:#FFCC00;
}
.cat_list th {
	font-weight:bold;
}
/**
*	Login, Code aktivieren, Passwort vergessen
****************************************/
.login {
	margin:10px 0 0 0;
	padding-bottom:10px;
	color:#000;
	padding:8px;
}
.login a{
	color:#fff;
}
.login a:hover{
	color:#000;
}
/**
*	Navigationsleiste (Kunden und Admin auf Kundenseite)  
****************************************/
.login_navi {
	font-size:15px;
	min-height:20px;
	background:url(images/login_box.jpg) no-repeat center top;
	color:#fff;
	padding:8px;
}
/* Link */
.login_navi a {
	text-decoration: none;
	color: #fff;
}
/* Link mouseover */
.login_navi a:hover {
	text-decoration: none;
	color:#666;
}
.login_navi0 {
	font-size:15px;
	min-height:20px;
	background: #000;
	border: 1px solid #DEDFA7;
	color:#fff;
	padding:8px;
}
/* Link */
.login_navi0 a {
	text-decoration: none;
	color: #fff;
}
/* Link mouseover */
.login_navi0 a:hover {
	text-decoration: none;
	color:#666;
}
/**
*	Fehler (so wird ein Fehler dargestellt)  
****************************************/
.fehler {
	height:auto;
	border:1px solid #FF5555;
	padding:8px;
	color:#ffffff;
	font-weight:bold;
	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: #333333;
}
/* Link mouseover */
.nofehler a:hover {
	text-decoration: none;
	color: #ff0000;
}
/**
*	Bilderrotation
*/
#bilderrotation {
	margin-left:200px;
	width:auto;
	padding:20px 0 0px 0;
}
#bilderrotation_iframe {
	width:100%;
	height:142px;
}
.fototickerBox {
	height:155px;
}
/* Bild groesse und rahmen */
.fototickerBox img {
	width:160px;
	height:140px;
}
.fototickerBox a {
	position:absolute;
}
/*
*	Sonstiges
****************************************/
.box {
	color:#fff;
	padding:8px;
}
.box a, .box a:link, .box a:visited, .box a:active {
	color:#fff;
	text-decoration: none;
}
/* mouseover */
.box a:hover {
	color:#FFCC00;
	text-decoration: none;
}
.admin_tables table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#cfcfcf;
}
.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:#bcceda;
	padding:4px;
	margin:1px;
}
.member_list a {
	text-decoration: none;
	color: #333333;
}
.member_list a:hover {
	text-decoration: none;
	color: #ff0000;
}
.member_list td {
	background-color:#fff;
	padding:4px;
	margin:1px;
	color:#333333;
}
.member_list th {
	background-color:#fff;
	padding:4px;
	margin:1px;
	color:#333333;
	font-weight:bold;
}
	.box_gesamt{
	width:730px;
}
.bild_gross{
	width:544px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/bild_grosshg.jpg) no-repeat;
	float:left;
}
.bild_gross .center{
	float:left;
	margin:8px 0 0 11px;
}
.bild_gross .right{
	width:94px;
	height:336px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/bild_grossright.jpg) no-repeat;
	float:right;
	text-align:right;
	padding:0 8px 0 0;
}
.bild_gross .right a img{
	margin-top:275px;
}
.bild_klein{
	width:162px;
	height:105px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/bild_kleinhg.jpg);
	float:right;
	padding:3px 0 0 8px;
}
.bild_klein_center{
	width:162px;
	height:105px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/bild_kleinhg.jpg);
	float:right;
	margin:6px 0;
	padding:3px 0 0 8px;
}
.boxen{
	width:730px;
	float:left;
}
.boxen_klein{
	width:170px;
	float:left;
	margin:5px 16px 0 0;
}
.boxen_klein_right{
	width:170px;
	float:right;
	margin:5px 0;
}
.boxen_klein_right .head{
	color:#fff;
	text-align:center;
	line-height:45px;
	height:45px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/head.jpg) no-repeat center right;
}
.boxen_klein_right .center{
	height:109px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/center.jpg) no-repeat center right;
	padding:0;
}
.boxen_klein_right .bottom{
	height:45px;
}
.boxen_klein .head{
	color:#fff;
	text-align:center;
	line-height:45px;
	height:45px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/head.jpg) no-repeat center right;
}
.boxen_klein .center{
	height:109px;
	background:url(http://charliesangel-privat.com/templates/charliesangel/images/videoBoxen/center.jpg) no-repeat center right;
	padding:0;
}
.boxen_klein .bottom{
	height:45px;
}