@CHARSET "ISO-8859-1";

/*-------------------------------------------------------/
/                                                        /
/   global.css                                           /
/                                                        /
/-------------------------------------------------------*/


/*-------------------------------------------------------/
/                                                        /
/   GLOBALE EINSTELLUNGEN                                /
/                                                        /
/-------------------------------------------------------*/

html {

	background: #000;
	
}


body {
	
	font-size: 75%;
		
}


html>body {
	
	font-size: 12px;
	
}



/*-------------------------------------------------------/
/                                                        /
/   DIVERSE TEXT- / LINK-AUSZEICHNUNGEN                  /
/                                                        /
/-------------------------------------------------------*/

a:link, 
a:visited,
a:hover,
a:active {
	
	color: #000;
	
	text-decoration: none;
	
}


strong,
.strong {
		
	font-weight: bold;
	
}


em {
		
	font-style: italic;
	
}


.nowrap {
	
	white-space: nowrap;
	
}





/*-------------------------------------------------------/
/                                                        /
/   DISPLAY NONE                                         /
/                                                        /
/-------------------------------------------------------*/


.display_none {
	
	display: none;
		
}



/*-------------------------------------------------------/
/                                                        /
/   FLOAT                                                /
/                                                        /
/-------------------------------------------------------*/

.float_left {
	
	float: left;

}

.float_right {
	
	float: right;
	
}

.float_clear {
	
	clear: both;
	
}


/* für Firefox, IE8, Opera, Safari, etc. */
.clearfix:after {  
	
	height: 0;

	display: block;

	clear: both;
	
    content: ".";
    
    visibility: hidden;
    
}


/* für IE7 */
* + html .clearfix { 
	
    display: inline-block;
    
}


/* für IE6 */
* html .clearfix { 
	
	height: 1%;
	
}


/*-------------------------------------------------------/
/                                                        /
/   SKIPLINK                                             /
/                                                        /
/-------------------------------------------------------*/

div#skiplink {
	
	position: absolute;
		
	left: -9000px;
	
	display: inline;
   
	width: 0;
	
	height: 0;
	
}



/*-------------------------------------------------------/
/                                                        /
/   HINWEIS                                              /
/                                                        /
/-------------------------------------------------------*/

.hinweis {
	
	color: #900;
	
}



