/* ---------------- Layout ---------------- */
body {
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:0px;
	font:normal 12px/170% "Arial";
	background-color: #9a9a9a;
	color:#414141;
}
.spacer {
	clear:both;
}
#container {
	width:1010px;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align:left;
}
b, strong {
	color: #E5121E;
	font-weight: bold;
}

i, em {
	color: #AB60FF;
	font-style: italic;
}

u {
	color: #33BC3B;
	text-decoration: underline;
}

#inhalt {
	background:url(img_lay/header.jpg) top no-repeat;
}
#inhalt .rand {
	padding:20px 3px 0px 10px;
}
#inhalt .navig {
	padding:330px 0px 0px 150px;
}
.tooltip_big {
	display:none;
	background-color:#ccffcc;
	height:90px;
	width:120px;
	padding:8px;
	color:#336699;	
	text-align:center;
}


/* ---------------- Links ---------------- */
#navig_l a {
	background-color: #FFFFFF;
	color: #414141;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 150px;
	padding: 5px;
	font:normal 14px/170% "Verdana";
}
#navig_l a:hover {
	background-color: #FFFFFF;
	color: #ff8400;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 150px;
	padding: 5px;
	font:normal 14px/170% "Verdana";
}
#sidebar {
	width:260px;
	float:left;
}
#sidebar .rand {
	padding:10px 20px 10px 0px;
}
#sidebar h1 {
	font-family: Arial Black;
	font-size: 16px;
	border-left: 16px solid #6584D3;
	padding: 0 16px 0 16px;
}
#sidebar .links a {
 	display: block;
 	font-family: Arial;
	text-align:center;
	font-size: 14px;
	color: #1C110D;
	line-height: 26px;
	margin-left: 1px;
	background: url('img_lay/nav.jpg');
	text-decoration: none;
}
#sidebar .links a:hover{
	background:url(img_lay/nav2.jpg);
}

#kasten {
	padding:0px 34px 0px 19px;
	height:180px;
	color:#E91880;
}
#kasten input {
	overflow:visible;
	background:#FFF;
	border:1px solid #B8B8B8;
	color:#373737;
	font:normal 12px/170% "Arial";
	padding:2px 4px 2px 4px;
}
#kasten a {
	color:#505050;
}
#kasten a:hover {
	color:#F9AEC2;
}
#kasten .rand {
	padding:8px;
}
/* ---------------- Content ---------------- */
#content {
	width:720px;
	float:left;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:15px 0px 8px 0px;
	padding:15px 15px 5px 15px;
	color:#ED9ABD;
	border-bottom:1px solid #FFEAFA;
}
#content h1 { 
	font-family: Arial Black;
	font-size: 18px;
	border-left: 16px solid #D9056F;
	padding: 0 16px 0 16px;
}
#content h2 {
	font-family: Arial Black;
	font-size: 16px;
	border-left: 16px solid #13C36C;
	padding: 0 16px 0 16px;
	}
#content h3 {
	font-family: Arial Black;
	font-size: 16px;
	border-left: 16px solid #FFF02C;
	padding: 0 16px 0 16px;
	}

#content a {
	color:#4a58ff;
	text-decoration: none;
}
#content a:hover {
	color:#e3b7e2;
}
#content .rand {
	padding:0px 1px;
}
#wio a {
	color:#6584D3;
}
#wio a:hover {
	color:#13C36C;
}
#sidebar .text {
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #D2D2D2;
}
#sidebar .text:hover {
	border:1px solid #8C8C8C;
}
#sidebar .text a {
	color:#343434;
}
#sidebar .text a:hover {
	text-decoration:none;
}
/* ---------------- Footer ---------------- */
#footer {
	margin-bottom:0;
	margin:0 auto;
	text-align:left;
	width:1010px;
	background-color:#414141;
	padding:25px 0px 0px 0px;
	color:#FFFFFF;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#ec0b97;
}
#footer .rand {
	padding:0px 30px 0px 30px;
}
#footer .leftf {
	padding: 0px 0px 20px 15px;
	float:left;
	width:50%;
}
#footer .rightf {
	float:right;
	width:50%;
	text-align:right;
}
#content form input[type=text], #content form textarea, #content form input[type=password]  {
	background:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	font:normal 12px/170% "Arial";
	border:1px solid #B5B5B5;
	color:#8A8A8A;
	padding:5px 8px 5px 8px;
	overflow:visible;
}
#content form input[type=text]:hover, #content form input[type=text]:focus, #content form textarea:hover, #content form textarea:focus, #content form input[type=password]:hover, #content form input[type=password]:focus  {
	color:#4D4D4D;
	border:1px solid #A0A0A0;
}
#content form input[type=submit] {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	font:bold 12px/170% "Arial";
	border:1px solid #A0A0A0;
	color:#4C4C4C;
	overflow:visible;
	background:#C9C9C9;
	padding:4px 10px 4px 10px;
}
#content form input[type=submit]:hover {
	background:#FFF;
	cursor:pointer;
}
/* ---------------- Dolls ---------------- */
.doll { 
	width:300px; height:150px;
}
#doll_base{
	position:absolute; top:auto; left:auto; 
	width:300px; height:150px;
	z-index:1;
}
#doll_haare{
	position:absolute; top:auto; left:auto; 
	width:300px; height:150px;
	z-index:3;
}
#doll_augen{
	position:absolute; top:auto; left:auto; 
	width:300px; height:150px;
	z-index:2;
}
#doll_kleidung{
	position:absolute; top:auto; left:auto; 
	width:300px; height:150px;
	z-index:4;
}
#profil_navi {
	text-align: center;
}
/* ---------------- Profil ---------------- */
.tablepr {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color: rgb(75, 75, 75);
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-position: 0% 0%;
	font-family: "Arial";
	line-height: 20px;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-left-color: rgb(223, 234, 241);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(223, 234, 241);
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: rgb(223, 234, 241);
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: rgb(223, 234, 241);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: 400;
	background-repeat: repeat;
}

.tablepra {			
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	color: rgb(75, 75, 75);
	background-color: transparent;
	background-image:url(3dzelle.png);
	background-position: 50% 100%;
	font-family: "Arial";
	line-height: 20px;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
	-moz-box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-left-color: rgb(240, 240, 240);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(240, 240, 240);
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: rgb(240, 240, 240);
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: rgb(240, 240, 240);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: 400;
	background-repeat: repeat-x;
}

.tableprb {			
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	color: rgb(75, 75, 75);
	background-color: transparent;
	background-image:url(3dzelle.png);
	background-position: 50% 100%;
	font-family: "Arial";
	line-height: 20px;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
	-moz-box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-left-color: rgb(240, 240, 240);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(240, 240, 240);
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: rgb(240, 240, 240);
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: rgb(240, 240, 240);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: 400;
	background-repeat: repeat-x;
}
.tableprcat {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: rgb(75, 75, 75);
	background-color: transparent;
	background-image:url(3dcat.png);
	background-position: 50% 0%;
	font-family: "Arial";
	line-height: 20px;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
	-moz-box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-left-color: rgb(194, 194, 194);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(194, 194, 194);
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: rgb(194, 194, 194);
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: rgb(194, 194, 194);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: 400;
	background-repeat: repeat;
}

.tableprtitle {		
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: rgb(255, 255, 255);
	background-color: transparent;
	background-image:url(3dtitle.png);
	background-position: 50% 50%;
	font-family: "Arial";
	line-height: 20px;
	font-size: 14px;
	letter-spacing: normal;
	text-decoration: none;
	-moz-box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 0px;
	border-left-style: none;
	border-right-color: rgb(255, 255, 255);
	border-right-width: 0px;
	border-right-style: none;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-weight: 700;
	background-repeat: repeat;
}
