/*
 * Layout 
 */
/** Allgemein **/
body {
	background-color: #225522;
	background-image: url(../images/bg.png);
}

/** Header **/
.header {
	/*min-width: 900px;
	max-width: 1600px;
	width: 95%;*/
	width: 950px;
	margin: 20px auto 0px auto;
}

.header .corner-tl {
	background-image: url(../images/corner-tl.png);
	width: 100%;
	height: 149px;
	float: left;
}

.header .corner-tr {
	background-image: url(../images/corner-tr.png);
	width: 20px;
	height: 149px;
	float: right;
	margin-left: -20px;
}

.header .logo {
	margin: 30px 0px 0px 40px;
	width: 85px;
}

/** Content **/
.content {
	/*min-width: 900px;
	max-width: 1600px;
	width: 95%;*/
	width: 950px;
	height: auto;
	margin: 0px auto 0px;
	background-color: #fff;
	z-index: 1;
}

.content .border-cl {
	background-image: url(../images/border-cl.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	float: left;
}

.content .border-cr {
	background-image: url(../images/border-cr.png);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
	width: 100%;
}

.content .pageContent {
	float: left;
	width: 610px;/*auto;*/
	height: auto;
	min-height: 400px;
	margin: 0px 20px 0px 170px;
}

.right {
	float: right;	
}

/** Navigation **/
/*.sep {
	margin: 0px;
	position: absolute;
	display: inline;
	margin-top: 3px;
}*/

/*.sep {
	position: absolute;
	display: inline-block ;
	border: outset 1px #fdf;
	height: 16px;
	padding: 0;
	margin-top: 5px;
}*/

.thirdLevelNav {
	top: 169px;
	position: absolute;
	height: auto;
	width: 170px;
	float: left;
}

.firstLevelNav {
	/*min-width: 900px;
	max-width: 1600px;
	width: 95%;*/
	width: 950px;
	text-align: left;
	height: auto;
	margin: 0px auto 0px;
	background-color: #fff;
	z-index: 1;
}

.firstLevelNavHasNoChild {
	background-image: url(../images/flvlnavbg.png);
	width: 586px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	padding: 3px 7px 0px 7px;
}

.firstLevelNavHasChild {
	background-image: url(../images/flvlnavhcbg.png);
	width: 586px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	padding: 3px 7px 0px 7px;
}

.firstLevelNav .border-fl {
	background-image: url(../images/border-cl.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	float: left;
}

.firstLevelNav .border-fr {
	background-image: url(../images/border-cr.png);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
	width: 100%;
}

.secondLevelNav .up {
	width: 600px;
	height: 14px;
	background-image: url(../images/seclvlnavcup.png);
	margin: -7px auto 0px auto;
}
.secondLevelNav .mid {
	width: 580px;
	background-image: url(../images/seclvlnavcmid.png);
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
}
.secondLevelNav .bot {
	width: 600px;
	height: 17px;
	background-image: url(../images/seclvlnavcbot.png);
	margin: 0px auto;
}

/** Footer **/
.footer {
	/*min-width: 900px;
	max-width: 1600px;
	width: 95%;*/
	width: 950px;
	background-image: url(../images/corner-bl.png);
	height: 20px;
	margin: 0px auto;
}

.footerContent {
	height: 20px;
}

.footer .corner-br {
	background-image: url(../images/corner-br.png);
	height: 20px;
	width: 20px;
	margin-left: -20px;
	float: right;
}

/** Angebote **/
img.angebot {
	max-width: 200px;
}

.imgBorder {
	max-width: 200px;
	/*border: solid 1px #ccc;*/
	float: right;
	position: static;
	left: 410px;
}

.imgBorder span {
	margin: 2px;
	color: #666;
	font-size: 10px;
}

.first .tile {
	border-top: #ccc 1px solid;
}

a.tile:hover {
	text-decoration: none;
}

div.tile {
	padding: 10px;
	width: 600px;
	border-bottom: #ccc 1px solid;
	height: auto;
	color: #000;
}

div.tile:hover {
	background-color: #ddd;
}

/** Gallery **/
div.gallery {
	overflow: hidden;
	display: inline-block;
	width: 200px;
	height: 150px;
}

img.gallery {
	width: 200px;
	border: 0px;
}

img.gallery:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

div.full {
	width: 600px;
	overflow: hidden;
	text-align: center;
}

/** Search **/
.hright {
	height: 100%;
	width: 200px;
	float: right;
	margin: 0px; 20px 0px 0px;
}

.search {
	border: #ccc 1px solid;
	width: 143px;
	padding: 2px;
	margin: 75px 0px 0px 0px;
}

.search input {
	border: 0px;
	background-color: #fff;
	height: 20px;
	width: 120px;
	font-size: 18px;
}

.sbutton {
	background-image: url(../images/search.png);
	width: 20px!important;
}

.sbutton:hover {
	background-image: url(../images/searchh.png);
}

.ads {
	/*border: solid 1px #f00;*/
	height: 100px;
	width: 400px;
	display: inline-block;
	margin: 0px 0px 0px 40px;
	overflow: hidden;
	/*float: right;*/
}

