/* *********************** 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;
	background-color:	#3C4B7A;
	color:				#3C4B7A;
}

.p_default{
	height:				20px;
}

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

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

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

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





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

a {
	text-decoration:	none;
	color:				#702D03;
}

a.kontrast { color:	#97C394; }



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				965px;
	position: 			relative;
	/*background-color:	#ffffff;*/ 
	/*background-image: url(http://mosch-musikverlag.eu/randshop/images/template/main_bg.gif);*/
	/*background-repeat: repeat-y;*/
	/*margin:				auto; */
}

#branding {
	position:			relative;
	width:				781px;
	height:				135px;
	margin-bottom:		3px;
	background-color:	#3C4B7A;
}

/* Hauptnavigation */
#mainNav {
	position:			relative;
	top:				35px;
	width:				184px;
	float:				left;
	background-color:	#D0D5D9;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				781px;
	float: 				right;
	background-color:	#99CC99;
}

#mainContent {
	width:				597px;
	height:				700px;
	float:				left;
	background-color:	#ffffff;
	border-left:		15px solid #ffffff;
}

/* Mit dem Hack wird das letzte uebrschrieben und das ist fuer Mozilla und die anderen */
#mainContent[id] {
  	width:				567px;
	min-height:			700px;
	height:				auto;
	float:				left;
	background-color:	#ffffff;
	border-left:		15px solid #ffffff;
	border-right:		15px solid #ffffff;
}

#secondaryContent {
	width:				184px;
	float:				right;
	background-color:	#99CC99;
}
/* 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: 				965px;
	position: 			relative;
	/*background-color:	#ffffff;*/ 
	/*background-image: url(http://mosch-musikverlag.eu/randshop/images/template/main_bg.gif);*/
	/*background-repeat: repeat-y;*/
	/*margin:				auto; */
}

#CMScontent {
	width:				781px;
	float: 				right;
	background-color:	#99CC99;
}

#CMSmainContent {
	width:				766px;
	min-height:			600px;
	float:				left;
	background-color:	#ffffff;
	border-left:		15px solid #ffffff;
}