@charset "UTF-8";

/*
 | Farben
 | #e1e1e1 = Grau-Wert für Hintergrund
 | #cecece = Menu-Hintergrund
 | #b2b2b2 = Menu-Rahmen
 ------------------------------------------------------------*/

/*
 | Body zentrieren, defaults
 ------------------------------------------------------------*/

body
{
	margin: 0;
	font: normal 11pt/16pt Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img
{
	display: block;
	border: 0 none;
}

/*
 | Schrift Grundeinstellungen
 ------------------------------------------------------------*/
*
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 10.1pt;
}
/*
 | Schrift Menusystem
 ------------------------------------------------------------*/
/*
 | (neue Textlinks 2011 im Topmenu
 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a.toplink
 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	font-size: 12pt; 
 }
 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#topmenu a.toplink{
    font-size: 11pt;
}

#content .menu_column * {
	font-size: 10.1pt;
}

/*
 | Layout-Elemente
 ------------------------------------------------------------*/
#wrapper
{
	margin: 0 auto;
	width: 951px;
}

/*
 | Links
 ------------------------------------------------------------*/

a.toplink, a.toplink:visited
{
	text-decoration: none;
}

a.toplink:hover, a.toplink.selected, a.toplink.activepath
{
	text-decoration: underline;
}

td#content a { text-decoration: underline; }

#content .menu_column a
{
	text-decoration: none;
	display: inline-block;
}

#content .menu_column a:hover
{
	text-decoration: underline;
}

p.bg_wartung a
{
	background-color: inherit;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
}

.bordercell a
{
	background-color: inherit;
}

td#content table.border td a { text-decoration: none; }
td#content table.border td a:hover { text-decoration: underline; }

/*
 | Menusystem
 ============================================================*/
/* Textkasten ueber Menu */
div.menu_head 
{ 
	font-weight: bold;
	/* background-color: rgba(178,178,178,0.33); */
	/* filter:alpha(opacity=40); */
	padding-left: 0.3em;
}

/* div.menu_head * { filter:alpha(opacity=100);} */

div.level_1
{
	margin-top: 2px;
	padding: 0.1em 0.2em 0 0.3em;
	min-height: 16px;
	border-width: 1px;
	/* border-style: solid; */
	border-style: none;
}

div.level_1.active, div.level_1.activepath
{
	border-width: 1px;
	/* border-style: solid; */
	border-style: none;
}

div.level_2, div.level_2_empty
{
	margin-top: 2px;
	padding: 0.1em 0.2em 0 1.3em;
	border-width: 1px;
	/* border-style: solid; */
	border-style: none;
}
div.level_3, div.level_3_empty
{
	margin-top: 1px;
	padding: 0.1em 0.2em 0 2em;
	border-width: 1px;
	/* border-style: solid; */
	border-style: none;
}
div.level_4, div.level_4_empty
{
	margin-top: 1px;
	padding: 0.1em 0.2em 0 2.2em;
	border-width: 1px;
	/* border-style: solid; */
	border-style: none;
}
/*  Menus über Level 2 ausblenden */
.hidden_menu { display: none; }

/* Menu-Item Kasten 
div.level_1:hover, div.level_2:hover
{
	border-bottom-color: #b2b2b2;
	border-width: 1px;
	border-style: solid;
}
*/

/*
 | Farben
 ------------------------------------------------------------*/

.bg_dark
{
	color: inherit;
}

.bg_medium
{
	color: inherit;
}

.bg_light
{
	color: inherit;
}

.bg_grey
{
	color: inherit;
}

/* (News-) Listenelemente, nicht freigegeben */
.bg_hidden
{
	color: inherit;
	background-color: #FFFAAF;
}

.bg_wartung
{
	color: inherit;
}


/*
 | Textelemente
 ------------------------------------------------------------*/
h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; }

.vorspann { font-weight: bold; }

p.bildtitel
{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
}

p.bildtitel.small_img { margin-top: 0; }

.bildtext
{
	font-weight: normal;
}

p.bildtext { margin-top: 0; }

/*
 | Tabellenformate
 ------------------------------------------------------------*/
table.border 
{
	border-collapse: collapse; 
	empty-cells: show;
}
 
table.border td, .bordercell
{
	border-width: 1px;
	border-style: solid;
}

table.border th, .borderhead
{
	color: inherit;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
}

/*
 | horizontale Linien
 ------------------------------------------------------------*/
hr
{
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 4px;
}

/*
 | News und Presse Liste
 ------------------------------------------------------------*/
td.listcell
{
	font-size: 10pt;
	/* border-width: 0 0 2px 0; */
	/* border-style: none none solid none; */
	/* padding: 12px 0; */
	padding: 0;
}

/*
 | Sonderfaelle
 ============================================================*/

/*
 | Anfrage-box
 ------------------------------------------------------------*/
p.request_info
{
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 1ex;
}

.alert
{
	font-size: inherit;
	background-color: inherit;
	margin: 1em 0;
}

/*
 | Umsortieren-Box
 ------------------------------------------------------------*/
div.reo_box
{
	margin: 2px 0;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

div.reo_close, div.reo_item
{
	text-align: right; 
	margin: 0; 
	padding:0;
}

div.reo_close a
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #f2f2f2;
	border: 1px solid #b2b2b2;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 0 4px 2px 4px;
	color: #C00;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}
div.reo_close a:hover
{
}
/*
 | Deco-Bilder (News-Liste)
 ------------------------------------------------------------*/
img.deco_tmb
{
	display: block; 
	border: 0 none; 
	/* margin: 6px 8px 0 0; */
	margin: 0 8px 0 0;
}

/*
 | Deco-Bild (News-Detailansicht)
 ------------------------------------------------------------*/
img.deco_tmb_hd
{
	float: left; 
	padding: 0 12px 0 0;
}

/*
 | Deco-Bild (News-Icons auf jeder Seite)
 ------------------------------------------------------------*/
table.news_icons td.news_item img
{
 	display: block; 
 	border: 0 none;
}

td.news_item.right img
{ 
	padding-left: 6px;
}

/*
 | Dowbload-Icon
 ------------------------------------------------------------*/
img.download_icon 
{
	display: inline; /* inline-block;  */
	border: 0 none;
}

/*
 | Einstiegsseite
 ------------------------------------------------------------*/
img.welcome-image { margin: 0 auto; } 

div.centerdiv
{
	height: 542px;
	width: 950px;
	overflow: hidden;
	/* background-image: url(../images/welcome/shadow_high.jpg); */
	background-image: url(../images/welcome_diverses/shadow.jpg);
	background-repeat: no-repeat;
	background-position: 0 476px;
}

/*
 | Anpassung Oberkante Inhalt
 ------------------------------------------------------------*/
td.center, td.menu_left, td.menu_right { padding-top: 6px; }

table.news_icons,
	td.center h1,
	td.center table.listtable
{ margin-top: 0; }


/*
 | Sitemap
 ------------------------------------------------------------*/
table.sitemap ul 
{
	list-style-type: none;
	margin-left: 0;
	margin-top: 2px;
	padding-left: 2ex;
}

td#content table.sitemap ul li a
{
	text-decoration: none;
}

td#content table.sitemap ul li a:hover { text-decoration: underline; }

/*
 | Referenz-Bild (family-Album, Top-References 
  ------------------------------------------------------------*/
img.ref_img { margin-bottom: 1em; }

/*
 | Nicht freigegebenen Inhalt hervorheben
 ------------------------------------------------------------*/
div.hidden_box
{
	margin-top: -19px;
	background-color: #FFFAAF;
	padding-bottom: 1em;
}

p.hidden_info 
{
	color: #C00;
	border-bottom: 1px solid #C00;
}

/*
 | Menupunkt zu nicht freigegebenem Inhalt
 ------------------------------------------------------------*/
.mark_hidden 
{
	background-color: #FFFAAF;
	text-decoration: line-through; 
}

/*
 | Menupunkt zu gesperrtem Inhalt
 ------------------------------------------------------------*/
.restricted 
{
	background-color: #e1e1e1;
}

/*
 | Bearbeitungs-Menupunkt
 ------------------------------------------------------------*/
div.edit_menu
{
	background-color: #cecece;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* padding-bottom: 4px; */
}
/*
#content .menu_column div.edit_menu div,
#content .menu_column div.edit_menu a,*/
#content .menu_column div.edit_menu *
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
#content .menu_column div.edit_menu div.level_2
{
	background-color: #f2f2f2;
	border: 1px solid #b2b2b2;
	margin-top: -1px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
/*	border-top: 1px solid #CCC; */
}

p.bg_wartung
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #f2f2f2;
	border: 1px solid #b2b2b2;
	margin-top: -1px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.error { color: #C00; }

.clearfix
{
	clear: both;
	border: none;
	height: 0;
}

/*
 | 2011 Zusätze
 ------------------------------------------------------------*/
.fullwidth { width: 100% }
caption {
    background-color: #e1e1e1;
}
table.border caption {
    border: 1px solid #b2b2b2;
    color: red;
}

#topmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#topmenu ul li {
    margin: 0;
    padding: 0;
    display: inline; 
    list-style: none;
}

#topmenu ul.top-menulist li { padding-right: 2em; }
#topmenu ul.top-flaglist li { padding-left: 4px; text-align:right;}
#topmenu ul.top-menulist {
    float: left;
    width: 800px;
}
#topmenu ul.top-flaglist {
    float: right;
    /* width: 100px; */
}

ul.top-flaglist img {display: inline-block;}
