/*

Attribut zum testweisen Sichtbarmachen(in einen ýffnenden Tag einzufýgen):
 style="border: 1px red dotted;"

*/

/* Stile die immer wieder auftauchen */

.ue2
{
	font-family:Verdana; 
	font-size:0.8em;
}





body.kek-body
{
	background: url(images/head_bg.gif) repeat-x; /* 159 x 1 */
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* width: 750 */
.kek-main-container
{
	position: relative;
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border: 0px dashed #564b47;
}

/* 750 x 78 */
.kek-head-logo
{
	position: relative;
	background: url(images/head_logo.gif) no-repeat;
	height: 78px;
	border: 0px dashed #564b47;
}

/* 750 x 18 */
.kek-head-nav-title
{
	background: url(images/head_nav_title.gif) no-repeat;
	height: 18px;
	border: 0px dashed #564b47;
}

/* 159 - 78 = 81 height */
.kek-head-nav
{
	position: relative;
	height: 81px;
	border: 0px dashed #564b47;
}


/***************************************************************
 * INHALTE LINKS
 **************************************************************/
.kek-content-left
{
	position: absolute;
	padding-top: 15px;
	padding-right: 0px;
	left: 0px;
	
	width: 195px;
	
	text-align: right;
}
.kek-content-left h1
{
	padding: 0px;
	margin: 0px;
	
	color: #666699;
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 14px;
}
.kek-content-left h2
{
	padding: 0px;
	margin: 0px;
	
	color: #000000;
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 17px;
}
 
/***************************************************************
 * HAUPTNAVIGATION
 **************************************************************/
ul.kek-nav-main
{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	
	/*background: url(images/head_nav_title.gif) no-repeat;*/
	/*border: 1px dotted red;*/
	height: 81px;
	list-style-type: none;
}
li.kek-nav-main
{
	position: absolute;
	margin-left: -22px;
	padding-left: 5px;
	
	font-family: Lucida Sans Unicode, Tahoma, Verdana;
	font-weight: normal;
	font-size: 13px;
	color: #DBE6E9;
	text-decoration: none;
	
	background-image: url(images/kek_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#kek-nav-main-kommission
{
	/*border: 1px dotted green;*/
	left: 71px;
}
#kek-nav-main-verfahren
{
	/*border: 1px dotted green;*/
	left: 187px;
}
#kek-nav-main-information
{
	/*border: 1px dotted green;*/
	left: 316px;	
}
#kek-nav-main-medienkonzentration
{
	/*border: 1px dotted green;*/
	left: 440px;	
}
#kek-nav-main-kommunikation
{
	/*border: 1px dotted green;*/
	left: 652px;
}


/***************************************************************
 * MININAVIGATION
 **************************************************************/

ul.kek-nav-mini
{
	position: absolute;
	
	margin: 0px;
	padding: 0px;
	margin-left: 49px;

	list-style-type: none;
}
.kek-nav-mini li
{
	display: inline;
	position: relative;
	
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 22px;
		
	font-family: Lucida Sans Unicode, Tahoma, Verdana;
	font-weight: normal;
	font-size: 15px;
	color: #DBE6E9;
	text-decoration: none;
	
	border-left: 1px solid white;
}
.kek-nav-mini a
{
	text-decoration: none;
	color: #444444;
}
 

/***************************************************************
 * SUBNAVIGATION
 **************************************************************/
ul.kek-nav
{
	position: absolute;
	top: 0px;
	padding-top: 18px;
	margin-top: 0px;
	
	margin-left: -18px;
	padding-left: 5px;
	
	/*list-style-image: url(images/kek_dot.jpg);*/
	list-style-type: none;
	
	/*font-family: Arial, Tahoma, Verdana;*/
	/*font-weight: bold;*/
	font-size: 8pt;
	color: #cfcfd4;
}

/* Navigationslistenelemente */
ul.kek-nav li
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	padding-left: 11px;
	
	background-image: url(images/kek_dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul.kek-nav li a
{
	font-family: Lucida Sans Unicode, Tahoma, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #cfcfd4;
	text-decoration: none;
}
ul.kek-nav li a:hover
{
	color: #33ccff;
}

/* Einzelne Navigationslisten */
#kek-nav-kommission
{
	left: 16px;
}
#kek-nav-verfahren
{
	left: 16px;
}
#kek-nav-information
{
	left: 16px;	
}
#kek-nav-medienkonzentration
{
	left: 16px;	
}
#kek-nav-kommunikation
{
	left: 16px;
}




/* Inhalte rechts */
.kek-content-right
{
	position: absolute;
	left: 0px;
	
	width: 525px; /* 750 - 210 - 15*/
	margin-left: 210px;
	padding-left: 15px;
	margin-top: 13px;
	
	border-left: 1px solid #CCCCCC;
}

/* Text */
.kek-ueberschrift
{
	font-family: Arial, Tahoma;
	/*font-weight: bold;*/
	font-size: 1em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.kek-absatz
{
	font-family: Arial, Arial, Tahoma;
	font-size: 0.9em;
	
	padding-top: 0px;
	margin-top: 0px;
	/*padding-bottom: 0px;*/
	margin-bottom: 10px;
}

/* Seitenfuss */
.kek-foot
{
	position: relative;
	width: 510px;
	font-family: Arial, Arial, Tahoma;
	font-size: 0.9em;
}
.kek-foot a
{
	text-decoration: none;
	color: black;
}



/* Dies ist ein Kommentar */

/* Stil fýr den Seitenkýrper */
body
{
	font-family: Geneva, Arial;
	/*font-size: 0.8em;*/
}

/* Alle ýberschriften erster Ordnung formatieren */
h1
{
	font-family: Arial, Geneva;
	font-size: 0.9;

}

/* Absatzstil defnieren */
p
{
	font-family: Arial, Geneva;
	font-size: 0.8em;
}

a
{
	font-family: Arial, Geneva,;
	font-size: 0.8em;
}

/* Stil fýr einen a-Tag in einem p-Tag */
p a
{
	font-family: Arial, Geneva;
	font-size: 0.9em;	
}

/* Listenstil, fýr ordered und unordered */
ol, ul
{
	/* Innenabstand */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* Auýenabstand */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Geneva, Arial;
	font-size: inherit;
}

/* Tabellestil */
.kek-tabelle
{
	font-family: Arial, Geneva;
	font-size: 0.75em;
	
	/* Rýnder der Zellen vereinen */
	border-collapse: collapse;
	
	/* Rand auýen um die Tabelle */
	border: 1px solid black;
	
	/* Text links ausrichten */
	text-align: left;

}

/* Tabellenkopfzelle */
.kek-tabelle th
{
	/* Innenabstand zum Zellrand */
	padding: 4px;
	
	background-color: #9A9ABC;
	
	border-bottom: 1px solid #ACACAC;
	
	/* Text oben ausrichten */
	vertical-align: top;
}

/* Tabellenzelle */
.kek-tabelle td
{
	/* Innenabstand zum Zellrand */
	padding: 4px;
	
	border-bottom: 1px solid #ACACAC;
	
	/* Text oben ausrichten */
	vertical-align: top;
}

/* Definition einer besonderen Tabellenkopfzeilen-Klasse */
.kek-tabelle .head2
{
	background-color: #CCCCCC;
}

/* Definition einer besonderen Stilklasse */
.wichtig
{
	color: #FF0000;
}

.blocksatz
{
	font-family:Arial, Geneva;
	/*font-size:0.8em;*/
	text-align:justify;
}

.ueberschrift2
{
	margin-top: 0px;
	padding-top: 0px;
	
	font-family:Verdana; 
	font-size:0.9em;
}

.ueberschrift3
{
	margin-top: 0px;
	padding-top: 0px;
	
	font-family:Verdana; 
	font-size:0.8em;
	/*font-weight:normal;*/
	/*text-decoration: underline;*/
	/* dunkelgrau */
	color: #646497;
}

#kek-nav-main-db {
  width: 600px;
}
