/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	background:transparent url(../images/bg_body.jpg) repeat-x left top;
	margin:0px;
	color:#002398;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002398;
	font-weight: bold;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
textarea, p {
background:white;
}
div,
td,
p {
	font-size:12px;
	line-height:18px;
}
a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#002398; /*color:#002398;*/
}
a:hover {
	text-decoration:underline;
}
a.mainlevel,
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited
  {	
	color:white;
}
a.sublevel  {	
	color:#002398;
}

ul {
	/*margin: 0px;
	padding: 0px;
	list-style: none;*/
	margin-left: 0px;
	padding-left: 0px;
	
	margin-top: 5px;
	padding-top: 5px;
	
	margin-bottom: 5px;
	padding-bottom: 5px;
	
	list-style-type: disc;
}

ul ul {
	list-style: none url(../images/2nd_bullet.png);
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
ul ul li{	
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	text-indent: -14px; margin-left: 13px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */
/** wrapper to make the page center **/
#container {
	width:890px;
	margin: 3px;
	padding:0;
	text-align: left;	
}
#logoImg {
	border: 0px;
	padding: 0px;
	background:transparent;
	margin-bottom:-3px;
}
#logoDiv {
	background:transparent;
	/*border-bottom:1px solid white;*/
	border-bottom: 0px;
	padding-bottom: 0px;
	height: 128px;
}
#logoTd {
	background:transparent;
	padding-top: 0px;
	border:0px;
}


#headerline {
	/*background:#002398;*/
	background:#ffffff;
}
.gcpNormalTextFirstToken {
color: #0054a3;
font-weight: 100;
}
.gcpNormalTextMiddleToken {
color: #000000;
font-weight: bold;
}
.gcpNormalTextLastToken {
color: #0054a3;
font-weight: 100;
}
.gcpNameFirstToken {
color: #0054a3;
font-weight: 100;
font-size: medium;
}
.gcpNameMiddleToken {
color: #000000;
font-weight: bold;
font-size: medium;
}
.gcpNameLastToken {
color: #0054a3;
font-weight: 100;
font-size: medium;
}
.gcpNameMemberToken {
color: #999999;
font-weight: 400;
font-size: 12px;
}

#footer_left{
	background:transparent url(../images/bg_footer_left.png) no-repeat left bottom;
}
#footer_right{
	background:transparent url(../images/bg_footer_right.png) no-repeat right bottom;
}
#footerline{
	/*background-color: #002398;*/
	color:#FFFFFF;
	height:4px;
	font-size:3px;
}

/** div container for top menu. position:top *
#topmenu {
	position:relative;
	float:left;
	clear:left;
	background-color:#002398;
	width: 100%;
}


/** div container for table **/
#content_main_table {
	clear:both;
	text-align: left;	
} 

#central_column {
	/*background:#98ccdd;	
	border-top:0px solid #002398;*/
	/*border-right:5px solid #002398;*/
	padding-right:10px;
	padding-left:2px;
	background:white;
	text-align: left;
	padding-top:0px;
}

#leftcolmenuDiv {
	background:white; 
	width:175px;

}
#left_column {
	width:175px;
	vertical-align:top;
	padding-top:0px;
	border-left:0px solid #002398;
	background:white /*transparent url(../images/bg_leftcol.jpg) repeat-y left top;*/
}
/* in core.class.php zu finden*/
.mainmenuTr {
	background:white url(../images/bg_leftcolTr.jpg) no-repeat;
	height:25px;
	width:175px;
}
.mainmenuTable {
 margin-top:5px;
}

/* Column rechts:*/
#rightcolmenuDiv {
	background:white; 
	width:175px;
	margin-top:3px;

}
#right_column {
	width:175px;
	vertical-align:top;
	padding-top:0px;
	border-left:0px solid #002398;
	background:white /*transparent url(../images/bg_leftcol.jpg) repeat-y left top;*/
}
.rightColumnAddress {
	font-size:11px;
	margin-right:2px;
	margin-left:2px;	/*
	position:relative;
	top:350px;
	line-height:16px;
	/*
	margin-bottom:0px;*/
}
/*  NOV. 2008 : more graphics */
#rightColumnImageDivR{
	background:transparent url(../images/bg_rColImDivR.jpeg) no-repeat right top;	
	width:170px;
}
#rightColumnImageDivLU {
	background:transparent url(../images/bg_rColImDivLU.jpg) no-repeat left top;
	width:165px;
}
#rightColumnImageDivB {
	background:transparent url(../images/bg_rColImDivB.jpg) no-repeat left bottom;
	height:40px;
	width:170px;
	text-align:center;
	margin-bottom:37px;
}
#rightColumnImageDivB  span {
	position:relative;
	top:10px;
	font-size:14px;
}
#rightColumnImage ,#centralColumnImage {
	margin-top:5px;
	margin-left:5px;
}

#centralColumnImageDivR {
	background:transparent url(../images/bg_rColImDivR.jpeg) no-repeat right top;	
	width:130px;
}
#centralColumnImageDivLU {
	background:transparent url(../images/bg_rColImDivLU.jpg) no-repeat left top;
	width:125px;
}
#centralColumnImageDivB {
	background:transparent url(../images/bg_cColImDivB.jpg) no-repeat left bottom;
	height:40px;
	width:130px;
	text-align:center;/*
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	margin:0px;*/
}
#centralColumnImageDivB  a {
	position:relative;
	top:10px;
	font-weight:bold;
}
#centralColumnImageDiv {	
	width:130px;
}
/* ENDE: Column rechts*/

/** copyright **/

#copyright {
	position:relative;
	width:900px;
	display:block;
	clear:both;
	float:left;
}

#copyright div {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	display:block;
	width:900px;
	float:left;
	clear:left;
	margin:-10px 0 0 0;
	text-align:left;
}



/* ---------------------
mambo content layout
--------------------- */

/** emailform **/
#emailForm {
margin:0px;
margin-left:10px;
}

/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height:20px;
	margin-bottom:10px;
}

/** content title **/
.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002398;
	font-weight: bold;
	padding-top: 5px;
	background-color:white;
	display:block;
}

.contentpaneopen {
	width:100%;
	background-color:white;
	/*margin-right:10px;*/
}
.contentpaneopen table {
margin-bottom:15px;
}

/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px;
	text-align:right;
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#002398;/*#3973AC;*/
	background-color:inherit;
}

.sectiontableentry1,
table.pollstableborder tr.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2,
table.pollstableborder tr.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** blog Styles **/
.blogsection {
	color:#3973AC;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color:#002398;/*#3973AC;*/
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** date info in content **/
#content_main .createdate {
	color:#4A87C4;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

#content_main .modifydate {
	color:#999999;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;
}


/** content item navigation  **/
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-top: 10px;
	background-image: url(../images/bg_pagenav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;
}

.back_button {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** highlight word search result **/
.highlight {
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;
}

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li {
	line-height: 18px;
	font-size:11px;
	font-weight:bold;
	list-style-type: none;
	list-style-position: outside;
}


/** fix opera table width for content list in table category**/
table.contentpane td.contentdescription {
	width:100%;
}


/* ---------------------
Links
--------------------- */

/* any left column link 
#left_column a:link,
#left_column a:active,
#left_column a:visited {
	color:#FFFFFF;
}*/

a.pagenav:link ,
a.pagenav_next:link,
a.pagenav_pre:link,
div.back_button a,
div.back_button a:link,
a.latestnews:link,
a.latestnews:active,
a.latestnews:visited,
a.mostread:link,
a.mostread:active,
a.mostread:visited {
	text-decoration:none;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#666666;
	font-weight:bold;
	text-align:left;
	margin-top:7px;
	letter-spacing: 2px;
	font-size:10px;
	text-decoration:none;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	color:#002398;/*#3973AC;*/
	text-decoration:none;
}

/** generic menu item link **/
a.sublevel:link,
a.sublevel:visited, 
#left_column a.sublevel:link,  
#left_column a.sublevel:visited{
	color:#002398;
	background-color:#ffffff;
	text-decoration:none;
	font-size:12px;
	line-height: 24px;
	/*background-color:inherit;*/
}
/** generic menu item link on mouseover **/
a.sublevel:hover,
#left_column a.sublevel:hover {
	background-color:#ffffff;
	color:#002398;
	text-decoration:underline;
}

a#active_menu:hover,
a#active_menu:link,
a#active_menu:visited,
a#active_menu:active {
	text-decoration:underline;
}

td.mainmenuTr  a#active_menu,
td.mainmenuTr  a#active_menu:hover,
td.mainmenuTr  a#active_menu:link,
td.mainmenuTr  a#active_menu:visited,
td.mainmenuTr  a#active_menu:active {   
	background:transparent; 
	text-decoration:underline;
}


/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#999999;
	text-decoration:none;
}

/** table of content list **/
a.toclink:link,
a.toclink:active,
a.toclink:visited {
	color:#002398;/*#3973AC;*/
	font-size:11px;
	padding:2px 10px 2px 10px;
	display:block;
	text-decoration:none;
}

.pagenavbar a:link,
.pagenavbar a:active,
.pagenavbar a:visited  {
	letter-spacing:2px;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

.pagenavbar a:hover {
	/*color:#3973AC;*/
}

/** latestnews and popular **/
.latestnews,
.mostread {
	color:#000000;
}

a.latestnews:link,
.mostread a:link,
.latestnews a:active,
.mostread a:active,
.latestnews a:hover,
.mostread a:hover,
.latestnews a:visited,
.mostread a:visited {
	color:#000000;
	text-decoration:underline;
}

/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.pathway:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#DDDDDD;
	background-color:inherit;
}

/* ---------------------
mambo module layout
--------------------- */

/** general module table **/
table.moduletable,
#left_column table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
}

/** general module table **/
#left_column table td {
	font-size:12px ;
	color:#CCCCCC;
}

/** general module title **/
table.moduletable th,
table.moduletable-bgimg th,
table.moduletable-right th {
	border-bottom: 1px solid #202020;
	border-top: 1px solid #202020;	
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	background-color:#3763c8;
	height:25px;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
}

/** specific module td table for content top 1 and 2. 
position:user2 an user3 **/
#content_top1 table.moduletable td,
#content_top2 table.moduletable td {
	background:transparent url(../images/bg_module_contenttop.jpg) no-repeat center bottom;
	height:100px;
	min-height:100px;
	vertical-align:top;
	color:white;	
}

/** generic menu item **/
.mainlevel  {
	display:block;
	font: bold 12px/25px Arial, Helvetica, sans-serif ;
	padding-left:8px;
	/*background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;*/
	font-weight:bold;
	/*text-decoration:none;		*/
}

/** search div in top right column. position:user4 **/
div.search {
	margin-left:10px;
}

/** search field in search div **/
.search .inputbox {
	width:130px;
	border: 1px solid #000000;
}


/** specific left column form **/
#left_column.inputbox {
	font-size:11px;
	font-weight: bold;
}

/** module styles in #leftcol **
#left_column table.moduletable td {
	color:#FFFFFF;
	font-size:11px;
}
/** input button html tag **/
.button {
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3763c8;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
.buttonLarge{
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3763c8;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
.search  {
	margin-top:30px;
}


/* GCP-SCROLLABLE CONTENT:
define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 0px solid #333333;
	padding-left:0px;
	/*height: 650px;
	/*overflow: auto;*/
	width: 100%;
	background: white;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	/*overflow: auto;*/
	/*width: 756px;*/
}
/* Termine Tabellen aus Powerpoint*/
.termine_td_header {
border-bottom:2px solid #002398;
font-weight:bold;
font-size:14px;
}
.termine_ungerade_td_l {
background:white;
border-bottom:1px solid #002398;
vertical-align:middle;
}
.termine_ungerade_td_m {
background:white;
border-bottom:1px solid #002398;
vertical-align:middle;
text-align:left;
}
.termine_ungerade_td_r {
background:white;
border-bottom:1px solid #002398;
vertical-align:middle;
text-align:center;
}
.termine_gerade_td_l {
background:#9999ff url(../images/bg_termineTabgeradeZeile.jpg) repeat-x left top;
border-bottom:1px solid #002398;
vertical-align:middle;
}
.termine_gerade_td_m {
background:#9999ff url(../images/bg_termineTabgeradeZeile.jpg) repeat-x left top;
border-bottom:1px solid #002398;
vertical-align:middle;
text-align:left;
}
.termine_gerade_td_r{
background:#9999ff url(../images/bg_termineTabgeradeZeile.jpg) repeat-x left top;
border-bottom:1px solid #002398;
vertical-align:middle;
text-align:center;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/*
html>body tbody.scrollContent {
	display: block;
	height: 535px;
	overflow: auto;
	width: 100%;	
}
*/