@charset "utf-8";
/* LAYOUT
	NAVIGATION
	ALLGEMEIN
	FORMULARE
	DANKE
	LINKS
	KONTAKT
	TV
	PRINT
	BELARUS
	TSCHERNOBYL
	HOME
	DASSINDWIR
	AKTUELLES
	KINDERSOMMER
	IMAGE-POPUP
*/

/* =LAYOUT
   ----------------------------------------------------*/
.page {
	width: 800px;
	border: 1px solid #c00; /* 1B1B1F */
	border-width: 0 2px 2px 2px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
body>page {
}
#header {
	padding: 10px 20px 10px 20px;
	height: 66px;
}
#topimage {
	border-top: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
}
#topimage img {
	display: block;
}
#navi {
	height: 30px;
	padding-left: 20px;
}
#center {
	padding: 20px;
	clear: both;
}
#leftnavi {
	float: left;
	width: 180px;
	margin-right: 20px;
	height: 100px;
}
#leftnavi[id] {
	min-height: 10px;
	height: auto;
}
#content {
	float: left;
	width: 560px;
	height: 300px;
}
#center>#content {
	height: auto;
	min-height: 300px;
}
#facebook_box {
	/*width: 330px;
	height: 62px;
	float: right;*/
}
#footer {
	padding: 10px 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/* =NAVIGATION
   ----------------------------------------------------*/
#top_links {
	float: right;
	width: 470px;
	margin-top: 45px;
	height: 21px;
	text-align: right;
}
#top_links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_links ul li {
	float: right;
	border: 1px solid #c00; /* 6d6d6d */
	margin-left: 6px;
}
#top_links ul li.social {
	border: none;
}
#top_links a {
	text-decoration: none;
	color: #1B1B1F;
	display: block;
	padding: 2px 3px;
}
#top_links li.social a {
	padding-top: 1px;
	padding-bottom: 1px;
}
#top_links a img {
	display: block; /* sonst machen Opera und Firefox einen Abstand unten */
}
#top_links a:hover {
	background: #ddd;
}
#top_links li.social a:hover {
	background: none;
}

#top_links li.active a {
	background: #ddd;
}

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navi ul li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
#navi a {
	text-decoration: none;
	color: #1B1B1F;
	padding: 2px 10px;
	display: block;
}
#navi a:hover {
	background: #ddd;
}
#navi li.active a {
	background: #ddd;
	/*border: 1px dotted #ccc;
	border-width: 0 1px 1px 1px;*/
	color: #c00; /* 1B1B1F */
}

#smenu_neu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#smenu_neu ul li {
	border-bottom: 1px solid #ddd;
	height: 16px; /* IE66 */
}
#smenu_neu ul>li {
	height: auto;
}
#smenu_neu ul li li {
	border-bottom: none;
}
#smenu_neu ul li a {
	text-decoration: none;
	color: #1B1B1F;
	display: block;
	height: 100%; /* muss sein wenn display: block, wegen IE6 */
}
#smenu_neu ul li a:hover, #smenu_neu ul li.active li a:hover {
	background: #ddd;
}
#smenu_neu ul li a {
	padding-left: 10px;
}
#smenu_neu ul li li a {
	padding-left: 15px;
}
#smenu_neu ul li li li a {
	padding-left: 20px;
}
#smenu_neu ul li li li li a {
	padding-left: 25px;
}
/*#smenu_neu ul li.on {
	background: #ddd;
}
#smenu_neu ul li.on ul {
	background: #fff;
}*/
#smenu_neu ul li.active a {
	font-weight: bold;
	background: #ddd;
	/*border: 1px dotted #ddd;*/
	color: #c00;
}
#smenu_neu ul li.active li a {
	font-weight: normal; /* damit die lis innerhalb eines offenen aktiven nicht auch markiert werden */
	background: none;
	color: #1B1B1F;
}

/* =ALLGEMEIN
   ----------------------------------------------------*/
br.clear, div.clear, div.fotos br.clear, div.fotos div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	border: none;
}
.clearme {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
#fahnenmaennchen {
	float: left;
	margin-right: 20px;
}
#logo_pg {
	float: left;
	margin-right: 10px;
	margin-top: 24px; /* 9 */
}
#content img.left, #content .imgleft {
	float: left;
	margin: 6px 6px 6px 0;
}

#content img.right, #content .imgright {
	float: right;
	margin: 6px 0 6px 6px;
}

#content .center500 {
	width: 500px;
	text-align: center;
}

#seitenliste_top, #seitenliste_bottom {
	font-weight: bold;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 18px;
}
#seitenliste_bottom {
	margin-top: 18px;
}
#seitenliste_top a, #seitenliste_bottom a {
	text-decoration: none;
	color: #1B1B1F;
	padding: 2px 10px;
}
#seitenliste_top a:hover, #seitenliste_bottom a:hover {
	background: #ddd;
}
.seitenliste-aktiv {
	background: #ddd;
}

.button_a {
	color: #c00;
	border: 1px solid #c00;
	background: #ddd;
	cursor: pointer;
}

table.fotos {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 24px;
}

table.fotos td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 3px;
	font-size: 10px;
}

div.fotos { 
	/*width: 400px;
	background: #808080;*/
}
 
div.fotos div { 
	width: 97px;
	height: 73px;
	/*background: #fff;*/
	border: 1px solid #ccc;
	float: left;
	margin: 0 4px 4px 0;
	padding: 4px;
}
div.fotos[class] div { 
	margin: 0 5px 5px 0;
}

div.fotos div:hover {
	border-color: #c00;
}

div.fotos a { 
	border: none;
	margin: 0;
	padding: 0;
}
 
div.fotos div i { 
	display: block;
	width: 97px;
	height: 73px;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-color: #eee;
}

div.fotos .clear {
	clear: both;
	float: none;
	
}

#gruppenbilder table.fotos td {
	vertical-align: bottom;
}

table.fotos td img {
	margin-left: auto;
	margin-right: auto;
	display: inline; /* Hier kein Display Block! Firefox verschiebt bei td a img {display: block;} die Bilder teilweise */
}

div.fotosXcols {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 24px;
	font-size: 10px;
}

div.fotosXcols div {
	text-align: center;
	padding-bottom: 3px;
	float: left;
}
div.fotos2cols div {
	width: 50%;
}
div.fotos3cols div {
	width: 33%;
}
div.fotos4cols div {
	width: 25%;
}
div.fotos5cols div {
	width: 20%;
}

div.fotosXcols div div {
	padding-bottom: 0px;
	padding: 0 5px;
	float: none;
	text-align: center;
	width: auto !important;
}

div.fotosXcols div img {
	margin-left: auto;
	margin-right: auto;
	display: inline; /* Hier kein Display Block! Firefox verschiebt bei td a img {display: block;} die Bilder teilweise */
}

.textlinks, .textlinks td {
	text-align: left !important;
}

.bildunterschrift {
	font-size: 10px;
}

h2 + p { /* wenn p unmittelbar auf h2 folgt */
	margin-top: 11px;
}

hr + h2 {
	margin-top: 11px;
}

.ende {
	font-weight: bold;
	font-size: 12px;
	color: #c00;
	text-align: center;
	height: 14px;
	line-height: 14px;
	margin-bottom: 18px;
}

.klein {
	font-size: 9px;
	height: 10px;
	line-height: 10px;
	margin-bottom: 18px;
}

.error {
	font-weight: bold;
	color: #f00;
}
.success {
	font-weight: bold;
	color: #0c0;
}

dl {
	margin-left: 3%;
}
dt {
	float: left;
	width: 80%;
	margin: 0;
	padding: 0;
	clear: both;
}
dd {
	float: left;
	width: 17%;
	margin: 0;
	padding: 0;
}
dd img {
	margin-right: 6px;
}

.nowrap {
	white-space: nowrap;
}

.invisible {
	visibility: hidden;
}

.c1 {
	clear: both;
	float: left;
}

.c2 {
	float: left;
}
/* =FORMULARE
   ----------------------------------------------------*/

/* =DANKE
   ----------------------------------------------------*/
#danke ul.sponsor {
	/*list-style-type: none;*/
	margin: 0 0 18px 18px;
	padding: 0;
}
#danke ul.sponsor li {
}

/* =LINKS
   ----------------------------------------------------*/
#links ul#sponsoren {
	list-style-type: none;
	margin: 0 0 18px 0;
	padding: 0;
}
#links ul#sponsoren li {
}

/* =KONTAKT
   ----------------------------------------------------*/
#kontakt .c1 {
	clear: both;
	float: left;
	width: 150px;
}
#kontakt fieldset {
	border: 1px solid #ddd;
	/*border: none;*/
}
#kontakt fieldset legend {
	/*display: none;*/
}
#kontakt br {
	height: 20px;
}
#kontakt input[type=text], #kontakt input[type=tel], #kontakt input[type=email], #kontakt textarea, #kontakt fieldset {
	margin-bottom: 6px;
}


/* =TV
   ----------------------------------------------------*/
#tv dl {
	margin-left: 0%;
}

/* =PRINT
   ----------------------------------------------------*/
#print .presse_h1 {
	color: #6d6d6d;
}
#print ul.presse {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}

/* =BELARUS
   ----------------------------------------------------*/
.fotos a img {
	/*border: 1px dashed #000;*/
}

/* =TSCHERNOBYL
   ----------------------------------------------------*/

/* =HOME
   ----------------------------------------------------*/
#home div.aktuelles {
	font-weight: bold;
	color: #c00;
	margin-bottom: 12px;
	border: 2px solid #c00;
	padding: 3px;
}
#home div.aktuelles h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
	font-size: 100%;
	margin: 0;
}
#home div.aktuelles ul {
	margin: 0;
	padding: 0 0 0 20px;
}

/* =DASSINDWIR
   ----------------------------------------------------*/
#dassindwir #map {
	height: 400px;
}
/* =AKTUELLES
   ----------------------------------------------------*/
#aktuelles div.aktuelles {
	font-weight: bold;
	color: #c00;
	margin-bottom: 12px;
	border: 2px solid #c00;
	padding: 3px;
}

.center {
	text-align: center;
}

#aktuelles_wannwo .c1 {
	width: 100px;
	padding-bottom: 6px;
}

#aktuelles_wannwo .c2 {
	width: 380px;
	padding-bottom: 6px;
}

/* =KINDERSOMMER
   ----------------------------------------------------*/
.neuefamilien {
	float: right;
}
#kindersommer2004 .c1, #kindersommer2005 .c1 {
	width: 270px;
	float: left;
	margin-right: 10px;
}
#kindersommer2004 .c2, #kindersommer2005 .c2 {
	width: 270px;
	float: left;
}

/* =FORMULARE
   ----------------------------------------------------*/
#formulare dt, #formulare dd {
	height: 19px;
}
#formulare[id] dt, #formulare[id] dd {
	height: auto;
	min-height: 19px;
}

#formulare dt.na {
	text-decoration: line-through;
}

/* =IMAGE-POPUP
   ----------------------------------------------------*/
.contContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url('images/trans.gif'); /* damit IE6 nicht Links hindurchklicken lässt */
	text-align: center;
	overflow: auto;
}
/* wird vom IE6 ignoriert */
.contContainer[class] {
	background: url('images/k_trans.png');
	position: fixed;
}

/* nur IE 6, warum geht das aber nicht, evtl. wegen Standalone
* html .contContainer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/k_trans.png', sizingMethod='scale');
}*/

.imageContainer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.imageContainer img {
	margin-top: 30px;
	border: 10px solid #fff;
}

#waitImage {
	height: 32px;
	width: 32px;
}
.closeLink, .imgNavLink {
	background: #fff;
	padding: 10px;
	cursor: pointer;
}

.imgNavLink {
	text-decoration: none;
}
