@charset "UTF-8";
@import url(reset.css);


/* * * * * START: GENERAL * * * * */
html {
	background: #F0ece4;

}
body {
	background: #F0ece4;
	padding: 15px 0 0 15px;
	margin: 0 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5b443c;
}
#wrapper {
	width: 990px;
}
.clear {
	clear: both;	
}
#mainImg {
	width: 420px;
	padding: 10px;
	position: fixed;
	top: 15px;
	left: 15px;
	border: 1px solid #CCC;
	background: #FFF;
}
/* * * * * START: GENERAL * * * * */


/* * * * * START: NAVIGATION * * * * */
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border-bottom: 3px solid #5b443c;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	text-align: right;
	line-height: 17px;
}
#navigation a {
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #666;
}
#navigation li.selected a {
	color: #c00;
	font-weight: bold;
}
/* * * * * END: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#contentWrap {
	position: absolute;
	top: 15px;
	left: 472px;
	width: 496px;
	min-height: 597px;
	padding: 10px;
	margin: 0 0 40px 0;
	background: #FFF;
	border: 1px solid #CCC;
}
#content {
	padding: 0 0 25px 0;	
}
#content h1 {
	margin: 0 0 15px 0;	
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#content h2 {
	margin: 0 0 15px 0;	
	font-weight: bold;
}
#content p {
	margin: 0 0 15px 0;	
	line-height: 19px;
}
#content a {
	color: #e67c40;	
}
#content a:hover {
	color: #666;	
}
#content a:active {
	color: #c00;	
}
#content .attn {
	color: #C00;	
}
#content .divider {
	border-top: 3px solid #5b443c;
	margin: 15px 0;
	height: 1px;
}
#content table {
	margin: 0 0 15px 0;	
}
#content table td {
	padding: 3px 0;	
	line-height: 19px;
	vertical-align: top;
}
#content table.listing {
	border-top: 1px solid #CCC;
}
#content table.listing td {
	padding: 3px 0;	
	border-bottom: 1px solid #CCC;
}
#content table.partnerLogos td {
	padding: 0 0 20px 0;
}
#content table.listing tr.quote td {
	border: none;	
	font-size: 15px;
	font-style: italic;
}
#content table.listing td.listinginfo {
	text-align: right;	
}
#content form input {
	border: 1px solid #CCC;
	padding: 2px;
}

/* * * * * START: FOOTER * * * * */
#footer {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 496px;
	margin: 15px 0 0 0;
	border-top: 3px solid #5b443c;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	color: #e67c40;	
}
/* * * * * END: FOOTER * * * * */


/* * * * * START: ARCHIVE SWITCH * * * * */
#archiveSwitch {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #666;
	padding: 5px 0;
}
#archiveSwitch a.derbeliebtebruder {
	margin: 0 0 0 10px;
	padding: 5px  50px 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background: url(/dasdrama/media/images/switch_derbeliebtebruder.jpg) no-repeat right top;
}
#archiveSwitch a.derbeliebtebruder:hover {
	color: #CCC;	
}
/* * * * * END: ARCHIVE SWITCH * * * * */
