/*	LAYOUT	*/

body 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	line-height:		14px;
}
.red a {
	color: #BB0000;
	text-decoration:underline;
}
.red a:hover {
	color: #BB0000;
	text-decoration:none;
}
#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;
	float:				left;
	background-color:	#FFFFFF;
}
	


#row		{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				720px;
	float:				left;
	background-color:	#E8E8E8;
	border-left:		1px solid #000000;
	border-right:		1px solid #000000;
	border-bottom:		1px solid #000000;
	padding-left:		20px;
	padding-right:		20px;
	padding-bottom:		20px;		
}

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

#rowInsideOrder		{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				718px;
	float:				left;
	text-align:			right;
	padding:			5px 0px;	
			
}
#info		{
	position: 			relative;
	margin:				0px;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				718px;
	float:				left;
	text-align:			left;
	padding:			10px 0px;	
			
}
#row_left	{
	position: 			relative;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				490px;
	float:				left;
	margin:      		0px;

}

#row_left2	{
	position: 			relative;
	left:				0px;
	top:				0px;
	height:				20px;
	width:				720px;
	text-align:			right;
	float:				left;
	background-color:	#E8E8E8;
	
}

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

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

#boxBlog	{
	position: 			relative;
	left:				0px;
	top:				0px;
	height:				auto;
	width:				192px;
	border:				1px #CCCCCC solid;
	padding:			5px 8px;
}

#row_left	{
	position: 			relative;
	margin:				0px;
	top:				20px;
	height:				auto;
	width:				720px;
	text-align:			justify;
}

#field	{
	position: 			relative;
	margin:				0px;
	top:				10px;
	height:				auto;
	width:				345px;
	text-align:			justify;
	float:				left;
}

#image	{
	position: 			relative;
	margin:				0px;
	text-align:			right;
	padding-bottom:		5px;
}

#footer{
	position: 			relative;
	margin:				0px;
	top:				0px;
	left:				0px;
	height:				20px;
	width:				760px;
	float:				left;
	background-color:	#FFFFFF;			
	text-align:			right;
}

a:link {
	text-decoration: 	none;
}
a:visited {
	text-decoration: 	none;
}
a:hover {
	text-decoration: 	none;
}
a:active {
	text-decoration: 	none;
}

/* MAINNAVIGATION */
#navigation	{
	position: 			relative;
	margin:				0px;
	left:				0px;
	height:				17px;
	width:				760px;
	border:				#000000 1px 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: 				#000000;
	
}

.navDown	{
	color: 				#BB0000;
}

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


/* FOOTER */
#footer 	{
	padding:			5px 0px;
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
}
.footer a	{
	color: 				#666666;
	text-decoration:	underline;
	
}

.footer a:hover 	{
	color: 				#666666;
	text-decoration: 	none;
	
}



/*	TEXT	*/
p {
	line-height:		20px;
}
.text 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	line-height:		14px;
}
.quantity 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	line-height:		14px;
	width:				20px;
	text-align:			right;
}
.title1 {
	font-weight: 		bold;
	letter-spacing:		1px;
	line-height:		30px;
}

.title2 {
	font-weight: 		bold;
}
.title3 {
	font-weight: 		bold;
	color:	 			#BB0000;
}
h1	{
	font-size:			30px;
	color:				#999999;
	font-weight: 		normal;
	line-height:		35px;
}
.boxTitle {
	font-weight: 		bold;
	line-height:		20px;
}

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

.pointer	{
	cursor:				pointer;
}

.imageFloat	{
	padding-right:		10px;
	float:				left;
}

.imageFloatright	{
	padding-left:		10px;
	float:				right;
}

/*	FORMULARE	*/
.formText 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	line-height:		20px;
}
.formHeader 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#FFFFFF;
	line-height:		20px;
}
.formPrice	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	text-align:			right;
}
.newsletter	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width: 				130px;
	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;
}
.textfelderContact 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width:				250px;
	height:				20px;
	margin-bottom:		5px;
}
.items 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	font-weight: 		normal;
	color: 				#666666;
	width:				25px;
	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;
}
.button 	{
	font-family: 		"Verdana", Arial, Helvetica, sans-serif;
	font-size:			11px;
	height: 			auto;
	width: 				auto;
	background-color:	#E8E8E8;
	border:				1px solid #666666;
	cursor:			 	pointer;
	padding:			2px;
}

