img {
	border: 0px;
}

div {
	border: 0px solid red;
}

div.clear {
clear: both;
height: 0px;
width: 100%;
border: 0px solid black;
}

.textcontainer {
	margin-top: 20px;
}

.contenttext {
	width: 388px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}

.textblock {
	width: 388px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}


.imageblock {
	width: 182px;
	margin-left: 14px;
float: left;
	margin-top: 27px;
}

.imageblockkoch {
	width: 182px;
	margin-right: 14px;
	float: left;
	margin-top: 0px;
}

.submenuediv {
	width: 130px;
	text-align: right;
	margin-top: 30px;
}

.mainmenue {
	position:relative;
	left: 100px; top:84px;
	width: 450px;
	float: right;
}

.footertext {
	position:relative;
	left: 8px; top:27px;
	color: #fff;
}

.red {
	font-weight: bold;
	color: white;
	background-color: #bd072f;
}

h1 {
	color: #bd072f;
	font-size: 160%;
	font-family: Times, serif;
	font-weight: bold;
}

h2 {
	color: #bd072f;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
}

span.active {
	font-size: 14px;
	color: #bd072f;
	font-weight: bold;
}
.footeractive {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

a.menue:link {
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menue:visited {
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menue:hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: none;
}

a.submenue:link {
	color: #5c5c5c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.submenue:visited {
	color: #5c5c5c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.submenue:hover {
	color: #bd072f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
}



a.footermenue:link {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}



a.footermenue:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

a.footermenue:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #1a1a1a;
	font-weight: bold;
}



a:visited {
	color: #1a1a1a;
	font-weight: bold;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

a.plain:link {
	background-color: none;
}


a.plain:visited {
	background-color: none;
}


a.plain:hover {
	background-color: white;
}

a.partner:link {
	font-weight: normal;
}

a.partner:visited {
	font-weight: normal;
}

a.partner:hover {
	font-weight: normal;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: myriad, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
}

input {
	border: 0px solid #1a1a1a;
	background-color: #eee;
	width: 300px;
}

.error {
	background-color: #ff9999;
}

.submit {
	width: 100px;
}

.radio {
	width: 15px;
}


#header {
	width: 760px;
	height: 118px;
	text-align: left;
	border-left: 0px solid #1a1a1a;
	background: url('../img/header.png');
	font-size: 11px;
	
}

#subhead {
	width: 760px;
	height: 258px;
	text-align: left;
	background-color: #fafafa;
	border-right: 1px solid #1a1a1a;
	
}

#body {
	width: 761px;
	
}

#submenue {
	width: 150px;
	text-align: left;
	float: left;
	
}

#content {
	width: 610px;
	text-align: left;
	float: right;
	border-right: 1px solid #1a1a1a;
	
}

#footer {
	width: 760px;
	height: 40px;
	text-align: left;
	background-color: blue;
	border-right: 1px solid #1a1a1a;
	background: url('../img/footer.png');
	color: #1a1a1a;
	font-size: 11px;
	
	
}
table.tableful {
	width: 100%;
	border: 0px;
}

td {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: myriad, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
}	

li {
	padding: 5px;
	margin-left: -25px;
}
img.gallery {
	padding-right: 7px;
	padding-top: 7px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}