/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color:#AFAA97; 
	font:10.5px verdana;
	padding:0;
	margin:0;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:#D13139;
}


/* ----------container zentriert das layout-------------- */
#container {
	margin: 0;
	padding: 0;
	background-color: #AFAA97;
	height: 95%;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-color: #AFAA97;
	height: 130px;
	float: right;
	width: 100%;
}
#header{
	padding: 0;
	border: 0;
	margin: 0 0 0 6%;
}

/* -----------------Inhalt--------------------- */
#content {
	height:238px;
	background-color: #BCB7A4;
	padding: 0;
	clear: both;
}

#content_iframe {
	height:238px;
	width:1000px;
	padding: 0;
	margin: 0;
	background: #BCB7A4;
	overflow:hidden;
}

#content_table {
	width: 1000px;
	height: 238px;
	border: 0;
	margin: 0;
	padding: 0;
}

td.content {
	width: 1000px;
	height: 238px;
}

/* -----------footer--------------------------- */
#footer {
	margin: 0 0 0 211px;
	min-height:150px;
	clear: left;
	padding: 0;
	background-color: #AFAA97;
}

#footer_tmp {
	margin: 0 0 0 7%;
	min-height:210px;
	clear: left;
	padding: 0;
	background-color: #AFAA97;
}

#address {
	color: white;
	margin-top: 15px;
}

/* -----------main--------------------------- */
#main {
	margin: 0;
	height:238px;
	padding: 0;
	background-color: white;
	overflow: hidden;
}

#main_left {
	margin: 0;
	padding: 0;
	height: 238px;
	width: 230px;
	float:left;
	/*background: #AFAA97 url("../pics/pfeil.gif") no-repeat bottom right;*/
	position: absolute;
	background-color: #AFAA97;
}

#main_right {
	margin: 0;
	width: 733px;
	height: 220px;
	overflow: scroll;
	color: #AFAA97;
	position: absolute;
	left: 230px;
	overflow: hidden;
}

#main_content {
	position: relative;
	width: 1200px;
}

#scroll_area {
	position	: absolute;
	left		: 230px;
	top			: 220px;
	height		: 18px;
	width		: 733px;
	border		: 0;
	overflow	: hidden;
	background	: #c2beaf;
}

#scroller {
	position	: absolute;
	left		: -1px;
	height		: 18px;
	background	: #999999;
	border-top	: 0;
	border-bottom: 0;
}

#scroller_left {
	background-image: url(../pics/left.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: left;
	height: 18px;
	width: 18px;
}

#scroller_right {
	background-image: url(../pics/right.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	float: right;
	height: 18px;
	width: 18px;
}

#scroller:hover {
	background	: #d6d4ce;
	cursor: pointer;
}

/* -----------home--------------------------- */

#home_header {
	margin: 0;
	padding: 0;
	height:220px;
	background: #BCB7A4;
}

#home_footer {
	height: 15px;
	padding: 0;
	margin: 0;	
}

/* -----------portrait--------------------------- */

#portrait_header {
	clear:both;
	margin: 0;
	padding: 19px 0 0 0;
	height:35px;
	font-weight:bold;
}

table.portrait {
	width: 3000px;
	height: 150px;
	padding: 0;
	margin: 0;
	border: 0;	
}

td.paragraph {
	height: 150px;
	width: 430px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

p.head {
	font-weight:bold;
	font-size: 9.5px;
	padding:0 0 2px 0;
	margin:0;
}

p.content {
	font-weight:normal;
	font-size: 9.5px;
	padding:0 0 12px 0;
	margin:0;
}

/* -----------preload imgs--------------------------- */
.hidepics {
  width:0px;
  height:0px;
  display:none;
}

.link {
	letter-spacing: 1px;
}