/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background-image: url(img/hg.gif);
	background-repeat: repeat;
: #7A4E16;
	font: normal 72% "Lucida Sans Unicode",sans-serif;
}

p,blockquote,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	font: normal 1.1em Geneva, Arial, Helvetica, sans-serif;
	padding-left: 50px;
	color: #FFF0C2;
	background-color: #222222;
	border: 2px solid #FF9900;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	left: 30px;
	margin-left: 50px;
        margin-bottom: 20px;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: 3px solid #2A2A2A;}

ul {margin-left: 2em;}
h1 {font: normal 2.0em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
h3 {
	font: bold 1.3em Verdana,sans-serif;
	padding-bottom: 2px;
}



/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: url(img/header.gif) no-repeat right;
	border-bottom: 1px solid #FF9900;
	font: bold normal 2.5em sans-serif;
	height: 120px;
}
.header a {
	color: #7A4E16;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: url(img/header.gif) no-repeat right;
	height: 120px;
	color: #FF9900;
}

/* structure: container gesamt, main hauptbereich in beige, */
.container {
	border-top: 2px none #2A2A2A;
	background-color: #F1DC9C;
	border-right: 2px solid #2A2A2A;
	border-bottom: 2px solid #2A2A2A;
	border-left: 2px solid #2A2A2A;
}

.main {
	background: #F1DC9C;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
        background-image: url(img/hg-laufer.gif);
	background-repeat: repeat-y;

}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	
	border-top: 1px solid #444;
	padding: 16px;
	background-attachment: fixed;
	
}


/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #444;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.post h1 a {
	color: #444;
	text-decoration:none;
}

.post h1 a:hover {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #FF9900;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}

.post h1 a :visited{
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}
.content a {
	color: #7A4E16;
	text-decoration: underline;
	font-weight: bold;
}
.content a:hover {
	color: #ff9900;
	font-weight: bold;
}

/* navigation oben*/
.nav {background: #191919 url(img/nav.gif);}
.nav a {
        background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #FF9900;
	float: left;
	font: bold 1.1em/41px Verdana, sans-serif;
	padding: 0 20px;
}
.nav a:hover {
	background: #7A4E16 url(img/nav_hover.gif);
	color: #eee;
}
.nav a:focus {
	background: #7A4E16 url(img/nav_hover.gif);
	color: #eee;
}
.nav a:active {
	background: #7A4E16 url(img/nav_hover.gif);
	color: #eee;
}

.nav ul {display: inline;}
.nav li {list-style: none; float: left;}

/* sub-navigation */
.subnav {
	background: #7A4E16;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
	color: #FF9900;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li2.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #222222;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #eee;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #ff9900;
        font: bold 1.1em Verdana,sans-serif;
        text-decoration: underline;
        }
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #eee;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #FF9900;}


.post {margin:0 0 25px 0;}

.post .info{
	padding: 4px 6px;
	border:1px solid #272727;
	background-color: #222;
	color: #eee;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #303030;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


.content ul li
{
margin-left:10px;

}



.content ol li
{
margin-left:20px;
padding-bottom:5px;


}


/*
=Start table structure
*/

.tableStyle {
	width: 100%;
	margin: 1em 0 1em 1em;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	
}

.tableStyle th, .tableStyle td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	background-color: F1DC9C;

}



/*
=Start table structure
*/

table {
	width: 100%;
	margin: 1em 0 1em 1em;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	
}

th, td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	background-color: F1DC9C;

}
/*
=End table structure
*/




th, td {
	font-size: 1.1em;
	border-color: #F90;
}

.hin {
	background-color: #FFF0C2;
}

.her {
	background-color: #F1DC9C;
}

th, thead td {
	background-color: #7A4E16;
}


