@import url(textstyles.css);
@import url(shop.css);
@import url(cart.css);

/* ROT 		#4f0505 */
/* Gold		#694d1a */

body {
	margin: 0 0 40px 0;
	padding: 0px;
	/* keine Textattribute */
}

p, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}

#seite {
	text-align: center;
	background: url(cs-header-back.gif) repeat-x 0 0;
}

#center {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
    position: relative;
}

.cslogo {
    position: absolute;
    top: 10px;
    right: -100px;
}

.center-head {
	height: 150px;
	margin-bottom: 40px;
}


.center-head-right {
	text-align: left;
	color: white;
    padding-top: 10px;
	font-family: georgia, times, serif;
}

.center-head-right a, .center-footer a {
	color: white;
	text-decoration: none;
}

.center-head-right a:hover, .center-footer a:hover {
	border-bottom: 1px solid #2b5056;
}

.center-head-shopitems {
	margin-top: 50px;
}

.center-head-shopitems form {
	margin: 0px;
}



.center-head-shopitems input {
	border: 1px solid #2b5056;
	margin-top: 3px;
	height: 21px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding-left: 3px;
}

.center-head-shopitems input.button {
	background: url(mini-search.gif) no-repeat 0 0 transparent;
	font-size: 0;
	color: white;
	width: 30px;
	height: 21px;
	border: none;
	cursor: pointer;
	padding-top: 5px;
}

.center-head-shopitems #minicart {
	font-size: 160%;
	line-height: 140%;
}
.center-head-shopitems #minicart a {
	background: url(mini-linktocart.gif) no-repeat 100px 0;
	padding-right: 40px;
	padding-bottom: 6px;
	text-decoration: underline;
}

.mainmenu{
	float: left;
	width: 180px;
	font-family: georgia, times, serif;
	font-size: 140%;
	line-height: 200%;
	background-color: white;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	opacity: 0.7;
	filter: opacity=70;
	
}
.mainmenu li {
	margin:  0 10px 0 10px;
}

.mainmenu a {
	color: black;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #694d1a;
}

.mainmenu .layer_1 {
	border-top: 1px solid #2b5056;
}

.mainmenu .layer_1.first {
	border-top: none;
}

.mainmenu .layer_2 {
	background: url(menu_pfeil.gif) no-repeat 5px 10px;
	padding-left: 20px;
}

.content {
	float: left;
	width: 700px;
	margin-left: 20px;
	background-color: #f4f4f4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.content .content2 {
	margin: 20px 0 20px 20px;
}

.content p {
	margin-bottom: 1em;
}

.content ul {
	list-style-type: circle;
}

.content .left {
	width: 450px;
	float: left;	
}

.content .right {
	width: 200px;
	margin-left: 20px;
	float: left;
}


.center-footer {
	background-color: #2b5056;
	color: white;
	padding: 2px 5px 2px 5px;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input, textarea, select {
	border: 1px solid #ddd;
	width: 300px;
	margin-left: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

input.error {
	border-color: #2b5056
}

input.button {
	width: 148px;
}



