/*	LAYOUT	*/

body 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	background-image:	url(graphics/bg.jpg);
	line-height:		14px;
}

#desk	{
	position: 			absolute;
	margin:				0px;
	height: 			auto;
	width: 				760px;
	left: 				50%;
	top: 				40px;
	margin-left:		-380px;
	float:				left;
}

#content	{
	position: 			relative;
	margin:				0px;
	left:				0px;
	height:				auto;
	width:				760px;
	text-align:			justify;
	float:				left;
	background-color:	#FFFFFF;
	border:				1px #000000 solid;
}

#first		{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				760px;
	float:				left;
}

#row_b		{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				5px;
	height:				auto;
	width:				760px;
	float:				left;
	text-align:			left;
	padding:			0 20px;
}

#row_left	{
	position: 			relative;
	left:				0px;
	top:				10px;
	height:				auto;
	width:				490px;
	text-align:			justify;
	float:				left;
	background-color:	#FFFFFF;
}

#row_right	{
	position: 			relative;
	left:				40px;
	top:				10px;
	height:				auto;
	width:				190px;
	text-align:			justify;
	float:				left;
	background-color:	#FFFFFF;
}

#box	{
	position: 			relative;
	margin-bottom:		0px;
	margin-top:			0px;
	left:				40px;
	top:				20px;
	height:				auto;
	width:				180px;
	border:				1px #CCCCCC solid;
	padding:			10px;
	float:				left;
}

#footer{
	position: 			relative;
	margin:				0px;
	left:				0px;
	height:				15px;
	width:				760px;
	float:				left;
	background-color:	#FFFFFF;			
	text-align:			right;
	padding:			2px 0px;
	border-top:			1px #000000 solid;
}

a:link {
	text-decoration: 	none;
}
a:visited {
	text-decoration: 	none;
}
a:hover {
	text-decoration: 	none;
}
a:active {
	text-decoration: 	none;
}
.imageFloat	{
	padding-right:		10px;
	padding-bottom:		10px;
	float:				left;
}

/* MAINNAVIGATION */
#navigation	{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				760px;
	float:				left;
	background-color:	black;
	background-color:	#000000;
	border-top:			1px #FFFFFF solid;
	border-bottom:		1px #FFFFFF solid;
}

#navigation	li	{
	list-style-type:	none;
	float: 				left;
	padding: 			2px 10px;
}
		
.nav a	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color:				#FFE10F;
}

.navDown	{
	color: 				#FFFFFF;
}

.nav a:hover 	{
	color: 				#FFFFFF;
}

/* SUBNAVIGATION 2 */
.subNav2 a	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	text-decoration:	underline;
	padding-right:		10px;
}

.subNav2 a:hover 	{
	color: 				#666666;
	text-decoration: 	none;
	padding-right:		10px;
}

/*	TEXT	*/
p {
	line-height:		20px;
}

.title1 {
	font-weight: 		bold;
	letter-spacing:		1px;
	line-height:		20px;
}

.boxTitle {
	font-weight: 		bold;
	line-height:		30px;
}

.boxText {
	line-height:		14px;
	text-align:			justify;
}

/*	FORMULARE	*/
.formText 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
}

.newsletter	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width: 				100px;
	height:				20px;
	padding-left: 		3px;
}

.textfields 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width:				250px;
	height:				20px;
}
.messagefield 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width:				250px;
	height:				80px;
}
.buttons 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-size:			11px;
	height: 			auto;
	width: 				auto;
	background-color:	#FFFFFF;
	border:				1px solid #666666;
	cursor:			 	pointer;
	padding:			2px;
}
