/* *********************** 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:		5px;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;		
	background-color:	#d6e0eb;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		9px;
	color:				#668cb3;
}

h1 a {
	color:				#668cb3;
}

h3 {
	font-size:			12px;
	margin:				10px;
}

img {
	border:				0px;	
}

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

fieldset {
	border:				1px solid #6D808F;
	padding:			5px;
}

input {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
}

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

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

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





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

a {
	text-decoration:	none;
	color:				#ff6600;
}



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

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

#branding {
	background-image:	url(http://www.tt-traum.de/images/template/head_bg.jpg);
	background-repeat:	repeat-x;
	position:			relative;
	width:				988px;
	height:				118px;
	border:				1px solid #35689a;
	margin-bottom:		5px;
	background-color:	#ffffff;
}

/* Hauptnavigation */
#mainNav {
	width:				170px;
	float:				left;
}

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

#topbox {
	width:				815px;
	height:				20px;
	background-color:	#8DA9C6;
	line-height:		20px;
	margin-bottom:		5px;
	font-size:			10px;
	font-weight:		bold;
	color:				#ffffff;
}

#topbox a {
	color:				#095199;
}

#topboxlang {
	float: 				left;
	padding-top:		2px;
	height:				18px;
	padding-left:		10px;
	
}

#topboxwahrenkorb {
	float: 				right;
}

div#topboxwahrenkorb h4 {
	float: 				left;
	padding-right:		10px;
	font-size:			10px;
}

#mainContent {
	border:				1px solid #336699;
	width:				813px;
	min-height:			10px;
	float:				left;
}

#mainContent p {
	margin:				10px;
}

#secondaryContent {
	display:			none;
	width:				170px;
	float:				right;
	background-color:	#D0D5D9;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	height:				30px;
	width:				890px;
	padding-top:		20px;
}
		
/******************* CMS *******************/

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