/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:		0;
	padding:	0;
}

body {
	font-family: Arial, Helvetica, sans-serif;  color: #608800; letter-spacing: normal;	text-align:justify;
	margin: 0px auto; 	padding: 0px;	width: 1000px;	height: 100%; background-image:url(../../templates/default/images/hintergrund.jpg); 
	background-position: center; background-repeat:repeat-y;  
 	color: #000000;
  font-family: Arial, Helvetica, sans-serif;
	text-align:	left;
	min-width:	1000px;
	font-size:		11px;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;		
background-image: url(../../../templates/default/images/cellpic1.jpg); background-repeat:repeat;
  color: #eeffaa;	font-size:13px;	height:25px;  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;	border: 1px solid #335500; padding: 5px 5px 0px 5px;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;

}

h1 a {
  color: #eeffaa;
}

h1 a:hover {
	text-decoration: underline;
}

h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

/* Formulare */
form {
	display:			inline;	
}

fieldset {
  /**background-image: url(../../../templates/default/images/cellpic2.jpg); background-repeat:repeat;**/
  color: #335500; padding: 5px;

}

input {
	border:				1px solid #335500;
	background-color:	#FFFFFF;
	color: #003300;
	font-size:			10px;
}

select {
	border:				1px solid #335500;
	background-color:	#FFFFFF;
	color: #003300;
	font-size:			10px;
	
}

input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				#335500;
}

a:hover { text-decoration:underline; }


/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				1000px;
	vertical-align: middle;
	/*background-color:	#ffffff;*/ 
	background-repeat: repeat-y;
	/*margin:				auto; */
}

#branding {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:			relative;
	width:				1000px;
	height:				222px;
}

/* Hauptnavigation */
#mainNav {
	width:				175px;
	float:				left;
	margin-left: 1px;

}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				820x;
}

#mainContent {
	width:				615px;
	min-height:			10px;
	float:	left;
	margin: 0px 10px;
}

#secondaryContent {
	width:				170px;
	float: right;
	vertical-align: top;

}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				1000px;
	position: 			relative;
	clear:				both;
	text-align:			center;
	height:				30px;
	padding-top:		20px;
}

#footernav {
	width: 500px;
	position: 			relative;
	clear:				both;
	text-align:			center;
	height:				30px;
	padding:		5px;
	background-color:	#EEFFAA;
	border: 1px solid #335500;	
	margin: 0px auto;

#footernav a:hover { text-decoration: underline; color:#990000;}
.footernav a:hover { text-decoration: underline; color:#990000;}
div.footernav a:hover { text-decoration: underline; color:#990000;}
	
#navi { 
	vertical-align:bottom;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
vertical-align:bottom;
	width: 100%;
}

#navi a:hover { text-decoration: underline;}
		
/******************* 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;
}
