@charset "UTF-8";
/* CSS Document */

/**********************************************************************************/
/**********************************************************************************/
/***                                                                            ***/
/***  Copyright: Lars Trautmann 2008 / www.kontragrafik.de / www.piratearts.de  ***/
/***                                                                            ***/
/**********************************************************************************/
/**********************************************************************************/


/* ##################################################### */
/* ####################### BODY ######################## */
/* ##################################################### */

body			{
				margin: 0px;
				background-color:#000000;
				font-family:Arial, sans-serif;
				font-size:12px;
				color:#ffffff;
				}
				
				
/* ##################################################### */
/* ####################### LINKS ####################### */
/* ##################################################### */

a 				{ color:#FFFFFF; font-weight:bold; text-decoration:none; }
a:hover 		{ color:#FFFFFF; font-weight:bold; text-decoration:underline; }

/* ##################################################### */
/* #################### GRUNDAUFBAU #################### */
/* ##################################################### */

div				{ border:none; }

.floatleft		{ float:left; }
.floatright		{ float:right; }

.padding		{ padding:10px; }

.absatz			{ padding-bottom:10px; }
.absatz2		{ padding-bottom:30px; }

.clearall		{ clear:both; } /* Zum Beenden von float-Tags */


/* Index Seite */

#index_button	{ 
				margin:0 auto;
				background-image:url(img/temp.gif);
				width:1000px;
				height:524px;
				}



