/* 
  GrafixxCats © alice-grafixx.de
  
  Author: 		Alice
  Author URI:	http://alice-grafixx.de
  
  Version: 		1.0   

*/

* {
		margin:0;
		padding:0;
}

html, body {
		height:100%;
}

body {
    font: .9em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */    
	background: #ECE2E5;
	line-height: 1.35em;
	color: #784958;
}

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom:-279px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 558px;
	width: 900px;
	clear: left;
}

/* Layout
----------------------------------------------------- */

#ram {
    width: 900px;
    height: 558px;
    margin: auto;
}

#header {
    height: 50px;
	background: url(images/top.jpg) top left no-repeat;
}

	#header h1{
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.0em;
	}

#content {
    width: 900px;
    height: 458px;
	background: url(images/mitten.jpg) top left no-repeat;
}

#navi{
    float: left;
    width: 200px;
    padding: 0px 0px 0px 0px;
    margin: 70px 1px 5px 95px;
}

	* html #navi{
		width: 150px;
		margin: 70px 1px 5px 45px;
	}

	#navi ul{
		list-style-type: none;
		color: #fff;
	}

	#navi ul li{
		padding: 0;
		margin: 0 15px;
	}
	
	#navi ul li a{
		background: url(images/li.jpg) center left no-repeat;
		color: #784958;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1.5em;
		padding: 0 0 0 15px;
	} 
	
	#navi ul li a:hover{
		background: url(images/li_d.jpg) center left no-repeat;
		color: #fff;
	}
	
	
#text{
	float: right;
	width: 550px;
	height: 450px;
	margin-right: 45px;
}
	* html #text{
		width: 555px;
		margin: 0 22px 0 0;
	}

	#cat_thumbs{
		position: absolute; 
		top: 95px; 
		left: 750px; 
		z-index: 5;		
		height: 350px; 
	}
	
#footer {
	clear: both;
	background: url(images/footer.jpg) top left no-repeat;
    width: 900px;
    height: 53px;
}

	ul#navi_down{
		list-style: none;
		clear: both;
		margin: 0px 125px 0 325px;
		color: #fff;
	}

	ul#navi_down li{
		float: left;
		padding: 0;
		margin: 0 15px;
	}
	
	ul#navi_down li a{
		background: url(images/li.jpg) center left no-repeat;
		padding: 0 0 0 15px;
		display: block;
		color: #784958;
		font-weight: bold;
	} 
	
	ul#navi_down li a:hover{
		background: url(images/li_d.jpg) center left no-repeat;
		color: #fff;
	}

	
/* Links - Verweise
----------------------------------------------------- */

a{
	font-weight: bold;
    color: #784958;
    text-decoration: none;

}

a:visited{
    color: #784958;
}

a:focus{
	outline: none;
}

a:visited:hover{
    color: #B7809D;
}

a:hover{
    color: #B7809D;
}

	.verweise a{
		display: block;
		margin-bottom: 9px;
	}

/* Headlines
----------------------------------------------------- */

h1{
    font: normal 1.0em Arial, Verdana, Sans-Serif;
    text-align: center;
    margin: 0;
    color: #ECE2E5;
}

h1 a:hover{
    color: #ddd;
}

h2{
	background: url(images/headlines.png) top left no-repeat;
    font: normal 2.0em Arial, Verdana, Sans-Serif;
    margin: 0px 0 12px;
    padding: 0 0 0 7px;
    color: #784958;
}
	h2 a{
		font-weight: normal;
		color: #B7809D ! important;
	}

	h2 small{
		font-weight: normal;
		font-size: .5em;
	}

h3{
    color: #784958;
    font-weight: normal;
    font-size: 1.3em;
    margin: 5px 0;
}

h4{
    color: #444444;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 0px;
}
	h4 small{
		display: block;
		color: #808080;
		font-weight: normal;
		font-size: .8em;
	}

/* Sonstiges
----------------------------------------------------- */

p, pre{ padding: 0px 5px; margin: 0 0 5px; font-size: .8em;}

ul{
	list-style: square;
	margin-left: 25px;
}

del, em, strong{
	color: #B7809D;
}

.wurf{
	font-size: 3.8em;
	line-height: 3.1em;
}
	.wurf a{
		font-weight: normal;
	}	

.right{
	text-align: right;
    padding: 0 0 0 15px;
}

.left{
	text-align: left;
}

.go_left{
	float: left;
	padding-right: 8px;
}

.go_right{
	float: right;
	padding-left: 8px;
}

.clear_left{ clear: left; }

.center, .verweise{ text-align: center; }

.color{
	color: #784958;
}

.color2{
	color: #B7809D;
}

.error{
	padding: 5px;
	border: 1px solid #D53F11;
	background: #FEF1ED;
}
	.error h2{
		padding: 0px 0px 5px 2px;
		font-size: 1.2em;
		font-weight: bold;
		border-bottom: 1px dotted #F06C46;
		color: #800000;
	}
	
/* Seitennavigation
----------------------------------------------------- */
#navigation A {
	border: 1px solid #D3B9C6;
	background: #FAF8F9;
	margin: 0 1px;
	padding: 4px 7px;
	color: #784958; 
	font-weight: bold;
	text-decoration: none;
}

#navigation A:visited {
	color: #B7809D; 
	font-weight: normal;
	text-decoration: none;
}

#navigation A:hover, #navigation A:active {
	border: 1px solid #784958;
	color: #784958; 
	text-decoration: none;
}

.current {
	border: 1px solid #D3B9C6;
	background: #FAF8F9;
	padding: 4px 7px;
	color: #B7809D; 
}

.pages{
	border: 1px solid #D3B9C6;
	background: #FAF8F9;
	padding: 2px 7px;
	float: right;
	margin: -3px 0 0;
	font-weight: bold;
}

.img, .fancy img{
	border: 1px solid #D3B9C6;
	background: #FAF8F9;
	padding: 4px;
}

.img:hover, a.fancy:hover img{
	border: 1px solid #784958;
}

	.fancy{
		margin: 0 0 2px;
	}

.scroll{
	overflow: auto;
}


/* Tab list
----------------------------------------------------- */

.list ul{
	margin: 0; 
	padding: 0;
}

.list li  {
	border-top: 2px solid #F9F5F4;
	list-style:none inside none;

    padding: 4px 5px;
    margin: 0 0px 0 -25px;
}

	* html .list li{
		margin: 0 0 0 -15px;
	}

	.list li small{
		display: block;
		margin-top: -5px;
		color: #B7809D;

	}

.list li.last {
    margin: 0;
}

/* Formulars
----------------------------------------------------- */

form{
	font-size: 0.8em;
}

fieldset{
    padding: 10px 10px;
    margin: 0px 0px 5px;
	border-top: 2px solid #FAF8F9;
	border-bottom: 2px solid #FAF8F9;
	border-left: none;
	border-right: none;
}

legend{
	padding: 5px 10px;
	font-size: 1.6em;
	color: #B7809D;
}	
	legend small{
		font-size: 0.6em;
		font-weight: normal;
	}

	.scroll legend a{
		font-weight: normal;
	}
	
	.book legend{
		font-size: 1.2em;
	}
	
label{
	display: block;
	font-weight: bold;
}

input, textarea{
	font: 1.1em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
    border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0px 0px 3px;    
	padding: 2px;
	color: #784958;
}

input, select { width: 250px;}

.smalls{
	width: 195px;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus{

border: 1px solid #D3B9C6;
color: #353535;
}

.button{
	width: 150px;
	font-weight: bold;
	background: #F8F8F8 url(images/newslist.jpg) center repeat-x;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
		
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.pedigree{
	display: block;
	width: 180px; 
	padding: 2px 8px;
	margin: 5px 0 5px 0;
	text-align: center;
	outline: none; 
	color: #444444 ! important;
	
	background: #fff url(images/button.jpg) center repeat-x;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.the_button:hover, .pedigree:hover{
	color: #784958 ! important;
