/* CSS Document */

body {
	margin: 0px;
	background: #FFFFFF url('background.gif') repeat-y;
}

h1, h2, h3 {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE9223;	
}

#content p {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 150%;
}


#tex a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

#tex a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

#content a {
	color: #FE9223;
}

#content a:hover {
	text-decoration: none;
}

#content {
	/*position: absolute;
	left: 0px;
	top: 110px;*/
	margin-left: 190px;
	margin-right: 190px;
	margin-top: 120px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#nav-top {
	position: absolute;
	left: 0px;
	top: 84px;
	width: 99%;
	height: 15px;
	background: #95B5DD;
	text-align: right;
	padding-top: 1px;
	padding-right: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}


#nav-top a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav-top a:hover {
	color: #D81F01;
	text-decoration: underline;
}

#nav-left {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 160px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#nav-right {
	/*width: 200px;*/
	position: absolute;
	right: 2px;
	top: 103px;
}

.box {
	width: 160px;
	background: #4873A4;
	height: auto;
	margin: 10px 0px 18px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;	
}

.box a:hover {
	text-decoration: underline;
	color: #D81F01;
}

p.nav-left-header {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	background: #4873A4;
}

.blue {
	background: #4873A4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

.white {
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.white-border {
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #4873A4;
	border-bottom: 1px solid #4873A4;
	border-left: 1px solid #4873A4;
	width: 158px;
}

a.arrow {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background: url('arrow.gif') 6px 5px no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.no-arrow {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.arrow-slim {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background: url('arrow.gif') 6px 5px no-repeat;
	color: #000000;
	text-decoration: none;
}

a#jetzt-neu {
	display: block;
	width: 151px;
	margin: 4px 0px 4px 6px;
	color: #000000;
	text-decoration: none;
}

a:hover#jetzt-neu {
	text-decoration: underline;
	color: #D81F01;
}

#teaser, #teaser2, #teaser3, #teaser4 {
	/*position: absolute;
	left: 830px;
	top: 100px;*/
	width: 150px;
	height: auto;
	border: 1px solid #4873A4;
	padding: 5px;
	float: right;
	margin: 0 10px 10px 10px;
}

#teaser2 {width: 454px;}
#teaser3 {width: 140px;}
#teaser4 {width: 118px;}

.infos {
	position: absolute;
	left: 10px;
	top: 788px;
	width: 160px;
	height: auto;
	margin: 10px 0px 18px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;	
}


.infos a:hover {
	text-decoration: underline;
	color: #D81F01;
}


/* -- --------------------------------------------------------------- -- */


.angebote {
	width: 176px;
    margin-top: 16px;
    border: 1px solid #4873A4;
    background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.angebote_head {
	font-weight: bold;
    background-color: #F1F8FF;
    text-align: center;
    height: 15px;
    border-bottom: 1px solid #4873A4;
    color: #2A496C;
}

.angebote_content {
    padding-left: 10px;
	line-height: 250%;
}

.angebote_content a {
	text-decoration: none; 
	color: #2A496C;
}

.angebote_content a:hover {
	text-decoration: underline; 
	color: #D81F01;
}


.angebote_woche {
    padding: 5px 0 0 10px;
	line-height: 150%;
}

.angebote_woche strong {
	font-size: 12px;
	display: block;
	margin: 5px 0;
}

.angebote_woche a {
	text-decoration: underline;
	color: #D81F01;
}

.button {
	margin: 10px 0 10px 0;
	text-align: center; 
}