/* *********************** Grundinformationen *********************** */
:focus
{
	-moz-outline-style:none;
	}
	
/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:		0;
	padding:	0;
}

body {
	text-align:			left;
	min-width:			920px;
	font-family:		trebuchet ms, verdana, arial, sans serif;
	font-size:			11px;
	border-left:		10px solid #ffffff;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;		
	background-color:	#FFFFFF;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;
	color:				#7c7c7c;
}

h1 a {
	color:				#7c7c7c;
}

h1 a.hover {
	color:				#e20a17;
}



h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

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

fieldset {
	border:				1px solid #ececec;
	background-color:	#ffffff;
	padding:			5px;
}

input {
	border:				1px solid #ececec;
	background-color:	#ffffff;
	font-size:			10px;
}

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

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

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





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

a {
	text-decoration:	none;
	color:				#7c7c7c;
}

a:hover{
	text-decoration:	none;
	color:				#e20a17;
}

a:focus, a:active{
	font-weight:		bold;
	color:				#e20a17;
}


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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				920px;
	position: 			relative;
	left: 				50%;
	margin-left:		-460px;
	background-color:	#ffffff;
	/*background-image: url(http://localhost//eclipsews/www.randshop.com_1_3_2/images/template/main_bg.gif);*/
	/*background-repeat: repeat-y;*/
	/*margin:				auto; */
}

#branding {
	width:				920px;
	height:				190px;
	background-color:	#ffffff;
	float:				right;
}

#redlabel {
	width:				250px;
	height: 			10px;
	background-color:	#ffffff;
	float:				right;
}

/* Hauptnavigation */
#mainNav {
	width:				140px;
	float:				left;
	text-align:			right;
	/*
	position:			absolute;
	top: 				175px;
	*/
	
	
}

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

/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	
	clear:				both;
	text-align:			left;
	height:				30px;
	padding-top:		10px;
	padding-left:		10px;
	font-size:			9px;
	color:				#9c9c9c;
}

#partner {
	
	clear:				both;
	text-align:			left;
	height:				30px;
	padding-top:		10px;
	padding-left:		10px;
	font-size:			9px;
	color:				#9c9c9c;
}

#bottominfos {
	
	clear:				both;
	text-align:			left;
	height:				12px;
	padding-top:		20px;
}
		
/******************* loginformular *******************/

#formularset {
	width: 				250px;
	float:				right;
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#ffffff; 
	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;
}

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