/* CSS Document by SHIZOO | Creator: Curly www.shizoo-design.de // Pls don´t copy ;)
erstellt am 10.Juli 2009 - ziemlich heiß drausen. Wollt endlich Ordnung im Chaos haben*/

body {
	background-color: #eef3da;
	background-image: url(data/bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #6e7c7c;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.7em;

	padding:0px;
	margin:0px;
}
#credits dl {	border:1px solid #d2e5cf; margin: 2px 20px 2px 20px; padding: 5px;}
#credits dt { background-color: #eef3da;	}
#credits dt a{
	color: #6fb7b4;
	font-size: 14px;
	text-transform: lowercase;
	padding-left: 10px;
	font-family: Palatino Linotype;}
	#credits dt a:hover{
	color: #60462d;
	font-size: 14px;
	text-transform: lowercase;
	padding-left: 10px;
	font-family: Palatino Linotype;} /*Titel*/
#credits dd {} /*Beschreibung*/
.textures {
	width: 150px;
	height: 150px
}
.emoticons {
	background-color: #999999;
	background-image:url(images/pixel.jpg);
	width: 120px;
	height: 100px;
	padding: 10px;
	margin: 5px 15px 5px 15px;}
.emoticons a:hover{
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
img {
border: inherit;
border: none;}
em {
font-family: font-family: Palatino Linotype;
color: #f0862e;}
/*	Textgestaltung */
p {
	padding: 5px;
}
/*Überschriftengestaltung*/
.h2 {		
	font-size: 1em;
	font-weight: bold;
	color: #6fb7b4;
	letter-spacing: 5px;
	text-transform: uppercase;
	
	padding-left: 0 0 0 200px;
	margin-left: 20px;

 }
h5 { 
	font-family: Palatino Linotype;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;}
h3 { 
	font-family: Palatino Linotype;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0;
	font-style: italic;
	color: #ffa52d;
	text-align: center;}

.h1 {

	
	font-size: 2em;
	font-weight: bold;
	color: #eecb27;
	letter-spacing: 5px;
	text-transform: uppercase;
	
	padding-left: 0 0 0 200px;
	margin-left: 20px;


}
.titel em{
	background-repeat: no-repeat;
	border-bottom: 1px solid #e8e8e8;
	
	font-size: 0.4em;
	color: #add8d0;
	text-decoration: none;
	font-weight: normal;
	
	margin-left: 2px;
	padding-bottom: 4px;
	}
/* Linkgestaltung | shizoo-design.de // Pls don´t copy ;)*/
a {
	color: #4b8583;
	border: 0;
	text-decoration: none;
	border: 0;
}
a:hover {
	border: 0;
	color: #e77b23;}

/* Newsgestaltung | shizoo-design.de // Pls don´t copy ;)*/

.box2 { /*Newsboxen! :D*/
	background-color: #f2f2f2;
	border: 1px solid #dceeee;
	width: 270px;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0;
 }
*.box { /*Newsboxen! :D*/
	background-color: #f2f2f2;

	width: 280px;
	height: 220px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
 }

.updates {
color: #fff;
padding-left: 3px;
background-color: #d8d8d8;
}
.updates a{
text-decoration: none;
color: #878787;
}
.updates a:visited{
text-decoration: none;
color: #878787;
}
.updates a:hover{
text-decoration: none;
color: #7ebfb9;
}

.boxicon{ /*Der Avatar*/
	margin: 10px 10px 5px 10px;
 }
.box strong{
	text-transform: uppercase;
	font-size: 9px;
 }
.box s{
	text-decoration: none;
	color: #d0d0d0;}
.box b{
	text-decoration: none;
	color: #4ea6a1;
	font-size: 9px;}
.box a{
	font-style: italic;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
	color: #faa42d;
 }
.box a:hover{
	color: #6da6a1;
 }
 
 /*Layout*/
 /*Damit wird das Layout zentriert*/
 #container {
	width: 956px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(data/content.gif);
	background-repeat: repeat-y;
}
#banner { /*Headerbanner :D*/
	background-color: #fff;
	background-image: url(data/header.jpg);
	height: 267px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:10px 0px;} 
/* Dies ist dann der Inhalt Inhalt Inhalt*/
#content {
	background-image: url(data/navi_content.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
	padding: 0px;
	margin-left: 0px;
	margin-right: 320px;
}
div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
.content_top {
	padding: 10px 50px 10px 20px;
}
/* Navigation Rechts*/
#right {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 105px 0px;
	
	background-image: url(data/navi_fish.jpg);
	background-repeat: no-repeat;
}
/*Navigationsgestaltung // Liste etc */

/*Und zum Schluss der Footer */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 250px;
	text-align: left;
	
	background-image: url(data/footer_bottom.gif);
	background-repeat: repeat-y;}
#cuties {
	width: 250px;
	float: left}
#cuties  ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#cuties  li { 
	padding: 2px 0 4px 10px;
	margin-left: 10px; }

#cuties  a
{
	display: block;
	color: #cbe5e3;
	width: 250px;
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom: 1px solid #cbe5e3;
	font-family: Palatino Linotype;
	font-size: 14px;
	font-style: italic;

}

#cuties  a:hover
{
	color: #fff;}
#thanks {
	width: 250px;
	color: #b5dbd8;
	float: left;
	padding: 2px 0 4px 30px;
	margin-left: 10px;
	text-align: justify;}
#thanks b,strong{
	color: #ffffff;}
#contact {
	width: 250px;
	color: #b5dbd8;
	float: left;
	padding: 2px 0 4px 30px;
	margin-left: 10px;
	text-align: justify;}
#contact input, textarea, select{
	color: #4c6462;
	background-color: #bfdddb;
	font-family: Palatino Linotype;
	font-size: 14px;
	border: 1px solid #89b9b5;}
input, textarea, select{
	color: #4c6462;
	background-color: #bfdddb;
	font-family: Palatino Linotype;
	font-size: 14px;
	border: 1px solid #89b9b5;}
/* ......................................................Extras */
.layouts  {
       background-color: #dceeee;
	   margin: 4px;
	   color: #6fb7b4;
	   font-size: 8px;
	   padding: 5px;
	   text-transform: uppercase;
	   }
.layouts  a{
	   margin: 4px;
	   color: #4d3b3b;
	   font-size: 8px;
	   padding-right: 5px;
	   padding-top: 5px;
	   text-transform: uppercase;
	   }
.layouts  a{
	   color: #4d3b3b;
	   font-size: 8px;
}
.layouts   a:visited {
	font-size: 8px;
	color:#583d28;}
.layouts   a:hover {
	font-size: 8px;
	color: #583d28;
}
#brushes_navi{
	background-color: #000;
	font-size: 9px;
	width: 140px;
	margin-right: 6px;
	font-family: "Lucida Sans";
	color:#ccc;
}

.unav b{
	letter-spacing: 2px;
	background-color: #b2dad7; 
	border: 1px solid #60a19b;
	margin: 1px;
	padding: 3px;
}
.unav a{
	letter-spacing: 2px;
	background-color: #b2dad7; 
	border: 1px solid #60a19b;
	margin: 1px;
	padding: 3px;
}
.unav a:hover{
	letter-spacing: 2px;
	background-color: #60a19b; 
	margin: 1px;
	padding: 3px;
}
/* Neue Navi */
#navi {
	color: #c0c0c0;
	font-family: Verdana;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	float: left;
	text-transform: uppercase;
	border: 1px solid #ededed;
	padding: 4px;
	
}
#werbung {	
	float: left;}
#werbung_cutis {
	color: #c0c0c0;
	font-family: Lucida Sans;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 17px;
	text-transform: uppercase;
	border: 1px solid #ededed;
	padding: 5px;
	margin: 0 0 3px 3px;
}
#werbung_cutis a{
	text-decoration: none;
	color: #949494;
	font-family: Lucida Sans;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: lowercase;
	line-height: 11px;
}
#werbung_cutis a:hover {
	color: #eecb27;}
#navi a{
	text-decoration: none;
	color: #6fb7b4;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
	font-weight: bold;
	
}
#navi a:hover {
	color: #d2e911;}
#navitop a{
	text-decoration: none;
	color: #f7910d;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
}
#navitop a:hover {
	color: #f22603;}
