html {overflow-y: scroll} /* always show vertical scrollbar (for Moz) */
* {
   margin: 0px;
   padding: 0px;
   }
body {
	font: 15px/21px Georgia, "Times New Roman", serif;
	color: #333333;
	background: #C0C0C0 url(image/bg.jpg) fixed repeat-x;
		}
small {font: 15px/21px Georgia, "Times New Roman", serif;}
img {
	border-width: 0px;
	}
p {padding: 7px 0;}
strong {
	font-weight: bold;
	}
h1 {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 10px;
	}
h1.home {
	margin-bottom: 0;
	}
h1.home2 {
	margin: 10px 0 0 0;
	}
.box_right h1 {
	font-size: 15px;
	line-height: 20px;
	background-color: #CDCDCD;
	padding: 5px 10px;
	margin: -10px -10px 0 -10px;
	color: #222222;
	}
h1.spezial	{
	background-color: #DB5CCC;
	color: #000000;
	}
.box_right h1 a {
	color: #222222;
	}
h2 {
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	margin-bottom: 5px;
		}
h2.links {
	margin-bottom: 15px;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
	}
.box_aktuell h3 {
	margin: 0;
	}
.box_aktuell h3 a {
	font-size: 15px;
	}
h4 {
	font-size: 16px;
	line-height: 22px;
	margin: -5px 0 15px 0;
	}

a {
	color: #9F068C;
	text-decoration: none;
	outline: 0;
	-moz-outline: 0;
	}
a:hover {
	text-decoration: underline;
	}

ul {
	list-style-type: circle;
	padding: 5px 0 0 35px;
	}
li {
	padding-bottom: 5px;
	clear: both;
	}
cite {
	text-align: right;
	font-style: italic;
	display: block;
	}
	
/*############################### HAUPT-NAVIGATION ###############################*/
.navigation {
	width: 890px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	background: url(image/bg_navi.gif) no-repeat top right;
	overflow: auto;
		}
.navigation a {
	padding: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	}
a.select {
	color: #000000;
	}
.navigation a:hover {
	color: #000000;
	text-decoration: none;
	}
.navigation img {
	float: left;
	margin: 10px 40px 0 20px;
	}

/*############################### SUB-NAVIGATION ###############################*/
.box_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -10px -5px -10px;
	line-height: 18px;
		}
.box_right li{
	padding:0;
	border-bottom: 1px dotted #AAAAAA;
	}
.box_right li a {
	padding: 5px 10px;
	display: block;
	}
.box_right li a.select {
	background-color: #DADADA;
	color: #000000;
	}
.box_right li a:hover {
	background-color: #9F068C;
	color: #FFFFFF;
	text-decoration: none;
		}


/*######################### BOXES ######################*/

#box_head {
	width: 100%;
	background: url(image/bg_head.gif) no-repeat top center;
	height: 140px;
	clear: both;
		}

#box_top { 
	background: url(image/bg_top.png) no-repeat;
	height: 30px;
	width: 950px; 
	margin: 0 auto;
	clear: both;
	}
* html #box_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.literaturhaus.net/image/bg_top.png', sizingMethod='scale');
	background-image: none;
	}
#box_bottom {
	background: url(image/bg_bottom.png)  no-repeat;
	height: 40px;
	width: 950px;
	margin: 0 auto;
	clear: both;
	}
* html #box_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.literaturhaus.net/image/bg_bottom.png', sizingMethod='scale');
	background-image: none;
	}
.box_content {
	background-color: #FFFFFF;
	padding: 0 30px;
	overflow: auto;
	width: 890px; 
	margin: 0 auto;
	min-height:500px;
			}
.box_left {
	width: 590px;
	padding-right: 20px;
	float: left;
	overflow: hidden;

		}
.box_right {
	font: 12px/18px Georgia, "Times New Roman", serif;
	width: 250px;
	padding: 5px 10px;
	float: right;
	background-color: #E7E7E7;
	border: 5px solid #CDCDCD;
	overflow: hidden;
	margin: 5px 0px;
		}
#spezial {
	border: 5px solid #DB5CCC;
	}
.box_right_home {
	margin: 40px 0 0 0;
	}
.box_right_home_2 {
	margin: 10px 0 0 0;
	}
.box_right .divider {
	height: 5px;
	margin-bottom: 5px;
	}
.divider {
	height: 15px;
	width: 100%;
	border-bottom: 1px dotted #555555;
	margin-bottom: 15px;
	clear: both;	
	}
	
.box_aktuell {
	overflow: hidden;
	}
.box_aktuell img{
	float: left;
	padding-right: 15px;
	}
.box_aktuell .divider {
	border-bottom: 1px dotted #CCCCCC;
	height: 10px;
	margin-bottom: 10px;
	}
.box_aktuell .text {
	float: right;
	width: 575px;
	}
.box_aktuell .text_small {
	float: right;
	width: 445px;
	}
	
.footer {
	text-align: right;
	width: 920px;
	padding: 5px 30px 50px 0;
	margin: 0 auto;
	}
.footer a {
	color: #000000;}
.footer img {
	vertical-align: middle;
	margin: 5px 10px 0 0;
	}
	
	
/*############################### Tabellen ###############################*/
.veranstaltungen_tabelle {
	margin: 0 -10px -5px -10px;
	width: 270px;
	}
.veranstaltungen_tabelle a  {
	display: block;
	padding: 5px;
	}
.veranstaltungen_tabelle a:hover {
	background-color: #9F068C;
	color: #FFFFFF;
	text-decoration: none;
		}
.veranstaltungen_tabelle td {
	vertical-align: top;
	border-bottom: 1px dotted #AAAAAA;
	font: 11px/14px arial;
	}
/* OLD 
#td_1 {
	border-width: 0px;
	} */
td.datum {
	font: italic 28px/18px  Georgia, "Times New Roman", serif;
	color: #999999;
	padding: 5px 5px 0 5px;
	text-align: right;
	}
.archiv_tabelle {
	margin: 0;
	}

.archiv_tabelle td{
	padding: 10px 0 15px 0;
	vertical-align: top;
	border-top: 1px dotted #AAAAAA;
	}
td.archivdatum {
	font-size: 28px;
	font-style: italic;
	color: #999999;
	padding: 10px 10px 0 0;
	}

	
/*############################### BILDER ###############################*/
.bild_untertitel {
	font: 11px/15px arial, helvetica, sans-serif;
	margin: 15px 0 10px 0;
	}
.bild_links {
	font: 10px/15px arial, helvetica, sans-serif;
	float: left;
	margin: 5px 20px 5px 0;
	}
.bild_rechte_box_links {
	float: left;
	padding: 3px 10px 0 0;
	}
	
.fussnote {
	font: 11px/15px arial, helvetica, sans-serif;
		}

/*#### SPECIAL ####*/
/*div.newsContent p {line-height: 15px;}*/
.newsContent {
	margin-top: 12px;
	}
object {outline:0; -moz-outline:0;}