/*
Fanlisting Name: Butterflies
Fanlisting URI: http://fan.jebelle.net/chrushes
Author: Tracy @ jebelle.net
Author URI: http://jebelle.net
*/


/* -----------------------------------------------------------------LAYOUT */
body {
	background-color: #ffd3dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000;
	padding:20px;
	margin:0px;
	text-align: center;
	}
#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	min-height: 494px;
	background:#fff url(./img/bg.jpg) bottom right no-repeat;
	border: 1px solid #c64869;
	}
#text
	{
	width: 365px;
	padding:10px;
	}
#footer
	{
	width:100%;
	}

/* -----------------------------------------------------------------NAVIGATION */	

#menu a, #menu a:visited 
	{
	text-decoration:none; 
	text-align:center; 
	background-color:#ee7b9a; 
	color:#fff; 
	display:block; 
	border:1px solid #6f1c35;
	padding:0.25em;
	margin:0.5em auto;
	}
#menu a:hover 
	{
  	color:#6f1c35;
  	background:#ee7b9a;
  	}
#menu ul{
	font: 80% "Verdana",sans-serif;
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu 	{
	list-style: none;
	margin: 20px;
	padding: 0;
	width: 100px;
	float:right;
	height:auto;
	}
		
	
	
/* -----------------------------------------------------------------LINKS */	
	
a 	{	
	color:#a13653;
	text-decoration:none;
	}
a:visited
	{
	color:#000;
	}
a:hover	{
	color:#ee7694;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#f0496c;
	font-weight:bold;
	font-size: 1em;
	border-bottom:0px solid #fff;
	}

strong
	{
	color:#f0496c;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#ee7b9a;
			border:1px solid #fff;
			padding:3px;
			}
			
			
/* -----------------------------------------------------------------TABLE */	
.table	{
	border:0px solid #fff;
	}
td	{
	text-align:center;
	}
th	{
	border-bottom:1px solid #000;
	color:#f0496c;
	line-height:20px;
	font-size: 10px;
	text-align:center;
	}
