/* -------------  Layout CSS | Ralph Pfeifer | Kommunikations-Design ------------------
für auwaerter.de -- Copyright 2007

Ralph Pfeifer
Kommunikations-Design
-------------------------------
Strümpfelbacher Str. 314
71384 Weinstadt
-------------------------------
Tel: 07151 275170
Fax: 0941 5992 10128 
-------------------------------
mailto:info@ralph-pfeifer.de
http://www.rpkd.de
-------------------------------
*/
/* -------- L A Y O U T ------------- */
html, body   {
	color: #000000;
}
div#centered { 
	border: 0;
	margin: 0px auto;
	width: 95%;
    text-align:left;
    position: absolute;
    left:5%;
    margin-left:0px;  
	top: 0px;
	margin-top:0px; 
	height: 100%;

}
#header {
	border: 1px solid #999900;
	background-color: #00CCCC;
}

/*------ Navigation ---------*/
#navigation {
	display: none;
}

#content-box {	
	width: 100%;
	top: 140px;
}
#content {
	width: 100%;
	top: 0px;
	height: 100%;
	left: 0px;
}
#content-left {
	width: 70%;
	position: absolute;
	top: 165px;
	left: 0px;
	color: #000000;
	margin-left: 0px;
	height: 100%;	
}
#content-right {
	width: 20%;
	top: 165px;
	left: 75%;
	margin-left: 0px;
	color: #000000;
}
#scrollerOuter {
	overflow: visible;
	width: 70%;
	height: 100%;
	position: absolute;
	left: 4px;
	top: 185px;
	margin: 0px;
	padding: 0px;
}
#scrollerInner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#title-left {
	display: block;
	width: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 4px;
	position: absolute;
	top: 145px;
	margin-left: 0px;
	left: 1px;
}
#title-right {
	display: block;
	width: 20%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 4px;
	position: absolute;
	top: 145px;
	left: 75%;
}


/*--------- FOOTER ------- */
#footer-navi {
	display: none;
}
.clearer {
	clear: both;
}
/*--------- BREADCRUMB ------- */
#breadcrumb {
	display: none;
}


/* -------- STANDARDS ------------- */
a:link,
a:visited {
	color: #000000;
}
a:hover,
a:active {
	color: #000000;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
	color: #e2001a;
}
h5 {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
	color: #e2001a;
}
p, bodytext {
	margin-top: 0px;
	margin-bottom: 6px;	
}
.csc-textpic-image {
	border: solid #FFFFFF 1px;
}
.csc-textpic-intext-right {
	margin-right: 2px;
	
}
.csc-textpic-intext-right-nowrap .csc-textpic-image {
	
}
.thumb {
	border: #666666 solid 1px;
}