body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #ED271A;
	padding:0px;
}

a {
	color: #000000;
}

#OuterFrame, #PagePath, div.PageNav {
	background-color:transparent;
	background-repeat:no-repeat;
	border:none;
	width:auto;
	padding:0px;
}

h1 {
	color:#000000;
}
li.print {
	width:100px;
	display:block;
}

/* Inner page navigation */
.PageNav {
	display:none;
}

.CountryLabel{
	color: #ED271A;
	margin-left: 7px;
	font-weight: bold;
}
/* Page Path *******************************************************************/

#PagePath {
	margin-left:6px;
	margin-top:5px;
	margin-bottom:5px;
}

.PathItem {
	float: left;
	padding-left: 0.5em;
}

.PathItem, .PathItem a{
	color: white;
	text-decoration:none;
}

#FirstPathItem {
	padding-left: 0px;
}

#CurrentPathItem {
	font-weight: bold;
}


/* Main Page Structure *******************************************************************/

#OuterFrame, .LeftOffset {
	position:absolute;
	left:50px;
	top:0px;
}

#OuterFrame { 
	top:25px;
	width: 920px;
	padding-bottom:20px;
}

#Frame {
	float: left;
	background-color:#D4DDCB; 
	border: 2px solid white;
}

.MenuOffset {
	float: left; 
	width:170px; 
	overflow:hidden;
}

.MenuOffset ul {

}

#Logo {
	width:165px;
	margin-top:38px; 
	margin-bottom:5px;
	/*padding: 6px;*/
	background-color:white;
}

#Content {
	float: left; 
	width:610px; 
	height: inherit;
	overflow:hidden;
	padding-left:2px;
	background-color:white;
	min-height: 600px;
	padding-bottom:40px;
}

*html #Content {padding-bottom:0px;}

#Functions {
	float: left; 
	margin-left: 12px;
	color:white;
	width:90px;
}

#Functions td {
	font-size:9px;
}

#Foot {
}


/* Content *******************************************************************/

#Content td {
	font-size: 11px;
	line-height: 15px;
}

#Content ul {
	margin-top:5px;
}

li.link a {
	text-decoration: none;
}

li.link {
	list-style-image : url(img/ListArrow.gif);
}

li.currentPage {
	color:#ED271A;
	font-weight: bold;
}

ol.ListEntry {
	list-style-type:decimal;
}

ol.ListEntry li{
	padding:1px;
	margin-left:4px;
	list-style-image : none;
}

/* Title on Image */
div.PageImage {
	display:block;
	width:610px;
	top:0px;
	margin:0px;
	padding:0px;
	float:left;
	background-repeat:no-repeat;
	/*border:1px solid #fff;
	padding-left:22px;*/
}

#ImageTitle {
	float:left;
	/*position:absolute;
	background-color:#ED271A;
	width:610px;
	float:left;*/
	/*
	position:absolute;
	*/
	padding:2px 22px 5px 22px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	color:white;
	font-size:15px;
	font-weight:bold;
}

/* PageTitle */
h1.title {
	color: #E62115;
	font-size: 15px;
	padding-left: 26px;
	background:url(img/TitleArrows.gif) no-repeat;
	background-position: 1px 3px;
	margin-left: 22px;
}

h3.TitlePath1, h3.TitlePath2, h3.TitlePath3 {
	margin-left: 22px; 
	width: 272px;
	margin-bottom:15px;
	color: #FFFFFF;
	font-weight : bold;
	padding: 2px 2px 2px 4px;
	font-size: 11px;
}


/* HeadlineEntry */
h2 {
	color: #4E4B4A;
	font-size: 15px;
	font-weight : normal;
	margin-bottom: 0px;
}

li {
	margin-left: -20px;
	list-style-image : url(img/ListLine.gif);
}

#BigTitle {
	font-size: 15px;
	margin-top: 5px;
}

img.antispam {
	position: absolute;
	margin-top: 1px;
}


.SomeChildPagesEntryTitle{
	color: #FFFFFF;
	font-weight : bold;
	padding: 2px 2px 2px 4px;
	margin-bottom:15px;
}

.arrowLinkBlock{
	color: #FFFFFF;
	font-weight : bold;
	padding-left:20px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:3px;
	background-image:url(img/NextBrother.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	background-color:#D4DDCB;
}

.arrowLinkBlock a {
	text-decoration:none;
	color: #FFFFFF;
}

.arrowLinkBlockText{
	float: left;
	padding-left:20px;
	padding-right:5px;
}

.SomeChildPagesEntrySubTitle{
}


#PrevNextBrother {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.PrevNextBrother {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index:5001;
}

.Rand {
	border: 1px solid black;
}

/* Menu *******************************************************************/
#Menu {
	background-color:#D4DDCB;
	overflow:hidden;
	min-width:165px;
}

/* menu nicht einrücken */
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

/* abstaende der kapitelebene */
#Menu ul li {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	list-style-image : none;
}

#Menu ul li a{
	padding-left: 7px;
}

/* highlighten der kapitelebene */
#Menu ul li a:hover {
	background-color: #E6EADE;
}

/* aktuelles Element soll rot, mit pfeil, mit hellerem hintergrund und fett sein */
#Menu a.current{
	color: #ED271A;
	background-image: url(img/MenuArrow.gif);
	background-position : right;
	background-repeat : no-repeat;
/*
	font-weight : bold;
*/
	background-color: #E6EADE;
}

/* Element im Pfad soll rot, mit hellerem hintergrund und fett sein */
#Menu a.inPath{
	color: #ED271A;
/*
	font-weight : bold;
*/
	background-color: #E6EADE;
}


#Menu ul li ul {
	list-style-position: outside;
}


/* abstaende der unterseiten*/
#Menu ul li ul li {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top:0px;	
	padding-bottom:0px;	
	list-style-image : none;
}

#Menu ul li ul li ul li {
	margin-top: 6px;
	margin-bottom: 10px;
}

*html #Menu ul li ul li a {
	width: 14.0em;
}

/* hihghlighten der unterseiten*/
#Menu ul li ul li a:hover {
	background-color: #E6EADE
}

/* einrueckung der unterseiten*/
#Menu ul li ul li a {
	display: block;
	padding-left: 14px;
	
}

/* einrueckung der unterseiten*/
#Menu ul li ul li ul li a {
	display: block;
	padding-left: 21px;
}

/* abstand*/
#Menu ul li ul li ul {
	margin-bottom: 25px;
	
}

/* generelle eigenschaften der verweise im menu*/
#Menu li a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	display:block;
	
}

#Menu ul li ul li ul li.highlight {
	/*border:2px solid #FFF;*/
}

#Menu ul li ul li ul li.highlight a {
	padding-left:41px;
	background:url('/img/MenuArrowHiliteBau.gif') no-repeat 21px;
}

#Menu ul li ul li ul li.highlight a:hover {
	background-color:#E6EADE;
}

/* abstaende fuer www.kaefer.com */
#Menu ul li.dotcom {
	margin-top: 40px;
}
#Menu ul li.dotcomfollow {
	margin-top: 20px;
}

/* Functions ****************************************************************/

#Functions ul {
	padding-left: 0px; 
	margin-left: 0px;
}

#Functions a, #Functions li {
	list-style-type:none;
	margin-left: 0px;
	text-decoration:none;
	margin-top: 15px;
	color:white;
}


input.search {
	color: #000000;
	font-size: 9px;
	width: 60px;
	height : 17px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 1px;
}

.PersonEntity {
	position: absolute;
	left:8px; top:8px;
	width: 180px;
	height : 365px;
	font-size: 9px;
	background-color: #CAE1E1;
	padding: 10px;
}

.PersonEntity td {
	font-size: 9px;
}

.PersonEntity td input{
	width: 175px;
	font-size: 9px;
}


#PersonImage {
	width: 60px;
	height: 50;
	position: absolute;
	left:0px; top:0px;
	background-color: #ED271A;
	text-align: right;
}

.MapDE {
	border: 1px solid black;
	background-image:url(/img/MapDE/map.gif);
	width:416; height:487; overflow:hidden;
}

.MapInt {
	border: 1px solid black;
	background-image:url(/img/MapInt/smallmap.gif);
	width:426; height:418; overflow:hidden;
}

.MapIntDE {
	border: 1px solid black;
	background-image:url(/img/MapIntDe/smallmap.gif);
	width:426; height:418; overflow:hidden;
}


#AdditorStatus {position: absolute; left:25px; top:-3px; width: 150px; height: 30px; z-index:555;}
#AdditorMessage {background-color:red; position: absolute; left:25px; top:35px; width: 200px; height: 30px; z-index:555;}
#AdditorPageInfo {position: absolute; left:25px; top:40px; width: 200px; height: 100px; visibility:hidden; z-index:556;}
#AdditorPopup {position: absolute; left:25px; top:40px; width: 200px; height: 40px; visibility:hidden; z-index:557;}
#AdditorStatus td, #AdditorMessage td, #AdditorPageInfo td, #AdditorPopup td {font-family:arial,helvetica,sans-serif;font-size:10px}