/* Der Grundaufbau */
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
background-image: url(/global/images/body_bg.gif);
	background-position: center;
	margin: 0;
	padding: 0;

}

input,textarea
{font-family:  Arial, Helvetica, sans-serif;font-size: 100%;width:400px;border: 1px solid #808080; repeat-x;margin-bottom:10px;}

input:hover,textarea:hover,input:focus,textarea:focus
{border: 1px solid #c0c0c0;}

input#submit
{width:auto;border: 3px double #808080; repeat-x;margin-bottom:10px;}

a, h2 a, h3 a {text-decoration: none;color: #dd3300;}

a:hover, h2 a:hover, h3 a:hover {background-color: #e6e6d9;} 

div#page {
	background-image: url(/global/images/maindiv_bg.gif); 
	position: absolute;
	padding: 0px 24px;
	width: 904px;
	left: 50%;
	margin-left: -476px;
	}

p {margin: 0px 0px 8px 0px;}

/* Die obere Navigation */

div.navi {
	background-color: #333311;
	background-image: url(/global/navi_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 8px;
	border-bottom: 1px #FFFFFF solid;
	}

div.navi a, div.navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 7px;
	}

div.navi a:hover {
	color: #910707;
	text-decoration: none;
	}

div.navi span.trenner {
	border-left: 1px #999966 dotted;
	}

/* Die Subnavi an der Seite */

div#sidebar {
	float: left;
	background-color: #CCCCB2;
	width: 184px;
	border-right: 8px #FFFFFF solid; /* weil es mit margin im IE nicht funktioniert */
	border-bottom: 8px #FFFFFF solid; /* weil es mit margin im IE nicht funktioniert */
	}

div#sidebar ul{
        list-style:none;
        margin:0;padding:0;border:0;
	}

/* Die Überschrift der Subnavi*/

div#sidebar h2.widgettitle {
	background-color: #CCCCB2;
        background-image: url(/global/h1_bg.gif);
	border-bottom: 2px #CCCCB2 solid;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 4px 8px;
	}

/* Die Links der Subnavi */
div#sidebar a, div#sidebar a:visited {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	border-top: 1px #000000 solid;
	clear: both;
 }

div#sidebar a:hover {
	background-color: #910707;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	border-top: 1px #FFFFFF solid;
 }

/* Zusatz in den Links der Subnavi */
	
div#sidebar span.subinfo {
	color: #999966;
}

div#sidebar a:hover span.subinfo {
	color: #CCCCB2;
}

.navigation {
        clear:right;
	display: block;
	text-align: center;
	margin-top: 10px;
	}

/* Der Inhalt */

div#content { 
	border-top: 4px #FFFFFF solid;
	border-bottom: 4px #FFFFFF solid;
	overflow: auto;
	float: left;
	width: 896px;
	padding: 8px 0px 0px 8px;
	}
	
/* Der Footer */

div.footer {
	background-image: url(/global/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	clear: both;
	width: 888px;
	border-top: 1px #FFFFFF solid;
	padding: 8px;
	}

div.footer p a img      {border:0;}
div.footer p a      {text-decoration: none;color: #999966;}
div.footer p a:hover      {background-color: #EEEDE2;} 

/* Die Inhaltsboxen */

.post {
        margin-top:10px;
	background-color: #F8F7F0;
	border-right: 8px #FFFFFF solid; /* weil es mit margin im IE nicht funktioniert */
	border-bottom: 8px #FFFFFF solid; /* weil es mit margin im IE nicht funktioniert */
	}

/* Die Boxüberschrift */
.post h2,.post h3 {
	background-color: #E6E6D9;
	background-image: url(/global/h1_bg.gif);
	border-bottom: 2px #CCCCB2 solid;
	color: #333311;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 4px 8px;
        text-transform:uppercase;
	}


h2.pagetitle, h3#comments, h3#respond {
	color: #333311;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
        width:660px;
        float:right;
        text-transform:uppercase;
	}

.post small{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0 0 8px;
        text-transform:uppercase;
        display:block;
	}

.post p.alt small{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
        text-transform:none;
        display:compact;
	}

.post .entry {
	margin: 8px 0 0 8px
	}

p.postmetadata {
        clear:both;
        padding: 12px 8px 8px 8px ;
	background-image: url(/global/klickarea_bg.gif);
	background-repeat: repeat-x;
	}

p.alt {
	background-image: url(/global/h1_bg.gif);
        border-top: 2px #CCCCB2 solid;
	background-repeat: repeat;
	}

p.postmetadata a, p.postmetadata a.link:visited {
	border: none;
	color: #999966;
	background: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

p.postmetadata a:hover {
	color: #FF33AA;
	border: none;
	background: none;
	}

div.post{width:650px;float:right;padding:10px;}

div.post img {
	background-color: #FFFFFF;
	border: 1px #CCCCB2 solid;	
	padding: 3px;
	margin-bottom: 8px;
        margin-right: 8px;
        float: left;
        }
