* {
    margin:0;
    padding:0;
	}

body {
    background-color: #10513A;
    background-image: url(../../fileadmin/templates/background.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#page {
    width: 100%;
    height: 100%;
}

#container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 850px;
}

#header {
    background-image: url(../../fileadmin/templates/container_header.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 850px;
    height: 150px;
}

#header_content {
    position: relative;
    width: 450px;
    height: 100px;
    margin-top: 30px;
    margin-left: 355px;
}

#menue {
    background-image: url(../../fileadmin/templates/container_menue.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 150px;
    height: 80px;
    width: 850px;
}

#menue_content {
    margin-top: 13px;
    text-align: center;
}

#menue_content a{
    color: #404040;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}

#menue_content a:hover{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}

#smenue {
	position: absolute;
	top: 225px;
	width: 170px;
	margin-left: 60px;
	border-right: 2px solid #C0C0C0;
}

#smenue_content1 p {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#smenue_content1 a {
	color: #707070;
	text-decoration: none;
}

#smenue_content1 a:hover{
	color: #000000;
}

#smenue_content2 p, #smenue_content2 li {
	color: #707070;
	text-decoration: none;
	font-family: Verdana,Arial;
	font-size: 10px;
	margin-bottom: 3px;
}

#smenue_content2 li {
	position: relative;
	left: -17px;
}

#smenue_content2 a {
	color: #707070;
	text-decoration: none;
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
}

#smenue_content2 a:hover{
	color: #000000;
}

#body {
    background-image: url(../../fileadmin/templates/container_body.jpg);
    background-repeat: repeat-y;
    position: absolute;
    top: 210px;
    bottom: 60px;
    width: 850px;
}

#body_content_left {
	border-right: 1px solid #C0C0C0;
    position: absolute;
    top: 13px;
    bottom: 13px;
    width: 490px;
    overflow: auto;
	padding-right: 25px;
    margin-left: 60px;
}

#body_content_right {
    position: absolute;
    top: 13px;
    bottom: 13px;
    width: 190px;
    overflow: auto;
    margin-left: 600px;
}

#body_contentShop {
    position: absolute;
    top: 13px;
    bottom: 13px;
    width: 540px;
    overflow: auto;
	padding-right: 10px;
    margin-left: 260px;
}

#footer {
    background-image: url(../../fileadmin/templates/container_footer.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 850px;
    bottom: 0px;
    height: 60px;
}

#footer_content {
    margin-top: 21px;
    text-align: center;
}

#footer_content a {
    color: #909090;
    text-decoration: none;
    font-size: xx-small;
    margin-left: 8px;
    margin-right: 8px;
}

#footer_content a:hover{
    color: #000000;
}

.csc-mailform {
	background-color: #F6F6F6;
}

.csc-mailform-field, .csc-mailform-label {
	font-family: Verdana;
	font-size: small;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.csc-mailform-label {
	font-family: Verdana;
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
}








