@charset "UTF-8";



body {
	font-family: 'Istok Web', "Lucida Grande", "Verdana", sans-serif;
font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color: #E6E6E6;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: left bottom;
	background-attachment: fixed;
	background-image: url(imgs/sitebg-black.jpg);
}


strong {
	font-weight: bold;
}

#top {
	width: 100%;
	height: 300px;
	background-image: url(../imgs/bg_top.png);
	background-repeat: repeat-x;
	text-align: center;
}






/* ----------Seiteninhalt zentrieren-------------- */

#wrapper {
	overflow:hidden;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*
#left, #right, {
	padding-bottom: 40000px;
	margin-bottom: -40000px;
}
*/

#left {
	float:left;
	width:550px;
	text-align: left;
	padding-top: 0px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: inline;
}

#right {
	float: left;
	width:200px;
	padding-right: 20px;
	display: inline;
}








/*  ---------------rechte Spalte----------------- */

#infobox {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	color: #8e8e90;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	text-transform: none;
	height: auto;
	border: none;
	padding-top: 11px;
	text-align: left;
}
#infobox img {
	position: relative;
	left: -20px;
}

#infobox p {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#infobox .h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}

#infobox a {
	text-decoration: underline;
	color: #666666;
}

#infobox a:hover {
	text-decoration: none;
	color: #4c4c4c;
}


#infobox ul {
	text-align: left;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: inside;
}

#infobox * ul {
	text-align: left;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 16px;
}


/* ------------------- linke Spalte --------------- */


/* ------------------ Beiträge--------------------- */

.h2 {
	padding-bottom: 16px;
	font: 24px/0.8em "GraublauWeb","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-text-shadow: 1px 1px 0px black;
	-moz-text-shadow: 1px 1px 0px black;
	text-shadow: 1px 1px 0px black;
	color: #ffffff;
}

#beitrag {
	height: auto;
	min-height: 192px;
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

#beitrag p {
	margin-top: 10px;
}


#beitrag .imgmit {
	right: -20px;
	position: relative;
	float: right;
	border: 1px solid #000000;
	top: -20px;
}

#beitrag .imgohne {
	right: -20px;
	position: relative;
	float: right;
	top: -20px;
}

#beitrag img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -20px;
}


#beitrag a:visited {
	color: #999999;
	border-bottom: 1px solid #EB7E30;
	text-decoration: none;
}
#beitrag a:link {
	color: #222222;
	border-bottom: 1px solid #EB7E30;
	text-decoration: none;
}
#beitrag a:hover {
	color: #222222;
	text-decoration: none;
	border-style: none;
}
#beitrag a:active {
	color: #FFCC66;
	text-decoration: none;
	border-style: none;
}

#beitrag ul {
	color: #CCCCCC;
	text-align: left;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 12px;
}


#imrint {
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	text-align: center;
}

#imrint a:link, #imrint a:visited, #imrint a:active {
	color: #777679;
	border-bottom: 1px solid #EB7E30;
	text-decoration: none;
}
#imrint a:hover {
	color: #777679;
	text-decoration: none;
	border-bottom-style: none;
}

