/* #########################################################
** # (c) 2008 Pixelzauber GmbH (http://www.pixelzauber.ch) #
** #########################################################
** 
**  Version  : 1.1  
**  Datei    : modulfactory
**  Funktion : Framework
**
*/
/* * * * * * * FRAMEWORK * * * * * * */
* {
	margin:  			0; 
	padding: 			0;
}

html {
	height:				100.01%;
}

#center {
	position: 			relative;
	float:				left;
	top:				0px;
	left:				50%;
	margin-left: 		-320px;
	width:				640px;
	
	z-index:			1;
}

#header {
	position: 			relative;
	float:				left;
	height:				102px;
	width:				100%;
	
	background-color:	rgb(255,255,255);
}

#headerBoxLeft {
	position: 			relative;
	float:				left;
	height:				32px;
	width:				370px;
	padding-top:		70px;
}

#headerBoxRight{
	position:			relative;
	float:				left;
	height:				102px;
	width:				270px;
}

#main {
	float:				left;
	width:				640px;
	height:				auto;
	
	background-color:	rgb(255,255,255);	
	background-image:	url(bg_main.gif);
	background-repeat:	repeat-y;	
	
	z-index:			1;
}

#content {
	float:				left;
	width:				340px;
	height:				auto;
	padding:			0px 15px 15px 15px;
	margin:				0;
	
	z-index:			1;
}

#right {
	float:				left;
	width:				270px;
	height:				auto;
	padding:			0px 0px 0px 0px;
	
	z-index:			5;
}

#footer {
	clear:				both;
	width:				100%;
	height:				60px;
}

#menuContainer {
	width:				370px;
}


/* * * * * * * FONTS * * * * * * */
* { 
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin:  0; 
	padding: 0;
} 

body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	background-color:	rgb(204,204,204);
}

h1 {
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	margin-bottom:		8px;	
	color:				rgb(229,34,46);	
}

p {
	font-size:			12px;
	line-height:		16px;
	margin-bottom:		14px;	
	color:				rgb(102,102,102);	
}

td {
	font-size:			12px;
	color:				rgb(102,102,102);	
}

a {
	color:				rgb(229,34,46);
}

a:hover {
	color:				rgb(255,102,0);
}

ul {
	margin-left:		15px;
	margin-bottom:		14px;
}

li {
	line-height:		16px;
	list-style-image:	url(punkt_li.gif);
}

.rot {
	color:				rgb(229,34,46);
}

.home {
	position:			relative;
	float:				left;
	height:				15px;
	width:				100%;
	
	padding-top:		30px;
}

.navInfo {
	text-align:			right;
	height:				40px;
	font-size:			10px;
	line-height:		20px;
	color:				rgb(153,153,153);

}

.small {
	font-size:			10px;
}

.copyr p {
	text-align:			right;
	height:				40px;
	font-size:			10px;
	line-height:		18px;
	color:				rgb(153,153,153);
}

.txtRight {
	margin:				10px;
}

.txtRight p {
	font-size:			11px;
	line-height:		14px;
	font-weight:		bold;
	color:				rgb(255,255,255);
	margin-bottom:		0px;	
}

.txtAbs {
	margin:				0px 0px 10px 5px;
}

.txtAbs p {
	font-size:			11px;
	line-height:		13px;
	color:				rgb(255,255,255);
	margin-bottom:		0px;	
}

.txtAbs a {
	color:				rgb(255,255,255);
	text-decoration:	none;
}

.txtAbs a:hover {
	color:				rgb(255,255,255);
	text-decoration:	underline;
}


.workshop {
	padding-bottom:		25px;
}