/********************************************
*
* Shop 600 (Banner + Menu left + Menu right)
*
********************************************/
body.twoElements.mvc{
		width:970px!important;
}


#main {
margin:0 0 0 0px!important;
}

body.twoElements {
	width:970px!important;
	background-color: #ffffff;
}

body.twoElements #menuTop {
	width: 970px;
	height: 240px;
	float:left;
	background-image: URL(/users/XXX/XXX/XXX/img/XXX_header.jpg); /* diese url muss angepasst werden! */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 0px;
}

body.twoElements #menuTop h1{
	font-size: 3em;
	color: #3b5998;
	font-weight: bold;
	text-align:center;
	margin-top: 130px;
}

body.twoElements #menuTop h2{
	font-size: 1.5em;
	color: #3b5998;
	font-weight: bold;
	text-align:center;
}

body.twoElements #menuTop p{
	font-size: 1em;
	color: #3b5998;
	font-weight: bold;
	text-align:center;
}

body.twoElements #menuTop a{
	color: #3b5998;
}

body.twoElements #barLeft, body.oneElement #barRight {
	display:none;
}

body.twoElements #menuRight h1, body.twoElements #menuLeft h1{
	color: #3b5998;
	font-size: 1.5em;
}

body.twoElements #menuLeft {
	color: #3b5998; /* Dirk */ 
	width:145px;
	float:left;
	margin:0 0 0 0;
	padding:10px;
	font-size:0.9em;
	border-right:1px solid #eee;
	background-color:#fff;
}






body.twoElements #menuRight {
	width:135px;
	float:left;
	margin:0 0 0 5px;
	padding:10px;
	font-size:0.9em;
	border-left:1px solid #eee;
	background-color:#fff;
}

body.twoElements #menuLeft p,
body.twoElements #menuRight p {
	float:left;
	width:100%;
	margin-bottom: 20px;
}

body.twoElements #menuLeft p a,
body.twoElements #menuRight p a {
	margin:0.5em 0 0 0;
	float:left;
}

* html body.twoElements #main {
	margin:0; /* fix for ie 6 */ 
}
*+html body.twoElements #main {
	margin:0 0 0 0.1em; /* fix for ie 7 */ 
}


body.twoElements #menuLeft ul,
body.twoElements #menuRight ul {
	width:130px;
	float:left;
	font-size: 1.3em;
	list-style-type: circle;
	margin: 10px 10px 20px 0px;
	border-bottom: 1px dashed #0090B3;
	padding-bottom: 10px;
	padding-left: 10px;
}

body.twoElements .topmotive{
	width: 125px;
	height: 125px;
	border: 1px dashed;
	margin-bottom: 10px;
	margin-top: 10px;
}

body.twoElements #menuLeft ul{}
