/* @override 
	http://demo3.gmdemo.de/tl_files/css/gmBasic.css
	http://imbg.de/tl_files/css/gmBasic.css
*/

html {
	overflow-y: scroll;
} 
 
body 
{
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	background: #e5e4e4 url(../img/background.gif) repeat-x;
}



/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:15px;
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#2e6c9c;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* ELEMENTS */

/**
 * Text
 */
.ce_text
{

}

.ce_text p
{
	padding-bottom: 6px;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}


/**
 * Table
 */
.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


/**
 * Image gallery
 */
.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}


/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
}


/* FORM */

/**
 * Fieldset
 */
fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}


/**
 * Text fields
 */
input.text,
input.password
{
	width:200px;
	margin:1px 0px 1px 0px;
}

* html input.text,
* html input.password
{
	margin:0px;
}


*:first-child+html input.text,
*:first-child+html input.password
{
	margin:0px;
}


/**
 * Textarea
 */
textarea
{
	width:360px;
	height:140px;
}

* html textarea
{
	width:358px;
}


/**
 * Drop-down menu
 */
select
{
	width:204px;
	margin:1px 0px 1px 0px;
}

* html select
{
	width:206px;
}


/**
 * Radio buttons
 */
div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	padding-right:6px;
	display:block;
}

input.radio
{
	margin:1px 2px 0px 1px;
	padding:0px;
	position:relative;
	top:2px;
}

* html input.radio
{
	margin:-4px -1px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.radio
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * Checkboxes
 */
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	padding-right:6px;
	display:block;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * File upload
 */
input.file
{
	margin:1px 0px 1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}


/**
 * Error message
 */
div.error,
p.error
{
	color:#ff0000;
}


/* NAVIGATION */

/**
 * header
 */
#header .mod_navigation
{
	position: relative;
	top: 129px;
	left: 200px;
	height: 25px;
}


/**
 * First level
 */
#header .mod_navigation ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}

#header .mod_navigation li
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 5px 12px;
	border-right: 0px solid #999999;
	border-left: 1px solid #999999;
	list-style-type:none;
}

/*
.mod_navigation li.first {
	padding: 5px 20px 5px 0px;
}
*/


*:first-child+html .mod_navigation .parent
{
	height:3px;
}

.mod_navigation p
{
	margin:0px;
	padding:0px;
}

#header .mod_navigation a,
#header .mod_navigation li,
#header .mod_navigation p
{
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}

#header .mod_navigation li:hover,
#header .mod_navigation p:hover
{
	
}

#header .mod_navigation span.active,
#header .mod_navigation a.trail
{
	color: #666666;
}


/* navlinks */




/**
 * main
 */

#left .mod_navigation
{
	position: relative;
	top: 0px;
	margin-bottom: 10px;
}



#left .mod_navigation ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}

#left .mod_navigation li
{
	margin: 0px 0px 7px 0px;
	padding: 2px 12px 7px 5px;
	list-style-type:none;
	b.ackground: url(../img/nav-dot-2.png) no-repeat 0px 7px;
	border-bottom: 1px dotted #cccccc;
	border-left: 3px solid #cccccc;
}

#left .mod_navigation ul.level_2 li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 12px 2px 12px;
	border-right: 1px solid #555555;
	list-style-type:none;
	background: url(../img/nav-dot-2.png) no-repeat left;
}

#left .mod_navigation p
{
	margin:0px;
	padding:0px;
}

#left .mod_navigation a,
#left .mod_navigation li,
#left .mod_navigation p
{
	font-weight:bold;
	font-size:13px;
	color:#999999;
}

#left .mod_navigation li:hover,
#left .mod_navigation p:hover
{
	background-color: #ffffff;
}

#left .mod_navigation span.active
{
	color: #666666;
}


/* CUSTOM */

#container {
	background-color: #ffffff;
	border: 1px solid #6e6d6d;
}

#header {
	height: 317px;
	background: url(../img/header.jpg) no-repeat 0px 0px;
	border-left: 1px solid #6e6d6d;
	border-right: 1px solid #6e6d6d;
}



#main .inside {
	padding: 10px 30px 10px 20px;
	min-height: 300px;
	line-height: 1.5;
	border-left: 1px dotted #cccccc;
	margin: 10px 0px 10px 0px;
}

#left {
	margin-top: 10px;
	margin-bottom: 10px;	
}

#left .inside {
	padding: 10px 15px 10px 20px;
	
}

#right {
	border-left: 0px dotted #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 10px;
}

#right .inside {
	padding: 10px 0px 10px 20px;
	border-left: 0px dotted #cccccc;
	b.ackground-color: #efefef;
}


#footer {
	background-color: #a9aeaf;
	height: 30px;
	border-left: 1px solid #6e6d6d;
	border-right: 1px solid #6e6d6d;
	border-bottom: 1px solid #6e6d6d;		
	padding: 10px 20px 20px 20px;
	line-height: 1.5;
}


.footer_10 a,
.footer_10 {
	font-size: 11px;
	color: #ffffff;
}

#schnellsuche {
	float: right;
	margin-top: 15px;
	height: 30px;
	border: 2px solid #999999;
	background: url(../img/lupe.png) no-repeat 5px 5px;
	padding: 0px 5px 0px 30px;
}

#schnellsuche input {
	padding: 5px 0px 0px 0px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	background-color: #2c353e;
	width: 150px;
}

.nav_untertitel {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	white-space: nowrap;
}

#blase {
	width: 136px;
	height: 52px;
	background: url(../img/blase.png);
	position: absolute;
	top: 40px;
	left: 360px;
}

#partner {
	width: 140px;
	height: 37px;
	background: url(../img/tl-partner-tr.png);
}

p.info {
	font-size: 11px;
	margin-bottom: 5px;
}

p.more {
	font-size: 11px;
	margin-top: 5px;
}

h2 a {
	font-size: 16px;
}


.mod_twitterreader {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #cccccc;
}

.mod_twitterreader ul {
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #cccccc;
}

.mod_twitterreader li {
	list-style-type: none;
	background: url(../img/twitter-t.png) no-repeat 0px 5px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px dotted #cccccc;
}

.mod_newsticker {
	position: relative;
	height: 160px;
	width: 250px;
	top: 80px;
	left: 685px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
}

.mod_newsticker h1 {
	border: 0px solid #cccccc;
	background-color: #999999;
	padding: 2px 5px 2px 4px;
	color: #ffffff;
	visibility: hidden;
}

.ticker p {
	color: #ffffff;
}

.ticker a {
	color: #cccccc;
}


.layout_latest {
	border-bottom: 0px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
}

.banner_image img {
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #999999;
}

.mod_customnav ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.mod_customnav li {
	padding: 0px 0px 3px 15px;
	background: url(../img/nav-dot-1.png) no-repeat 0px 4px;
}


/* counter */

.mod_Visitors {
	border: 0px solid #cccccc;
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	color: #ffffff;	
}
.visitor_name {
	visibility: hidden;
	height: 0px;
}


#Statistik {
	padding: 5px 0px 5px 0px;
}
#VisitorsOnlineCountLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#VisitorsOnlineCount {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #999999;
}
#TodayVisitCountLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#TodayVisitCount {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #999999;	
}
#TotalVisitCountLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#TotalVisitCount {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #999999;	
}
#TodayHitCountLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#TodayHitCount {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #999999;	
}
#TotalHitCountLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#TotalHitCount {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #999999;	
}
#AverageVisitsLegend {
	float: left;
	padding: 0px 5px 0px 0px;
}
#AverageVisits {
	float: left;
	padding: 0px 5px 0px 0px;
}
/* ende counter */


/* glossar */
a.glossarylink , a.glossarylink:visited, a.glossarylink:hover, a.glossarylink:active{
	 padding: 0;
	 text-decoration: none;
	border-bottom: 1px dashed #000000;
	}
a.glossarylink:hover, a.glossarylink:active{
	 background-color: transprarent;
	 padding: 0;
	 text-decoration: none;
	border-bottom: 1px underline #000000;
	}

a.glossarylink dfn.glossarydescription {
	 display:none;
	}
	
a.glossarylink:hover dfn.glossarydescription {
	position:absolute;
	color:#440; 
	background:#ffe;
	display:block;
	padding: 10px;
	margin:20px 0 0 0;
	border: 1px #884 solid;
	width: 250px;
	z-index:999;
	}
	
/* ende glossar */	

#footer a {
	color: #ffffff;
}

.footer_links {
	margin: 10px 0px 0px 0px;
	color: #999999;
}

.formbody td {
	padding: 3px;
}

/* startseite */


#opm_links,
#opm_links a,
#opm_links p {
	line-height: 1.5;
	font-size: 11px;
	font-weight: normal;
}
/* */


#right .event {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#right .event.last {
	border-bottom: 0px;
}

.imbg_link ul {
	padding-left: -10px;
}

.imbg_link li {
	back.ground: url(../img/link.png) no-repeat left 3px;
	padding-left: 5px;
	list-style-type: none;
}

#kasten_home {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 20px 0px;
}

#kasten_home h1 {
	background-color: #58bbd7;
	color: #ffffff;	
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 1px 1px 0px 5px;
}

#kasten_home p,
#kasten_home a {
	font-size: 11px;
}

#kasten_info {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 20px 0px;
}

#kasten_info h1 {
	background-color: #58bbd7;
	color: #ffffff;	
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 1px 1px 0px 5px;
}

#kasten_info p,
#kasten_info a {
	font-size: 12px;
}
.ce_text img {
	border: 1px solid #e8e8e8;
}

.ce_text.team {
	border-top: 1px dotted #cccccc;
	padding: 30px 0px 30px 0px;
}

.ce_text ul,
.ce_accordion ul {
	list-style-type: none;
	padding: 15px 0px 15px 0px;
	margin: 0;
}

.ce_text li,
.ce_accordion li {
	padding: 0px 0px 5px 20px;
	background: url(../img/op-bullet.gif) no-repeat;
}

.ce_accordion .toggler{
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;	
	font-weight: bold;
	color: #2e6c9c;
	border: 0px solid #cccccc;
	cursor: pointer;
}

div.ce_accordion.block{
	padding: 10px 10px 10px 10px;
	background-color: #f8f8f8;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}


td {
	vertical-align: text-bottom;
}

.event table {
	margin: 15px 0px 15px 0px;
	border-top: 1px dotted #cccccc;
}
.event td.left {
	vertical-align: text-bottom;
	white-space: nowrap;
	padding: 2px 10px 2px 0px;
	
}
.event td {
	border-bottom: 1px dotted #cccccc;
}
.event h2 a {
	font-size: 13px;
}

div.mod_eventlist div.event {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}

div.mod_eventlist div.header.first {
	border-top: 1px solid #cccccc;
	padding: 7px 0px 0px 0px;
}

.mitte {
	text-align: center;
}

.headline h3 {
	border-bottom: 1px solid #cccccc;
	margin: 20px 0px 10px 0px;
}

#anmeldung-zur-weiterbildung div.formbody td.col_first {
	width: 200px;
}

#suchfeld {
	position: absolute;
	top: 290px;
	left: 19px;
}

#suchfeld input.text {
	width: 135px;
}

#suchfeld input.submit {
	position: absolute;
	top: 1px;
	left: 145px;
}
