/*

pp_km2006 v1.0
2006-03-09

template for egocms

site.css

design by jorge obst-wildenhain (http://elevator-dg.de) and pat erler (http://patsplanet.com)
code by pat erler (http://patsplanet.com)

menu system based on suckerfish (http://www.htmldog.com/articles/suckerfish/dropdowns)
breadcrumb system based on a list apart (http://www.alistapart.com/articles/taminglists)


*/

html, body{
margin: 0;
padding: 0;
}

body{
	color:#000;
	text-align:center;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;
	background-color: #8C1422;
	background-image: url(../images/bg_rtop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

table{
	color:#000;
	text-align:left;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;
}

a {
	color: #191F36;
	text-decoration: underline;
}
a:hover {
	color: #8C1422;
}

#fullpage{
	margin: auto;
	background:#FFFFFF;
	text-align: left;
	width: 820px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #191F36;
}

#startpage{
	margin: auto;
	text-align: left;
	width: 820px;
}
#startpic{
	margin-top: 30px;
}

#header{
	height:130px;
	background-color: #8C1422;
	background-image: url(../images/bg_header.gif);
	clear: left;
}

#navi{
	position: relative;
	left: 230px;
	top: 110px;
	height: 20px;
	width: 480px;
	font-size: 15px;
	float:left;
}

#breadcrumb {
	margin-bottom: 10px;
	color: #191F36;
	font-size: 12px;
}
#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	color: #191F36;
}
#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#breadcrumb ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

#breadcrumb ul li.first:before {
	content: " ";
}

#breadcrumb a{
	text-decoration: underline;
	color: #191F36;
}

#breadcrumb a:hover{
	text-decoration: underline;
	color: #8C1422;
}



#rpanel{
	float:right;
	width:180px;
	height:1000px;
	background-color: #FFFFFF;
}

#center{
	color: #000000;
	margin-right: 180px;
}

#content{
	padding: 10px;
}

#footer{
	clear:both;
	padding:10px;
	background:#fff;
	text-align:center;
	height:100px;
}

.headline1{
	font-size: 18px;
	color: #191F36;
	}

.headline2{
	font-size: 16px;
	color: #8C1422;
	}

.contentimage{
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
}

#language{
   float:left;
   color:white;
   padding-left:10px;
}
#language a{
   text-decoration: none;
}

#language img{
   border: #fff 1px solid;
   vertical-align:middle;
}
