/*
***********************************************************

Theme:		I'm a kitty cat and I dance, dance, dance ...
Title:		Kratzbaum.css
Author: 	Corinna Kuhn
Browser:	All

Created: 	14.09.2008
Last modified: 	March 2011

***********************************************************
*/



/* freies Bla */
.text {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
 	color: #ffffff;
    text-align: center;
    background-color: #000000;
        width: 550px;
        margin: 80px auto;
}
.liste {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
 	color: #ffffff;
    text-align: left;
    background-color: #000000;
        width: 300px;
        margin: 50px auto;

}

/* News Sektion */

.userbild {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
 	color: #ffffff;
    text-align: center;
    background-color: #000000;
        width: 35%;
        margin-top: 40px;
        margin-left: 40%;
   }
   
.news {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
 	color: #ffffff;
    text-align: left;
    background-color: #000000;
        width: 50%;
        margin: 80px auto;
   }     


/* Menue */  
.menu {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    margin-top: 13%;
	color: #ffffff;
    text-align: center;
    background-color: #000000;
}

.minimenu {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    margin-top: 5px;
	color: #ffffff;
    text-align: center;
    background-color: #000000;
}
.photo {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    margin: 30px auto;
    width: 90%;
    height: 250px;
	color: #000000;
    text-align: center;
    background-color: #000000;
    overflow: auto; 
}

/* Body  */

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

	
a:link {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	border: 0;
}


a:visited {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	border: 0;
}
a:hover {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border: 0;
		background-color: #ffffff;
}
a:active {
	font-family: "News Gothic MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border: 0;
		background-color: #ffffff;
}

/* Info Blurb Bilder */

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}


/* Lightbox CSS */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../lb/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../lb/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../lb/overlay.png", sizingMethod="scale");
	}



