/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:		0;
	padding:	0;
}

body {
	text-align:	left;
	min-width:	760px;
	font-family:	verdana, arial, sans serif;
	font-size:		11px;
	padding-top:		0px;
	background-color:#303030;
	color:#FFFFFF;
	SCROLLBAR-FACE-COLOR: #303030; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #222222; 
	SCROLLBAR-3DLIGHT-COLOR: #666666; 
	SCROLLBAR-ARROW-COLOR: #999999; 
	SCROLLBAR-TRACK-COLOR: #303030; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;
	background-image: 	url(http://shop-neu.comet-coma.com/images/head-contentmiddle-hg_2009.png);
	background-repeat: 	no-repeat;		
	
	text-align: 		center;
	font-size:			14px;
	
	font-variant:		small-caps;
	font-weight: 		bold;
	
	line-height:		25px;
	text-indent:		5px;
	color:				#FFFFFF;
}

h1 a {
	color:				#FFFFFF;
	font-variant:		small-caps;
	font-weight:bolder;
}

h3 {
	font-size:			12px;
	font-variant:		small-caps;
	font-weight:bolder;	
}

img {
	border:	0px; 
	border-color: #FFFFFF; 
	border-style: solid; 	
}

/* Formulare */
form {
	display: inline;	
}

fieldset {
	border: 	0px;
	padding:	5px;
}

input {
	border:				1px solid #000000;
	background-color:	#999999;
	font-size:			10px;
	padding-left: 3px;
}

select {
	border:				1px solid #666666;
	background-color:	#999999;
	color:				#000000;
	font-size:			10px;
}

input.radio {
	border:				0px;
	background-color:	#666666;
	width:				15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */


 a:link{	color:#FA7144; 
 			text-decoration:none; 
 }
 
 a:visited{	color:#FFCC99; 
 			text-decoration:none;
 }
 
 a:hover{	color:red;
 			text-decoration: none; 
 }
 
 a:active{	color:red;
 			text-decoration: none; 
 }

/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-445px;
	background-image: 	url(http://shop-neu.comet-coma.com/images/shop-hintergrund_2009.jpg);
	background-repeat: 	repeat-y;
	border-left-color:	#000000; border-left-style:solid; border-left-width: 2;
	border-right-color:	#000000; border-right-style:solid; border-right-width:2;
/* 	margin:				auto; */
}

#branding {
	position:			relative;
	width:				890px;
	height:				325px;
	background-image: 	url(http://shop-neu.comet-coma.com/images/header-bg_2009.jpg);
	background-repeat: 	no-repeat;
	margin-top: 		0px;
	margin-bottom:		3px;
	background-color:	#000000;
}

/* Hauptnavigation */
#mainNav {
	width:				170px;
	float:				left;
	background-color:	transparent;   
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				720px;
	float: 				right;
	
}

#mainContent {
	width:				530px;
	min-height:			10px;
	float:				left;
	margin-left: 		10px;	
}

#secondaryContent {
	width:				170px;
	float:				right;
	background-image:	url(http://shop-neu.comet-coma.com/images/artikel-hg_2009.png);
   	background-repeat: 	repeat-y;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				890px;
	clear:				both;
	text-align:			center;
	vertical-align: 	text-bottom;
	height:				20px;
	width:				890px;
	padding-top:		15px;
}

div.mentizio {
	text-decoration:	none;
	text-align:			center;
	background-position:center;
	height:				20px; 
    background-image:	url(http://shop-neu.comet-coma.com/images/mkemnitz-design.png); 
    background-repeat:	no-repeat; visibility:visible;
	padding-top:		5px;
	padding-bottom:		10px;
}

div.mentizio:hover {
	text-decoration:	none;
	text-align:			center;
	background-position:center;
	height:				20px;
    background-image:	url(http://shop-neu.comet-coma.com/images/mkemnitz-design_over.png); 
    background-repeat:	no-repeat; visibility:visible;
	padding-top:		5px;
	padding-bottom:		10px;
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-445px;
	background-color:	transparent; 
	background-image: 	url(http://localhost//eclipsews/www.randshop.com_1_3_2/images/template/cms_bg.gif);
	background-repeat: 	repeat-y;
}

#CMScontent {
	width:				720px;
	float: 				right;
	border: 			0px;
}

#CMSmainContent {
	width:				710px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
	
}