/**
 * Style sheet Layout
/*Farben*/ 
/* #6981A3 für DAS BLAU*/
/* #63738D anderes Blau, z.B. Box Links */
/* #EBEBEB <th>
/* #E1E1E1 für helles grau,  Listentrenner Kommentare */
/* #CCCCCC für grau, Listentrenner Tabellen */

body
{
	margin:0;
	padding:0;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.6em;
	background-image: url(../tl_files/images/muster/bg-blaugrau.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5 {
	text-align: left;
	padding: 0px;
	margin: opx;
}
#wrapper
{
	width:960px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
}

#header
{
	margin-top: 0px;
	width:915px;
	height:268px;
	background-color:#333333;
	background-image:url(../tl_files/images/logo/6.jpg);
	background-repeat:no-repeat;
}

li, ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#header h1
{
	display:none;
}

#header img
{
	top:225px;
	left:0px;
	position:relative;
	z-index:100;
}

div.search_head {
	position: relative;
	top: 95px;
	left: 318px;
	font-size: 75%;
	width:250px;
	text-align:right;
	padding-right: 3px;
}
div.search_head input {
	border: 1px solid #666666;
	margin: 0;
	padding: 3px;
}

#container
{
	width:858px;
	margin-left:57px;
	color:#000000;
	background-color: #F5F5F5;
	background-image: url(../tl_files/images/muster/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#main
{
	margin-left:0px;
	padding-top:2em;
	padding-bottom:2em;
}

.klein, .quelle, .links {
	font-size: 85%;
	line-height: 1.3em;
}
.klein h3, .quelle h3, .links h3 {
	background-image: none;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.quelle h3, div.links h3 {
	padding-top: 0.4em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.quelle li h5 {
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.quelle li p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ce_text, .ce_table, .ce_gallery
{
	margin-bottom:1em;
}

.ce_gallery dl, #uebersicht-bilder .ce_image dl
{
	float:left;
}

/*Aber noch Text-Template beachten !!!*/
.ce_text dl, .ce_gallery dl, #uebersicht-bilder .ce_image dl
{
	margin-top:0;
	margin-bottom:1em;
}

.ce_text dl.imageleft , .ce_gallery dl, #uebersicht-bilder .ce_image dl {
	margin-right: 8px;
}
.ce_text dl.imageright {
	margin-left: 8px;
}

.ce_gallery dd, .ce_text dd
{
	overflow:hidden;
	margin:0px;
	padding:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#666666;
	line-height:1.1em;
	vertical-align: top;
	height:3.5em;
}

.image_container a img, .ce_text a img, .ce_gallery dt a img, .ce_text dt a img, #uebersicht-bilder .ce_image dt a img, .mod_newslist .layout_short .ce_news_image .image_container_left img, .mod_newsarchive .layout_short .ce_news_image .image_container_left img
{
	border:2px solid #F5F5F5;
}

.image_container a:hover img, .ce_text a:hover img, .ce_gallery dt a:hover img, .ce_text dt a:hover img, #uebersicht-bilder .ce_image a:hover img, .mod_newslist .layout_short .ce_news_image .image_container_left a:hover img, .mod_newsarchive .layout_short .ce_news_image .image_container_left a:hover img
{
	border:2px solid #000000;
}

div.mod_article
{
	float:left;
}

div.artikel
{
	width:585px;
	float:right;
	margin-right:17px;
	margin-left: 15px;
	padding-left: 9px;
	text-align: justify;
	display:inline;
}
.artikel p {
	margin-top: 0px;
}
.artikel table {
}
.artikel .spaltenlayout {
}
.artikel td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 85%;
	padding-right: 1em;
	vertical-align: top;
	text-align: left;
	line-height: 1.4em;
	padding: 1px;
}
.artikel td.col_0 {
}
.artikel td.col_1 {
}

#karte td img {
	display:block;
}
#karte td {
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.artikel th {
	text-transform: uppercase;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 1.2em;
	vertical-align:bottom;
	font-weight: bold;
}
 .artikel .left_th table td.col_0, .artikel th , .artikel .left_th colgroup col {
	background-color: #EBEBEB;
}
.artikel .left_th td:first-child {
	font-weight: bold;
}
.artikel .left_th td:first-child strong {
	font-weight: normal;
}

.artikel a , .toplink a {
	color:#6580A3;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.artikel a:hover , .toplink a:hover {
	color:#333333;
	text-decoration: underline;
}
.artikel h2
{
	margin-top:0;
	margin-bottom:2em;
	padding-bottom: 0.5em;
	font-size: 140%;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.artikel h3 {
	background-image: url(../tl_files/images/muster/pfeilre.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	padding-left: 20px;
	margin-top:0em;
	margin-bottom:0.5em;
	font-size: 120%;
}
.artikel h4 {
	margin-top:0em;
	margin-bottom:0.5em;
	font-size: 110%;
}
.artikel .boxed ul, .artikel .boxed li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.artikel .boxed li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-left: 35px;
	background-position: 25px 0px;
	padding-top: 5px;
}
.artikel .boxed li, .artikel .rahmen {
	background-image: url(../tl_files/images/muster/bgbox1.jpg);
	background-repeat: no-repeat;
}
.artikel blockquote {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 70px;
	padding-right: 30px;
	border: 1px dotted #CCCCCC;
	background-color: #EBEBEB;
	background-image: url(../tl_files/images/muster/zitat1.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 0px 10px;
	clear:both;
	padding-top: 1em;
	padding-bottom: 1em;
}
.artikel blockquote div.klein {
	margin-bottom: 1em;
	font-style: italic;
}

.artikel .rahmen {
	border: 1px solid #E1E1E1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding: 1em;
}
.artikel .rahmen h3 {
	background-image: none;
	padding-left: 0px;
	letter-spacing: 0.15em;
}
.artikel .rahmen h4 {
	margin-bottom: 0px;
}
.artikel li {
	margin-left: 1.5em;
	list-style-type: disc;
}
.artikel ul {
	margin-bottom: 1em;
}

#footer
{
	width:858px;
	margin-top:1.5em;
	margin-left:57px;
	margin-bottom: 20px;
	font-size:75%;
	color:#666666;
	height: 22px;	
	text-align: right;
	background-image: url(../tl_files/images/muster/typolight.gif);	
	background-repeat: no-repeat;
}

#footer .inside
{
	text-align:left
	text-indent: 0px;
}
#footer #footer_tl {
	float:left;
	width: 240px;
	text-align: left;
	text-indent: -9999px;
}

.meldung1 {
	background-color:#7C0A0A;
	color:#FFFFFF;
	font-size: 90%;
	text-align:center;
	margin-bottom:1em;
}

/*Nachrichten*/
.mod_newslist h3 a, .mod_newsarchive h3 a, .mod_eventlist h3 a {
	text-decoration: none;
	color:#000000;
	margin-top:0;
	margin-bottom:0.5em;
	font-size: 125%;
	font-weight: bold;
}
.mod_newslist h2, .mod_newsarchive h2 {
	background-image: none;
	text-indent: 0px;
	text-transform: uppercase;
	color: #666666;
}
.mod_newslist h3, .mod_newsarchive h3, .mod_eventlist h3 {
	background-image: url(../tl_files/images/muster/pfeilre.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;	
	margin-left: 0px;
}

.mod_newslist p.info , .mod_newsreader .layout_full p.info, .mod_newsarchive p.info {
	margin:0;
	padding: 0;
	font-size: 90%;
	color: #111111;
	margin-bottom: 0.5em;
}
.mod_newslist p.teaser {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.mod_newslist p.more, .mod_newsarchive p.more,  .mod_eventlist p.more {
	margin-top: 0px;
	text-align: right;
}
.mod_newsreader p.back, .mod_eventlist p.back {
	margin-top: 0px;
	text-align: right;
}


/*Nachrichten-Liste*/
.mod_newslist .layout_short, .mod_newsarchive .layout_short {
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}
.mod_newslist .layout_short .ce_news_image .image_container_left, .mod_newsarchive .layout_short .ce_news_image .image_container_left {
	float:left;
	margin-right: 10px;
}
.mod_newslist .info_comment {
	clear: both;
	font-size: 80%;
	color: #828282;
}

/* spez.Events */
.mod_eventlist h4 {
	margin:0;
	padding: 0;
	font-size: 120%;
	color: #FF6600;
}
.mod_eventlist h2 {
	display: none;
}

/*Länder*/
.artikel .ce_text span.flagge_china, 
.artikel .ce_text span.flagge_uk, 
.artikel .ce_text span.flagge_ru, 
.artikel .ce_text span.flagge_brd,
.artikel .ce_text span.flagge_cssr {
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 23px;		
	padding-right: 0.6em;
	font-weight: bold;
	font-size: 80%;
}
.artikel .ce_text span.flagge_china {
	background-image: url(../tl_files/images/flaggen/china.gif);
}
.artikel .ce_text span.flagge_uk {
	background-image: url(../tl_files/images/flaggen/uk.gif);
}
.artikel .ce_text span.flagge_ru {
	background-image: url(../tl_files/images/flaggen/ru.gif);
}
.artikel .ce_text span.flagge_brd {
	background-image: url(../tl_files/images/flaggen/brd.gif);
}
.artikel .ce_text span.flagge_cssr{
	background-image: url(../tl_files/images/flaggen/cssr.gif);
}


.artikel .flagge_polen ul {
	background-image: url(../tl_files/images/muster/balken_polen.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_ru ul {
	background-image: url(../tl_files/images/muster/balken_su.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_su ul {
	background-image: url(../tl_files/images/muster/balken_su.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_cssr ul {
	background-image: url(../tl_files/images/muster/balken_cssr.gif);
	background-repeat: repeat-y;
}

.artikel .flagge_ddr ul {
	background-image: url(../tl_files/images/muster/balken_ddr.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_china ul {
	background-image: url(../tl_files/images/muster/balken_china.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_uk ul {
	background-image: url(../tl_files/images/muster/balken_uk.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_usa ul {
	background-image: url(../tl_files/images/muster/balken_usa.gif);
	background-repeat: repeat-y;
}
.artikel .flagge_kolumbien ul {
	background-image: url(../tl_files/images/muster/balken_kolumbien.gif);
	background-repeat: repeat-y;
}


.artikel .boxed li td li {
	list-style-type:square;
	background-image: none;
	padding: 0px;
	margin: 0px;
	margin-left: 1.5em;
}


.links li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	öö#position: relative;
	padding-top: 22px;
}
.links li a {
	padding-top: 15px;
	width: 146px;
	height: 131px;
	color:#FFFFFF;
	background-color:#63738D;
	display:block;
	font-weight:normal;
	background-image: url(../tl_files/images/muster/box2.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top: -25px;
	text-align:center;	
}
.links li a:hover {
	color:#FFFFFF;
	background-color:#B0B9C8;
}

.links li a img {
	display:block;
	margin-left:auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.links a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.toplink {
	text-align: right;
	margin-right: 24px;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.22em;
	font-size: 80%;
	width: 100%;
}
.toplink a {
	margin-right: 16px;
}

div.werbung {
}
.werbung li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;	
}
.werbung h4 {
	color:#999999;
	text-transform:uppercase;
	font-size: 70%;
	letter-spacing: 0.22em;
	font-weight:normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.mod_breadcrumb {
	font-size: 80%;
	margin-right: 17px;
	width: 585px;
	position:relative;
	top: -22px;
	float:right;
	color:#333333;
	line-height: 1.2em;
}
.mod_breadcrumb a {
	color: #63738D;
	text-decoration: none;
}
.mod_breadcrumb a:hover {
	color:#333333;
	text-decoration:underline;
}
.mod_breadcrumb h2 {
	font-size: 100%;
	font-weight: normal;
	display: inline;
}
.seitenmenu {
	line-height: 1.1em;
	font-size: 85%;
	margin-bottom: 3em;
	padding-bottom: 0.5em;
	margin-left: 3em;
	margin-right: 3em;
	background-image:url(../tl_files/images/muster/lesezeichen1.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	overflow: auto;
	min-height: 108px;
}
.seitenmenu h3 {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-image:none;
	padding-left: 1em;
	font-weight: bold;
	padding-left: 1em;
	font-size: 110%;
}
.seitenmenu a {
	font-weight:normal;
}
.seitenmenu a:target {
	background-color:#33FF33;
}
.seitenmenu li {
	list-style-type: none;
	background-image: url(../tl_files/images/muster/pfeil-blau-kl.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
	padding-left: 10px;
}
.pagination p {
	margin-right: 2em;
	padding-right: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.pagination li {
	margin: 0px;
	padding: 0px;
}
.pagination li a, .pagination li span {
	padding: 5px;
}

.event .info {
	font-size: 80%;
	color: #828282;
}

a.link-hervorhebung {
	padding-left: 15px;
	background-image: url(../tl_files/images/muster/pfeil-re-rot.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

.newsliste_kurz {
	width: 190px;
	float: left;
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 50px;
	padding-left: 10px;
	margin-left: 10px;
	oobackground-image: url(../tl_files/images/muster/bgbox1.jpg);
	background-repeat: no-repeat;
	color: #000000;
	ooborder: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.newsliste_kurz h2 {
	color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.3em;
	background-color: #990000;
	margin-left: -10px;
	margin-top: 0px;
	padding: 5px;
	padding-left: 10px;
	font-size: 85%;
}
.newsliste_kurz a {
	display: block;
	color:#6580A3;
	text-decoration: none;
}
.newsliste_kurz a:hover {
	text-decoration: underline;
}
div.layout_simple {
	margin-bottom: 10px;
	padding-bottom: 10px;
}