/*	undo
*************/
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom;}
address { font-style:normal }
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
p { font-size: small; }
legend { display:none; }
body, div,p,li { background-repeat:no-repeat; }


html, body {
  height: 100%;
} 

body {
	background: none;
	font-family:arial,helvetica,sans-serif;
	font-size:x-small;
	voice-family:inherit;
	margin: 0;
	padding: 0;
}
#shadow {
	width:99%;
	height: auto !important; /* !important-Regel für moderne Browser */
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: 100%; /* Mindesthöhe in IE (<7) */
}
#outer {
	margin: auto;
	margin-bottom: 0px;
	width: 99%;
	height:auto !important;
	min-height:300px;
	height: 300px;
	background: #fff;
}

#content {
	clear: both;	
	margin: auto;
	width: 100%;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
}

#menu { display: none; }

/* ### CONTENT LEFT ### */
#c_leftt, #c_left, #c_left_b{ display:none; }


/* ### CONTENT RIGHT ### */
#c_right {
	float:left;
	height:auto !important;
	margin-left:16px;
	margin-bottom: 20px;
	min-height:400px;
	height: 400px;
	width:95%;
	margin-top: 0px;
}
#c_right h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:205%;
	padding-bottom: 15px;
}
#c_right h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:185%;
	padding-bottom: 15px;
}
#c_right h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	padding-bottom: 15px;
}
#c_right p {
	padding-bottom: 15px;
}

#c_right .breadcrumb { display: none; }


/*	Images
*************/
#c_right .text_image a:link {
	border: 0px solid;
	outline-style:none; /* Punkte um Link bei Bild sind ausgeschaltet */
	font-size: 100%;
}
#c_right .text_image a {
	font-size: 100%;
	border: 0px solid;
	outline-style:none; /* Punkte um Link bei Bild sind ausgeschaltet */
}
#c_right .text_image a:hover {
	border: 0px solid;
}
#c_right div.image {
	margin-bottom: 0px;
}
#c_right .text_image {
	height:auto;
	padding-bottom:2px;
	width: 100%;
}
#c_right .col2 .text_image,
#c_right .col3 .text_image {
	height:auto;
	padding-bottom:2px;
	width: 245px;
	overflow: hidden;
}
#c_right .text_image p {
	padding-left:0px;
}
#c_right div.image .extern {
	background-image:none;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#c_right div.image p {
	font-size:0.9em;
	margin:0pt;
	padding:0px;
}
#c_right div.flLeft p,
#c_right div.flRight p  {
	font-family:arial;
	font-size:70%;
	line-height: 70%;
	margin-top:5px;
}
#c_right div.image {

}

#c_right .img_area {
	padding:2px;
	background-image:none;
}
#c_right .img_area a {

	background-image:none;
}
	

#c_right div.flLeft {
	float:left;
	margin: 0px 10px 0px 0px;
}
#c_right div.flRight {
	float:right;
	margin: 0px 0px 0px 10px;
}
#c_right div.flCenter {
	margin: 0px auto 10px 0px
}
#c_right .zoom3 {
	text-align: right;
	margin-top: 2px;
}
#c_right a	{
	color: #cc0000;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 5px;
	font-size: 120%;
}
#c_right a:hover	{
	text-decoration: underline;
}




/* ### STARTPAGE ### */

#c_right .col2 {
	float: left;
	width: 45%;
	margin-right: 20px;
}
* html #c_right .col2 {
	float: left;
	width: 45%;
	margin-right: 15px;
}
#c_right .col3 {
	float: left;
	width: 45%;
}
* html #c_right .col3 {
	float: left;
	width: 45%;
}
#c_right .col2 h1, #c_right .col3 h1, #c_right .col2 h2, #c_right .col3 h2, #c_right .col2 h3, #c_right .col3 h3 {
	font-size: 130%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #565656;
	padding-bottom: 10px;
}
#c_right .col2 a, #c_right .col3 a {
	color: #cc0000;
	background-image:url(../files/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 15px;
}
#c_right .col2 a:hover, #c_right .col3 a:hover {
	text-decoration: underline;
}

/* ### HEADER ### */
#header {
	height: 125px;
	text-align: center;
}
#header_ext {
	text-align: center;
	margin-bottom: 8px;
}

#header_ext  img{ width: 90%;}


/* ### FOOTER ### */
#footer {
	border-top: 5px solid #ffd734;
	height: 30px;
	padding: 10px;
	clear:both;
}
#footer .nav2 { display: none; }
#footer .copy {
	color:#cc0000;
	font-size: 120%;
	width: 300px;
	float: right;
	text-align: right;
}
#footer a  {
	color: #cc0000;
	background-repeat: no-repeat;
	background-position: 0 center;
}
#footer a:hover {
	text-decoration: underline;
}

/* ### EVENTLIST ### */
.event {
	font-size: 120%;
	font-family: arial,helvetica,sans-serif;
	clear:both;
}
.event .timestamp {
	width: 150px;
	float: left;
	padding-top:8px;
}
#c_right .event h2 {
	padding-bottom: 0px;
}
#c_right .event h2 a {
	font-size: 60%;
	padding-bottom: 0px;
	font-family: arial,helvetica,sans-serif;
}
.back_link {
	margin-top: 20px;
}

.eventshort {
	padding-top:8px;
}
.eventshort .timestamp {
	font-weight: bold;
	font-size: 120%;
}
#c_right .col3 .eventshort h3 {
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	letter-spacing: normal;
}



/* ### GOOGLEMAPS ### */
#c_right #map a {
			}
	
#c_right #map a.google  {
		background-image: url(../files/arrow.gif);
	}



/* ### magazin_Layout ### */
.magazine-layout {
	position: relative;
	width: 100%;
}
.magazine-container {
	background: #cc0000;
}
/* magazin_Layout mit verlinkten Einzelbildern */
#c_right .magazine-image a, .magazine-image a:link, .magazine-image a:visited {
	color: #000;
	display: table;
	display: inline-block;
	line-height: 0.0em;
	background-image: none;
	padding: 0;
}
.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}

/* komplett verlinktes magazin_Layout */
a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
	cursor: pointer;
	display: table;
	display: inline-block;
	filter: alpha(opacity=80);
	line-height: 0.0em;
	opacity: 0.80;
	-moz-opacity: 0.80;
}
a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}


