* {
	margin: 0px;
	padding: 0px;
}


/* Layout 
========= */
#container {
	min-width: 760px;
	max-width: 1100px;
	padding: 30px;
	clear: both;
	width: 1050px;
}

#header {
	height: 70px;
	text-align: right;
	width: 1050px;
	background-repeat: no-repeat;
}

#content-container{
	width: 1050px;
}
#content-container_admin{
	background-color: #444444;
	width: 1090px;
}

#left-col_home {
	float: left;
	width: 210px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#left-col {
	float: left;
	width: 210px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#mid-col {
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 220px;
	margin-top: 50px;
	margin-right: 5px;
}
#mid-col_admin {
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 220px;
	margin-top: 15px;
	margin-right: 5px;
}


#footer {
	height: 40px;
	text-align: left;
	width: 1050px;
	margin-left: 10px;
}
#footer_admin {
	height: 40px;
	text-align: left;
	width: 1050px;
	margin-left: 10px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66FFFF;
	padding-top: 12px;
}



/* allgemeine Klassen
==================== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: rgb(28,14,42);
	
}
.body_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: rgb(28,14,42);
	
}

/* Block Tags */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px 0px 7px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0px 0px 3px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 17px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 32px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 25px;
	list-style-type: square;
	color: #FFFFFF;
}

li {
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

hr {
	display: none;
}


/* Inline Tags */
a {
	text-decoration: none;
	color: #66FFFF;
}

a:hover {
	color: #9966FF;
	text-decoration: none;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}





/* Formatierungen für die Navigation 
==================================== */
/* Menu */
.menu_language{
	margin-left: 10px;
  font-weight: bold;
	color: #FFFFFF;

}
.menu, .menu div, .menu_admin div{
	margin-top: 15px;
	margin-left: 10px;
}
.menu div a, .menu_language a, .menu_admin div a{
	font-weight: bold;
	color: #FFFFFF;
}
.menu div a:hover, .menu_language a:hover, .menu_admin div a:hover{
	color: #9966FF;
}
.menu div a.hier_bin_ich, .menu_admin div a.hier_bin_ich{
	color: #66FFFF;
}

/* submenu */
.submenu div, .submenu_admin div{
	margin-top: 5px;
	margin-left: 30px;
}
.submenu div a, .submenu_admin div a{
	color: #FFFFFF;
}
.submenu div a.hier_bin_ich, .submenu_admin div a.hier_bin_ich{
	color: #66FFFF;
}


/* subsubmenu */
.subsubmenu div, .subsubmenu_admin div{
	margin-top: 5px;
	margin-left: 50px;
}
.subsubmenu div a, .subsubmenu_admin div a{
	color: #FFFFFF;
}
.subsubmenu div a.hier_bin_ich, .subsubmenu_admin div a.hier_bin_ich{
	color: #66FFFF;
}



/* Diverse Classes 
================= */
.Titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF99FF;
}
.Titel_history {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99FF;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #FFFF66;
	text-decoration: none;
}
.error {
  font-size: 12pt;
	font-weight: bold;
	color: red;
}
.information {
	font-weight: bold;
	color: #FFFF66;
}
.row_even
{	background-color:rgb(54,54,54);
}
.row_odd
{		background-color:rgb(42,42,42);
}

/* classes for admin pages */
.new {
  font-size: 18px
}
.new_bold {
	font-size: 18px;
	font-weight: bold;
}
.auswahl_admin_text {
  font-size: 9pt;
}
.auswahl_admin_title {
  font-size: 9pt;
	font-weight: bold;
}
.foto_authors {
  font-size: 8pt;
  color: #66FFFF;
}



/* News handling
================ */
/* News on left side
------------------ */
.table_news
{	/* width:100%; */
  table-layout:fixed;
	background-color: rgb(245,220,100);
	border:0px solid white;
	border-spacing:0px;
	margin:0px;
	margin-top:50px;
	margin-left:20px;
	padding:5px;
}
.td_news_head
{ 	/* color: #FFFFFF; */
 	color: #000000;
  	font-size:13pt;
	font-weight:bold;
}
.td_news_head a:link, .td_news_head a:active, .td_news_head a:visited, .td_news_head a:hover
{ 	text-decoration:none;
	color: rgb(0,0,255);
}
.td_news_head a:link, .td_news_head a:active, .td_news_head a:visited, .td_news_head a:hover
{ 	text-decoration:none;
	color: rgb(100,0,0);
}

/* Title line */
.tr_news_title
{  	color: #000000;
}
.td_news_title      /* below menu */
{ 	padding-top:5px;
  	font-size:10pt;
	font-weight:bold;
  	border-top:2px solid black;
}
.td_news_date
{	color: #000000;
	font-size:9pt;
	font-weight:normal;
}

/* Abstract line     below menu */
.tr_news_abstract
{	color: #000000;
}
}
.td_news_abstract
{ 	font-size:10pt;
	font-weight:normal;
}
.td_news_abstract a:link, .td_news_abstract a:active, .td_news_abstract a:visited
{ 	color: rgb(0,0,255);
	text-decoration:none;
}   
.td_news_abstract a:hover, .td_news_last a:hover
{ 	color: rgb(100,0,0);
	text-decoration:none;
}   

/* News detail
-------------- */
.td_news_text_title
{	color: #000000;
	font-weight:bold;
}


/* Auster
============== */
.about_red {
	color: #2288DD;
}

 
/* Formationen
============== */
.form_title {
	margin-bottom: 15px;
	font-size: 16px;
	font-style: italic;
	color: #FF99FF;
}
.form_title_bold {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.form_member{
	font-size: 14px;
}
.form_name{
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FF99FF;
}
.form_text{
}

/* Formationen
============== */
.links {
	margin-bottom: 6px;
	font-size: 13px;

}
