/*	
	------------------------------------
	Section 1: Global page definitions
	------------------------------------
*/

body {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #EBE6E2;
}
	
a {
	color: #AD0D01;
	text-decoration: none;
}
a:hover {
	color: #AD0D01;
	text-decoration: underline;
}
h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DE350C;
}
ul {
	 margin-left: 10px;  
	 padding-left: 10px;
}
li {
	padding-bottom: 3px;
}
ul#partner li {
	padding-bottom: 12px;
}
img {
	border: none;
}
html>body .moz-bug { clear:both; }

/*	
	------------------------------------
	Section 2: Navigation
	------------------------------------
*/

#navigation {
	padding: 10px 0 9px 0;
	border-top: 1px solid #DED9D5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58534F;
	letter-spacing: 1px;
	background-color: white;
}

#navigation a {
	color: #58534F;
	text-decoration: none;
}
#navigation a:hover {
	color: #AD0D01;
}
#sel a {
	color: #AD0C04;
}

/*	
	------------------------------------
	Section 3: Main Divs
	------------------------------------
*/

#main {
	width: 674px;
	margin: 36px auto 40px auto;
	background-color: #FEF2E6;
	border-top: 41px solid white;
	border-left: 43px solid white;
	border-right: 43px solid white;
}
/*  simplified box model hack for IE 5.x */
#main { \width: 760px; }
#main { w\idth: 674px; }

#top {
	height: 139px;
	background-image: url(../images/system/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
}
#content {
	padding: 62px 0 25px 133px;
	background-image: url(../images/system/bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.entry {
	width: 425px;
	padding-bottom: 24px;
}
.pic {
	float: left;
	width: 80px;
	padding-top: 24px;
	text-align: left;
}
.text {
	float: right;
	width: 331px;
	padding: 0 0 23px 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534B48;
	line-height: 14px;
	background-image: url(../images/system/tile_article_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#article {
	float: left;
	width: 445px;
	margin: 0 0 24px 0;
	padding: 0 0 23px 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534B48;
	line-height: 14px;
	background-image: url(../images/system/tile_article_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#article img {
	float: left;
	margin: 2px 18px 5px 0;
}

#impressum {
	width: 425px;
	padding-top: 25px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A09B;
}
#impressum a {
	color: #A9A09B;
	text-decoration: none;
}
#impressum a:hover {
	color: #AD0D01;
	text-decoration: underline;
}

