/* 23.03.2007, Carolina Brodeßer */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* *** HTML-TAGS *** */
/* ***** ***** ***** */
BODY{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0;
	background: inherit;
}
H1{
	color: #787978;
	font-size: 24px;
	background: inherit;
}
H2{
	font-size: 12px;
}
H3,
H4,
H5{
	font-size: 11px;
}
H6{
	position: absolute;
	left: -5000px;
	top: -5000px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
A{
	color: #000000;
	background: inherit;
}
IMG{
	border: 0;
}
SUP{
	vertical-align: text-top;
}
SUB{
	vertical-align: text-bottom;
}
CODE {
	font-family: "Courier New", Courier, Fixed, serif;
}
ACRONYM, ABBR {
	border: 0;
}
ADDRESS{
	font-style: normal;
}
ADDRESS STRONG{
	color: #9b1f2e;
	font-weight: normal;
	background: inherit;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Content * */
/* ***** ***** ***** */
/* * Page-Frame * */
DIV#divPage{ 
	width: 762px;
	padding-left: 50px;
}

/* * Page-Top * */
DIV#divPageTop{
	height: 109px;
	width: 100%;
}
DIV#divPageTop IMG{
	float: right;
}

/* * Main Navi / Functional Navi * */
DIV#divNaviMainWrapper,
DIV#divNaviFunctionalWrapper{
	visibility: hidden;
	height: 1px;
}

/* * Content * */
DIV#divContentWrapper{
	width: 100%;
	min-height: 450px;
	padding: 15px;
}
DIV#divContentColumnLeft{
	float: left;	
	width: 180px;
}
DIV#divContentLeft{
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-left: 17px;
}
DIV#divContentLeft DIV.divContentLeftBox{
	margin-bottom: 30px;
}
DIV#divContentLeft DIV.divContentLeftBox H2,
DIV#divContentLeft DIV.divContentLeftBox H3{
	color: #9b1f2e;
	margin-bottom: 0;
	background: inherit;
}
DIV#divContentLeft DIV.divContentLeftBox P{
	margin-top: 0;
}
DIV#divContentColumnRight{
	float: left;
	width: 575px;
}
DIV#divContentRight{
	float: left;
	width: 100%;
	margin: 40px 10px 15px 15px;
}
DIV#divContentColumnRight P:first-child{
	padding-top: 0;
}
DIV#divContentRight DIV.divContentNarrow{
	width: 350px;
}
DIV#divContentRight DIV.divContentNarrow P{
	margin-bottom: 30px;
}
DIV#divContentRight DIV.divNaviContentWrapper{
	visibility: hidden;
	height: 1px;
}
DIV#divContentRight DIV.divPreviewBox{
	float: left;
	color: #9b1f2e;
	width: 270px;
	height: 92px;	
	margin-bottom: 15px;
	background: inherit;
}
DIV#divContentRight DIV.divPreviewBox IMG{
	float: left;
	margin: 0 5px 3px 0;
	border: 1px solid #9b1f2e;
}
DIV#divContentRight DIV.divPreviewBox H5{
	margin: 0 0 3px 0;
}
DIV#divContentRight DIV.divPreviewBox P{
	margin: 0;
}
DIV#divContentRight DIV.divDetailBox{
	float: left;
	width: 550px;
}
DIV#divContentRight DIV.divDetailBox IMG{
	float: left;
	border: 1px solid #9b1f2e;
}
DIV#divContentRight DIV.divNaviIndexWrapper{
	visibility: hidden;
	height: 1px;
}

DIV#divContentRight FORM{
	width: 309px;
	margin-left: 92px;
}
DIV#divContentRight FORM P LABEL{
	color: #9b1f2e;
	font-weight: bold;
	background: inherit;
}
DIV#divContentRight FORM P INPUT.elFormInput{
	width: 288px;
	border: 1px solid #9b1f2e;
}
DIV#divContentRight FORM P TEXTAREA.elFormInput{
	overflow: auto;
	width: 288px;
	height: 115px;
	border: 1px solid #9b1f2e;
}
DIV#divContentRight FORM P.elFormButtons{
	text-align: right;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Misc Elements * */
/* ***** ***** ***** */
.elClearLeft{
	clear: left;
}
.elInvisible{
	position: absolute;
	left: -5000px;
	top: -5000px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
.elError{
	font-weight: bold;
}