html {
	height : 98%;
}

*:not(hr) html {
	height:100%;
}

body {
	color : #333333;
	background-color : #bc8940;
	background-image : url("../img/bgr_verlauf.jpg");
	background-repeat: repeat-x;
	background-position: top left;	
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height: 15px;
	margin : 0;
	padding : 0;
	height : 100%;
}

/* Standard-Link-Formating */
a { color: #333333; text-decoration:none; }
a:visited { color: #333333; text-decoration:none; }
a:active { color: #333333; text-decoration:none;  }
a:Hover { color: #333333; text-decoration:underline; }

img {
	border: 1px solid #cccccc;
}

#page {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image : url("../img/bgr_shadow_btn.gif");
	background-repeat: repeat-y;
	background-position: center;
}

/* only for IE brwosers */
* html #page {
	height:100%;
}

#headline {
	padding-top: 55px;
	padding-left: 468px;
	padding-bottom: 1px;
	width: 300px;
	font-size : 12px;
	font-weight: normal;
	text-align: right;
}

#banner {
	position: relative; 
	top:-3px;
	height: 125px;
	width: 776px;
}

#flash {
	padding-left:9px;
	height: 125px;
	width: 760px;
}

#main_img {
	position: absolute;
	top: 0px;
	margin-left:30px;
	height: 125px;
	width: 280px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#lft_container {
	position: relative;
	padding-top: 10px;
	padding-left:25px;
	padding-right:55px;
	width: 225px;
	float: left;
	
}

#menu {
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom:20px;
	
}

#menu a {
	padding-right:10px;
}

.sub_menu  {
	padding-left:10px;
	font-weight: normal;
}


#lft_content {
	padding: 10px;
	
}

#content {
	position: relative;
	padding-top: 20px;
	padding-right:38px;
	width: 430px;
	float: right;
}

#content h1 {
	font-weight: bold;
	font-size: 16px;
}

#content h2 {
	font-weight: bold;
	font-size: 13px;
}


#content ul {
	margin-top: 5px;
}

#content table th {
	background-color: #fff0d7;
}

#content td {
	background-color: #fefaf2;
}

#content td.col_1 {
	background-color: #fff0d7;
}

#content .aktion_img {
	width: 130px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#content .aktion {
	background-color: #ffde94;
	border: 1px solid #ff9c00;
	padding: 8px;
	padding-top: 15px;
	margin-bottom: 10px;
	/*text-align: center;*/
	vertical-align:middle;
	width: 245px;
	/*height: 90px;*/
	float: right;
}

#content .aktion h1 {
	font-size: 14px;
	font-weight:bold;
}

#content .aktion_full {
	background-color: #FDEAC0;
	border: 1px solid #ff9c00;
	padding: 8px;
	padding-top: 15px;
	margin-bottom: 10px;
	width: 414px;
	clear: both;
}

/* only for Firefox brwosers 
*:not(hr) #content .aktion {
	height: 88px;
}
*/

/* only for IE brwosers */
#content .wetter {
	position: relative;
	width: 130px;
	left: 7px;
}

/* only for Firefox brwosers */
*:not(hr) #content .wetter {
	width: 130px;
	margin-bottom: 10px;
	left: 0px;
	float: right;
}



/* only for Firefox brwosers */
*:not(hr) #content .boteText td {
	
	left: 10px;
}

#content .boteText td {
	padding: 0px;
	margin: 0px;
}

#content table tbody .boteText {
	border: 1px solid #cccccc;
	padding-top: 10px;
	width:100px; 
	padding: 0px;
	line-height: 19px;
	margin-right: 0px;
}

#content .clear {
	clear: both;
}


#content .teaser {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-bottom: 15px;
}

#content .teaser img {
	margin-right: 10px;
}

/* styles for photomed rss feed */
#chan_title {
	font-weight: bold;
}

#chan_image {

}

#chan_pubDate {
	visibility:hidden;
	margin: 0px;
	padding: 0px;
}

#chan_copyright {
	visibility:hidden;
	margin: 0px;
	padding: 0px;
}

#item {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-bottom: 15px;
}

#item_title {
	font-weight: bold;
}

#item_link {

}

#item_description {

}
/* styles for photomed rss feed */


.footnote {
	color: #cccccc;
	font-size : 10px;
	padding-top: 10px;
}


.footnote a, .footnote a:visited, .footnote a:active, .footnote a:Hover {
	color: #cccccc;
}

#footer {
	margin-left:9px;
	position: relative;
	clear: both;
	margin-top: 20px;
	font-size : 10px;
	text-align: right;
	z-index: 3;
	width: 750px;
	border-top: 1px solid #cccccc;
	padding: 5px;
}

