/* #########################################################
** # (c) 2008 Pixelzauber GmbH (http://www.pixelzauber.ch) #
** #########################################################
** 
**  Version  : 1.0 
**  Datei    : style.css
**  Funktion : Zentrales Stylesheet
**
*/
/* * * * * * * * FRAMEWORK * * * * * * * */
* {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					rgb(50,50,50);
	margin:  				0; 
	padding: 				0;
}

/* * * * * * * * FRAMEWORK * * * * * * * */
#BoxHead {
	position:				relative;
	float:					left;
	width:					650px;
	height:					200px;
	
	z-index:				1;
}

#BoxBody {
	position:				relative;
	float:					left;
	width:					650px;
	height:					auto;
	margin-bottom:			50px;
	
	z-index:				1;
}

#BoxFooter {
	position:				relative;
	float:					left;
	width:					650px;
	height:					50px;
	
	z-index:				1;
}


/* * * * * * * * FONTS * * * * * * * */
h1 {
	font-size:			23px;
	font-weight:		normal;
	color:				rgb(210,0,0);
	margin-bottom:		15px;	
}

h2 {
	font-size:			15px;
	font-weight:		bold;
	margin-bottom:		15px;
}

h3 {
	font-size:			13px;
	font-weight:		bold;
	margin-bottom:		9px;
}

h4 {
}

p {
	font-size:			13px;
	font-weight:		normal;
	line-height:		22px;
	margin-bottom:		14px;	
}

a {
}

td {
	font-size:			13px;
}

#BoxFooter p {
	color:					rgb(150,150,150);
	font-size:				10px;
	line-height:			14px;

}
