/* *********************** 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:		0.85em;
    line-height: 1.4em;
    margin:		0;
	padding:	0;
    background-color: #FAFFFF;
}


.p_default{
	height:				20px;
}

/* Formulare */
form {
	display:			inline;	
}

input {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
}

select {
	border:				1px solid #3C4565;
	background-color:	#EDEFF0;
	font-size:			10px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				#F2AB01;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				986px;
	position: 			absolute;  ;
	left: 				0px;
	margin-left:		0px;

	/*background-color:	#ffffff;*/
   /*	background-image: url(http://www.kamenz.de/shop/images/template/main_bg.gif);
	background-repeat: repeat-y;                                                   */
	/*margin:				auto; */
}
/* header */
#branding {
	position:			relative;
	width:				986px;
	height:				135px;
	border:				0px;
	margin-bottom:		3px;
	background-color:	#FAFFFF;  
}

/* Hauptnavigation */
#mainNav {
	width:				163px;
	float:				left;
	background-color:	#D9E4EA;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation, Warenkorb etc */
#content {
	width:				755px;
	float: 				right;
    background-color: #FAFFFF;
     font-size:0.9em; 
}

#mainContent {
	width:				545px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #FAFFFF;
    border-right:		10px solid #FAFFFF;
    background-color: #FAFFFF;
}

#secondaryContent {
	width:				185px;
	float:				right;
	background-color:	#D9E4EA;
    margin-right:0px;
    padding:0 0 5px 5px
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				986px;
    height:auto;
	position: 			relative;
	left: 				0px;
	margin-left:		0px;
	clear:				both;
	text-align:			center; 
	/*height:				35px;*/



}

/* BEGINN FUSSZEILENAUFTEILUNG*/
.footer1 { width: 160px; height: 32px; background-color: #FAFFFF; /*Kaolin-Weiss*/ float: left; background-image: url(/images/bg_footer1.gif); }
.footer2 { width: 88px; height: 32px; text-align: center; background-color: #FAFFFF; /*Kaolin-Weiss*/ float: left; background-image: url(/images/signet_u.gif); }
.footer3 { width: 738px; height: 17px; background-color: #FAFFFF; /*Kaolin-Weiss*/ float: left; background-image: url(/images/bg_footer3.gif);  font-size: 0.75em; text-align:left;padding-top:15px;}
/* ENDE FUSSZEILENAUFTEILUNG*/
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#ffffff;
	background-image: url(http://www.kamenz.de/shop/images/template/cms_bg.gif);
	background-repeat: repeat-y;
	background-repeat: repeat-y; */
}

#CMScontent {
	width:				720px;
	float: 				right;
}

#CMSmainContent {
	width:				710px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}
