/**
 * Style sheet simplex3
 */

#wrapper
{
	font-size:1.2em;
}
/* specials */

/* hyperlinkhover */
a{background-position: left top;} 
a:hover{background-position: left down;}


/* accordeon */

blockquote{
   margin: 3px;
   
   letter-spacing: 0.1em;
}
.address{
   font-style: normal;
}
.ce_accordion .toggler{
	padding:2px 3px 3px 20px;
	background-color:#cccccc;
	/*background-image:url("../../tl_files/simplex3/calendar_head_gray.jpg");
	background-position:left top;
	background-repeat:repeat-x;*/
	background: #cccccc url("../../tl_files/simplex3/ico_plus.gif") 5px center no-repeat;
	
	border-top:1px solid #ffffff;
	font-weight:bold;
	color:#005500;
	cursor:pointer;
}
.ce_accordion .accordion div
{
	padding:4px 6px 6px 6px;
	background-color:#fcfcfc;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6
{
}

h1
{
	margin:24px 0px 12px 0px;
	padding:0px;
	border-bottom:1px solid #005500;
	font-weight:normal;
	font-size:2.0em;
}

h2
{
	margin:0px 0px 9px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.2em;
}

a
{
	color:#094da5;
}

.mod_article
{
	padding-right:12px;
	padding-left:12px;
}

/* Fix backgound bug in IE5/6 */
* html .mod_article
{
	position:relative;
}

.pdf_link
{
	right:12px;
	position:absolute;
	margin-top:27px;
}

.pdf_link a
{
	display:block;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:1px;
	background-color:#808080;
	color:#ffffff;
}

.pdf_link a:hover
{
	background-color:#999999;
	text-decoration:none;
}

.ce_text
{
	line-height:1.5;
}

.mod_breadcrumb
{
	margin:0px 0px 0px 1px;
	padding:6px 9px 9px 9px;
	background-color:#f2f2f2;
}

/* Fix breadcrumb alignment in IE5/6 */
* html .mod_breadcrumb
{
	left:-2px;
	position:relative;
	margin-right:-2px;
	margin-left:0px;
}

.mod_calendar table
{
	width:98%;
	background-color:#fcfcfc;
}

.mod_calendar .head
{
	padding:7px 1px 6px 1px;
	text-align:center;
	background-image:url("../../tl_files/simplex3/calendar_head_gray.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	color:#444444;
}

.mod_calendar .head a
{
	color:#005500;
}

.mod_calendar .head.previous
{
	padding-left:12px;
	text-align:left;
}

.mod_calendar .head.next
{
	padding-right:12px;
	text-align:right;
}

.mod_calendar .label
{
	padding:3px 1px 4px 1px;
	text-align:center;
	background-color:#005500;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:72px;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .col_first
{
	border-left:1px solid #cccccc;
}

.mod_calendar .weekend
{
	background-color:#f5f9fe;
}

.mod_calendar .today
{
	background-color:#e7f0fe;
}

.mod_calendar .header
{
	margin:1px;
	padding:0px 1px 2px 1px;
	background-color:#e6e6e6;
}

.mod_calendar div, .mod_calendar div a
{
	margin:1px;
	font-size:10px;
	color:#666666;
}

.comment_default
{
	padding:18px 6px 12px 6px;
	border-top:1px dotted #cccccc;
}

.ce_comments .odd
{
	background-color:#fcfcfc;
}

.ce_comments .info
{
	padding:2px 3px 3px 16px;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#005500;
}

.ce_comments .info a
{
	color:#005500;
}

.ce_comments .comment
{
	padding-top:6px;
	padding-bottom:6px;
	line-height:1.5;
}

.ce_comments .code, .ce_comments .quote
{
	position:relative;
	padding:6px;
	background-color:#f6f6f6;
	border:1px solid #dddddd;
}

.ce_comments p
{
	margin:0px;
	padding:0px 0px 3px 0px;
	font-weight:bold;
}

.ce_comments pre
{
	overflow:auto;
	padding:3px 1px;
	font-family:"Courier New", courier, monospace;
	font-size:11px;
	line-height:1.2;
}

.ce_comments .form
{
	padding-top:24px;
	border-top:1px dotted #cccccc;
}

.ce_comments .form label
{
	top:-1px;
	position:relative;
}

/* Fix alignment in IE5/6 */
* html .ce_comments .form label
{
	top:-3px;
}

/* Fix alignment in IE7 */
*:first-child+html .ce_comments .form label
{
	top:-3px;
}

.mod_customnav{
	padding-right:12px;
	padding-left:12px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.mod_customnav h2{
   border-bottom: 1px solid #005500;
}

.mod_customnav ul, .mod_customnav li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_customnav li
{
	padding-top:1px;
	padding-bottom:2px;
	padding-left:0px;
	/*background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left center;
	background-repeat:no-repeat;*/
}

.mod_customnav a, .mod_customnav p
{
	color:#666666;
	display: block;
}

.mod_customnav p
{
	color:#094da5 !important;
}

.ce_download a, .ce_downloads a
{
	color:#666666;
}

.ce_downloads div
{
	padding-top:1px;
	padding-bottom:1px;
}

.mod_eventlist .header
{
	padding:9px 3px 9px 18px;
	background-color:#f6f6f6;
	background-image:url("../../tl_files/simplex3/arrow_grey.gif");
	background-repeat:no-repeat;
	border-top:1px dotted #cccccc;
	color:#808080;
	background-position:2px 9px;
}

.mod_eventlist h2
{
	margin:0px;
	padding:6px 0px;
}

.mod_eventlist h2 a
{
	font-size:13px;
	color:#666666;
}

.mod_eventlist .time
{
	margin:-6px 0px 0px 0px;
	padding:0px 0px 6px 0px;
	font-size:10px;
	color:#999999;
}

.mod_eventlist .ce_text
{
	margin:0px;
	padding:0px;
}

.mod_eventlist .event
{
	padding:3px 6px 9px 6px;
	border-top:1px dotted #cccccc;
}

.mod_eventlist .odd
{
	background-color:#fcfcfc;
}

.mod_eventreader h2
{
	margin:15px 0px 0px 0px;
	padding:0px;
	border-bottom:0px;
	font-weight:bold;
	font-size:16px;
	color:#666666;
}

.mod_eventreader .info
{
	font-size:10px;
	color:#999999;
}

.mod_eventreader .ce_text
{
	margin-top:12px;
}

.mod_eventreader .back
{
	margin-top:15px;
}

.mod_eventreader .recurring
{
	margin-top:1px;
	font-size:11px;
	color:#094da5;
}

.ce_image img, .ce_text img, .ce_gallery img, .mod_newslist img, .mod_randomImage img
{
	margin:0px;
	padding:2px;
	border:1px solid #dddddd;
}

.mime_icon
{
	top:-1px;
	position:relative;
	vertical-align:middle;
}

.image_container{
	float:left;
   border: 1px solid #CCCCCC;
}
.image_container:hover{
   border: 1px solid #666666;
}


.ce_gallery td
{
	padding-right:12px;
	padding-bottom:12px;
	vertical-align:top;
}

.caption
{
	margin:0px;
	padding:1px 2px 3px 2px;
	background-color:#e9e9e9;
	font-size:10px;
}

/* Fix caption in IE5/6 */
* html .caption
{
	top:-1px;
	position:relative;
	margin-right:4px;
}

/* Fix caption in IE7 */
*:first-child+html .caption
{
	top:-1px;
	position:relative;
}

.ce_gallery .caption
{
	top:-1px;
	position:relative;
	margin-right:2px;
	padding:0px 2px 2px 2px;
	min-height: 50px;  
	font-size: 90%;
}

/* Fix gallery caption in IE5/6 */
* html .ce_gallery .caption
{
	top:1px;
	position:relative;
	margin-right:2px;
}

/* Fix gallery caption in IE7 */
*:first-child+html .ce_gallery .caption
{
	top:1px;
	position:relative;
}

body
{
	background-color:#e3e6e9;
}

#container
{
	width:870px;
	background-color:#ffffff;
	background-image:url("../../tl_files/simplex3/container.gif");
	background-position:center top;
	background-repeat:repeat-y;
}

#header
{
	height:200px;
/*	background-image:url("../../tl_files/simplex3/logotest_5.png");*/
	background-image:url("../../tl_files/simplex3/Header_090813_beta.png");
	background-position:center top;
	background-repeat:no-repeat;
}

#logo
{
	left:12px;
	top:30px;
	position:absolute;
}

#current_page
{
	padding:6px 9px 9px 9px;
	background-color:#f2f2f2;
}

#left .inside, #main .inside
{
	padding-bottom:18px;
}

.hyperlink_txt
{
	padding-left:16px;
	background-image:url("../../tl_files/simplex3/icons/www_16x16.gif");
	background-position:left top;
	background-repeat:no-repeat;
	color:#005500;
	line-height: 2.0em;
}

.ce_toplink
{
	margin-top:9px;
	text-align:right;
}

.ce_toplink a
{
	padding-right:12px;
	background-image:url("../../tl_files/simplex3/back_to_top.gif");
	background-position:right center;
	background-repeat:no-repeat;
	color:#999999;
}
.ce_list{ 
   margin-top: 15px;
}
.ce_text{
   margin-top: 10px;
}
.ce_list ol
{
	margin:0px 0px 0px 9px;
	padding:0px 0px 0px 24px;
}

.ce_list ol li
{
	margin:0px;
	padding:1px 0px 2px 0px;
	list-style-type:decimal;
}

.ce_list ul,
.ce_text ul
{
	margin:0px;
	padding:0px 0px 0px 12px;
}

.ce_list ul li,
.ce_text ul li{
	margin:0px;
	padding:1px 0px 2px 14px;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left 7px;
	background-repeat:no-repeat;
	list-style-type:none;
}

.mod_login.one_column
{
	margin-right:12px;
	margin-left:12px;
	padding:6px;
	background-color:#fcfcfc;
	border:1px solid #dddddd;
}

.mod_login.one_column .text
{
	width:150px;
}

.mod_login.one_column .submit
{
	margin-top:3px;
}

.mod_login.one_column .error
{
	width:150px;
	margin-bottom:6px;
	padding:3px;
	background-color:#ffffcc;
	border:1px solid #ff9900;
}

.mod_login.two_column
{
	width:280px;
	padding:12px 9px 9px 9px;
	background-color:#fcfcfc;
	border:1px solid #dddddd;
}

.mod_login.two_column table
{
	width:100%;
}

.mod_login.two_column .col_first
{
	width:50%;
	font-weight:bold;
}

.mod_login.two_column .submit_container
{
	margin-top:3px;
}

.mod_login.two_column .error
{
	margin-bottom:9px;
	padding:6px;
	background-color:#ffffcc;
	border:1px solid #ff9900;
}

.mod_navigationMain
{
	padding-right:12px;
	padding-left:12px;
}

.mod_navigationMain ul, .mod_navigationMain li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigationMain li
{
	padding-top:1px;
	padding-bottom:2px;
}

.mod_navigationMain a
{
	color:#666666;
}

.mod_navigationMain p, .mod_navigationMain a.parent
{
	color:#094da5;
}

.mod_minicalendar table
{
	margin-right:12px;
	margin-left:12px;
	background-color:#fcfcfc;
}

.mod_minicalendar td
{
	width:30px;
	padding-top:2px;
	padding-right:1px;
	padding-bottom:3px;
	text-align:center;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.mod_minicalendar td.col_first
{
	border-left:1px solid #dddddd;
}

.mod_minicalendar .weekend
{
	background-color:#f5f9fe;
}

.mod_minicalendar .today
{
	background-color:#e7f0fe;
}

.mod_minicalendar .head.previous
{
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	text-align:left;
	background-color:#cde0fe;
	background-image:url("../../tl_files/simplex3/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

.mod_minicalendar .head.next
{
	padding-top:2px;
	padding-right:6px;
	padding-bottom:4px;
	text-align:right;
	background-color:#cde0fe;
	background-image:url("../../tl_files/simplex3/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

.mod_minicalendar .head.current
{
	text-align:center;
	vertical-align:middle;
	background-color:#cde0fe;
	background-image:url("../../tl_files/simplex3/calendar_head.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	font-weight:bold;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-right:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#094da5;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar td, .mod_minicalendar td a
{
	font-size:10px;
}

.mod_minicalendar th a
{
	font-weight:bold;
	font-size:17px;
	color:#666666;
}

.mod_navigation
{
	padding-right:12px;
	padding-left:12px;
}

.mod_navigation ul, .mod_navigation li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigation li
{
	margin-bottom:12px;
	padding-top:1px;
	padding-bottom:2px;
}

.mod_navigation .level_1 ul
{
	margin-top:0px;
	padding-top:2px;
	border-top:1px dotted #559955;
}

.mod_navigation .level_2 ul
{
	margin-top:0px;
	margin-bottom:3px;
	margin-left:6px;
	border-top:0px;
}

.mod_navigation .level_2 li
{
	margin-bottom:0px;
}

.mod_navigation .level_3 li
{
	padding-left:14px;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.mod_navigation a, .mod_navigation p
{
	font-weight:bold;
	color:#666666;
}

.mod_navigation .level_2 a, .mod_navigation .level_2 p
{
	font-weight:normal;
}

.mod_navigation .level_3 a, .mod_navigation .level_3 p
{
	font-size:11px;
	color:#808080;
}

.mod_navigation p
{
	color:#094da5 !important;
}

.layout_latest, .layout_short
{
	padding:18px 6px 12px 6px;
	border-top:1px dotted #cccccc;
}

.layout_latest .info, .layout_short .info
{
	padding:2px 3px 3px 16px;
	background-image:url("../../tl_files/simplex3/arrow_grey.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#999999;
}

.layout_latest h2, .layout_short h2
{
	margin:0px;
	padding:6px 0px;
}

.layout_latest h2 a, .layout_short h2 a
{
	font-size:13px;
	color:#666666;
}

.layout_latest .teaser, .layout_short .teaser
{
	line-height:1.5;
}

.layout_latest .more, .layout_short .more
{
	padding-top:6px;
	padding-bottom:6px;
}

.layout_latest.odd, .layout_short.odd
{
	background-color:#fcfcfc;
}

.layout_latest .image_container
{
	padding:9px 9px 3px 0px !important;
}

abbr,
.explanation{
	padding-right:18px;
	background-image:url("../../tl_files/simplex3/icons/explanation_12x12.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	cursor: help;
}
.explanation{
   border-bottom: 1px dotted green;
}

.layout_full h1
{
	margin:6px 0px 0px 0px;
	padding:0px;
}

.layout_full h2
{
	margin:12px 0px 9px 0px;
	padding:0px;
	color:#666666;
}

.layout_full .info
{
	font-size:10px;
	color:#999999;
}

.layout_full .ce_text
{
	margin-top:15px;
}

.mod_newsreader .back
{
	margin-top:15px;
}

.mod_newsreader .enclosure
{
	margin-top:15px;
	padding:6px;
	background-color:#fcfcfc;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

.mod_newsreader .enclosure .mime_icon
{
	padding:0px;
	border:0px;
}

.mod_newsreader .enclosure a
{
	color:#666666;
}

.mod_subscribe .formbody, .mod_unsubscribe .formbody
{
	width:280px;
	padding:12px 9px 9px 9px;
	background-color:#fcfcfc;
	border:1px solid #dddddd;
}

.mod_subscribe .error, .mod_unsubscribe .error
{
	margin-bottom:9px;
	padding:6px;
	background-color:#ffffcc;
	border:1px solid #ff9900;
}

.mod_subscribe .confirm, .mod_unsubscribe .confirm
{
	margin-bottom:9px;
	padding:6px;
	background-color:#ccffcc;
	border:1px solid #009900;
	font-size:10px;
	color:#009900;
}

.mod_subscribe .text, .mod_unsubscribe .text
{
	width:160px;
}

.mod_subscribe .submit, .mod_unsubscribe .submit
{
	top:-1px;
	position:relative;
}

/* Fix submit button alignment in IE5/6 */
* html .mod_subscribe .submit, * html .mod_unsubscribe .submit
{
	top:1px;
}

/* Fix submit button alignment in IE7 */
*:first-child+html .mod_subscribe .submit, *:first-child+html .mod_unsubscribe .submit
{
	top:1px;
}

.mod_newsmenu ul, .mod_newsmenu li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_newsmenu li
{
	padding-top:1px;
	padding-bottom:2px;
}

.mod_newsmenu li.year
{
	font-weight:bold;
}

.mod_newsmenu ul.level_2
{
	margin-top:6px;
	margin-bottom:9px;
}

.mod_newsmenu .level_2 li
{
	padding-left:14px;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:normal;
}

.mod_newsmenu .level_2 li a
{
	color:#666666;
}

.mod_newsmenu .level_2 p
{
	color:#094da5 !important;
}

.pagination
{
	padding-top:12px;
	border-top:1px dotted #cccccc;
}

.pagination p
{
	width:180px;
	float:left;
}

.pagination ul
{
	width:400px;
	float:right;
	margin:0px;
	padding:0px;
	text-align:right;
	list-style-type:none;
}

.pagination li
{
	display:inline;
	padding:0px 1px;
	list-style-type:none;
}

.pagination .pagination_current
{
	font-weight:bold;
}

/* Fix submit button alignment in Firefox */
html>body .mod_quicknav .submit
{
	top:-1px;
	position:relative;
}

/* Hide Firefox fix in IE7 */
*:first-child+html .mod_quicknav .submit
{
	top:0px;
}

.rss_default h3, .rss_items_only h2
{
	margin:15px 0px 3px 0px;
	padding:0px;
}

.rss_default h3 a, .rss_items_only h2 a
{
	font-weight:bold;
	color:#666666;
}

.mod_rss_reader .description
{
	line-height:1.5;
}

.rss_default_header h2
{
	margin:18px 0px 2px 0px;
	padding:0px;
	border-bottom:0px !important;
}

.rss_default_header h2 a
{
	font-weight:bold;
	font-size:15px;
}

.rss_default_header .description
{
	font-size:11px;
	color:#999999;
	line-height:1;
}

.mod_search .text
{
	width:240px;
}

.mod_search .submit
{
	top:-1px;
	position:relative;
}

/* Fix submit button alignment in IE5/6 */
* html .mod_search .submit
{
	top:1px;
}

/* Fix submit button alignment in IE7 */
*:first-child+html .mod_search .submit
{
	top:1px;
}

.mod_search .header
{
	margin-top:12px;
	margin-bottom:18px;
	text-align:right;
}

.mod_search h3
{
	margin-top:18px;
	margin-bottom:2px;
	font-size:11px;
	color:#005500;
}

.mod_search .relevance
{
	padding-left:3px;
	font-weight:normal;
}

.mod_search .url
{
	margin-top:3px;
	color:#005500;
}

.mod_search .highlight
{
	font-weight:bold;
}

.mod_search div.last
{
	margin-bottom:24px;
}

.mod_navigationSub
{
	padding-right:12px;
	padding-left:12px;
}

.mod_navigationSub ul, .mod_navigationSub li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigationSub li
{
	padding-top:1px;
	padding-bottom:2px;
}

.mod_navigationSub .level_1 ul
{
	margin-top:6px;
	margin-bottom:3px;
	margin-left:6px;
}

.mod_navigationSub .level_2 li
{
	padding-left:14px;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.mod_navigationSub a, .mod_navigationSub p
{
	color:#666666;
}

.mod_navigationSub .level_2 a, .mod_navigationSub .level_2 p
{
	font-size:11px;
	color:#808080;
}

.mod_navigationSub p
{
	color:#094da5 !important;
}

.ce_table table
{
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}

.ce_table th, .ce_table td
{
	padding:1px 3px 2px 3px;
	vertical-align:top;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.ce_table th
{
	background-color:#e6e6e6;
	font-weight:bold;
}

.ce_table table.sortable th
{
	padding-right:6px;
}

.mod_personalData .col_first
{
	width:160px;
	font-weight:bold;
}

.mod_registration .col_first
{
	width:160px;
	font-weight:bold;
}

.mod_lostPassword .formbody
{
	width:340px;
	padding:12px 9px 9px 9px;
	background-color:#fcfcfc;
	border:1px solid #dddddd;
}

.mod_lostPassword table
{
	width:100%;
}

.mod_lostPassword .col_first
{
	width:50%;
	font-weight:bold;
}

.mod_lostPassword input.captcha
{
	width:40px;
}

.mod_lostPassword .submit_container
{
	margin-top:3px;
}

.mod_lostPassword .message
{
	margin-bottom:9px;
	padding:6px;
	background-color:#ffffcc;
	border:1px solid #ff9900;
}

#header_menu
{
	right:20px;
	top:18px;
	position:absolute;
}

#header_menu td, #header_menu a
{
	color:#999999;
}

#header_menu .text
{
	width:96px;
	top:1px;
	position:relative;
	padding:0px 1px;
}

/* Fix text field alignment in IE5/6 */
* html #header_menu .text
{
	top:-1px;
}

/* Fix submit button alignment in IE5/6 */
* html #header_menu .submit
{
	top:2px;
	position:relative;
}

/* Fix text field alignment in IE7 */
*:first-child+html #header_menu .text
{
	top:-1px;
}

/* Fix submit button alignment in IE7 */
*:first-child+html #header_menu .submit
{
	top:2px;
	position:relative;
}

/* simplex additional styles */
#main a
{
	text-decoration:underline;
	color:#005500;
	letter-spacing: 0.2em;
}

#main a:hover
{
	text-decoration:none;
}

#container_top_bg
{
	height:30px;
	background-image:url("../../tl_files/simplex3/container_top_870.png");
	background-repeat:no-repeat;
	background-position: left -20px;
}

#shadow
{
	width:880px;
	background-image:url("../../tl_files/simplex3/shadow_right.jpg");
	background-repeat:repeat-y;
	background-position: 870px;
}

#footer
{
	width:880px;
	height:30px;
	background-image:url("../../tl_files/simplex3/footer_shadow_right.jpg");
	background-repeat:repeat-y;
	background-position: 0px top;
}

#footer .inside
{
	padding:4px 8px;
	text-align:center;
	line-height:2;
}

#footer .inside, #footer a
{
	color:#555555;
}

#footer .inside
{
	width:855px;
	background-image:url("../../tl_files/simplex3/footer_inside.gif");
	font-size:0.9em;
	line-height:1.7em;
}

#container_bottom_bg
{
	height:30px;
	margin-top:0px;
	text-align:center;
	background-image:url("../../tl_files/simplex3/container_bottom.png");
	font-size:0.9em;
	line-height:1.7em;
	background-position:left -30px;
}

.mod_breadcrumb h6
{
	display:inline;
	margin-right:10px;
	font-size:1em;
	line-height:1.3em;
}

.mod_breadcrumb, .mod_breadcrumb a
{
	color:#005500;
}

.mod_breadcrumb a
{
	text-decoration:underline;
}

.mod_breadcrumb
{
	font-size:0.9em;
}

#current_page
{
	width:178px;
	height:160px;
}

#current_page #desc{
	height:100%;
	padding-top:0px;
	text-align:center;
	background-repeat:no-repeat;

	background-position: 25px 30px;
}

#current_page #desc{
	background-image:url("../../tl_files/simplex3/bg/current_default.jpg");
}
#current_page h1{
	font-size:1.2em;
	font-weight: bold;
	border: none;
	margin-top: 0px;
	display: inline;
}
.body_kontakt #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_kontakt.jpg");
	background-position: 2px 35px;
}

.body_startseite #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_startseite.jpg");
	background-position: 2px 35px;
}

.login #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_login.jpg");
	background-position: 2px 35px;
}

.body_webdesign #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_webdesign.jpg");
	background-position: 2px 35px;
}

.body_portofolio #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_portofolio.jpg");
	background-position: 2px 35px;
}

.body_plugins #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_plugins.jpg");
	background-position: 2px 35px;
}
.body_referenzen #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_referenzen.jpg");
	background-position: 2px 35px;
}
.body_service #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_service.jpg");
	background-position: 2px 35px;
}.body_ueberuns #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_ueberuns.jpg");
	background-position: 2px 35px;
}

.body_kunden #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_kunden.jpg");
	background-position: 2px 35px;
}
.body_kalender #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_kalender.jpg");
	background-position: 2px 35px;
}
.body_impressum #current_page #desc
{
	background-image:url("../../tl_files/simplex3/bg/current_impressum.jpg");
	background-position: 2px 35px;
}

/* Main menu */
.mod_navigation.main_nav_container
{
	font-size:1.0em;
}

.mod_navigation.main_nav_container a,
.mod_customnav.main_nav_help a,
.mod_navigation.main_nav_container span.active{
	display:block;
	padding-left:12px;
	color:#005500;
}

.mod_navigation.main_nav_container a:hover, .mod_navigation.main_nav_container #active_submenu > a,
.mod_customnav.main_nav_help a:hover, .mod_customnav.main_nav_help  #active_submenu a,
.mod_navigation.main_nav_container span.active
{
	background-image:url("../../tl_files/simplex3/square_8x8_active.gif");
	background-repeat:no-repeat;
	background-position: 0px 4px;
}
.mod_navigation.main_nav_container ul.level_1 li.active span.active{
   	background-image:url("../../tl_files/simplex3/square_8x8.gif");
      font-weight: bold;	
}
.mod_customnav.main_nav_help a{
	background-position: 12px 3px;
}

.nav_description a{
   padding-left: 12px;
   color: #005500;
}
.nav_description a:hover,
.nav_description a:focus{
   color: #005500;
   background-image:url("../../tl_files/simplex3/square_8x8_active.gif");
	background-repeat:no-repeat;
	background-position: left 3px;
}

.nav_description span.active{
   font-weight: bold;
	background-image:url("../../tl_files/simplex3/square_8x8.gif");
	background-repeat:no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
/* Calendar */
.calendar th.label
{
	font-size:1.0em;
}
/* Subclumns */
.subcl,
.subcr{
   padding: 5px;  
}
.c50l, .c50r{
   border: 1px solid #EBFDD7;
}
.c50l:hover, .c50r:hover {
   
   background-color: #EBFDD7;
}

/* backlink */
p.back{
   display:none;
}
 /* Atomatische Links und Tipps */
 span.autotip{
   border-bottom: 1px dotted green;   
 }
.papap{
   color: green;
}
.tip-top,
.tip,
.tip-bottom{
   background-color: #EBFDD7;
   font-size: 120%;
}

.kundenmeinung{
   margin-top: 20px;
   border: 1px solid #DDDDDD;
   background-color: #F2FFF2;
   padding: 5px;
}
.kundenmeinung:hover{
   border: 1px solid #333333;
   background-color: #F2F2F2;   
}

#left .mod_form h3,
#left .mod_form h4
{
   margin: 5px 0px 0px 12px;
}
#searchform_left{
   border: 0px dotted red;
   width: 160px;
   height: 30px;
   padding: 0px 10px 10px 10px;
}
#searchform_left .formbody .text{
   float:left;
   width:140px;
   
}
.submit_container{
   margin-top: 20px;
}
#left .submit_container{
   float:right;
   margin-right:1px;
   margin-top:-10px;
}

.autolink_explanation{
   cursor: help;
}

/* Überschreiben der Formatierungen für die JS-Tooltips von autolink */
.tip{color:green;width:172px;z-index: 13000;}
.tip-title{font-weight: bold;font-size:11px;margin:0;padding:8px 8px 4px;background:url("../../tl_files/simplex3/bubble_simplex3.png") top left;}
.tip-text{font-size:11px;padding:4px 8px 8px;background:url("../../tl_files/simplex3/bubble_simplex3.png") bottom right;}


.img_right{
   float: right;
}

#w3c_links{
 float: right; 
 margin-right: 20px;
}

#w3c_links a,
#w3c_links a:link,
#w3c_links a:visited,
#w3c_links a:hover,
#w3c_links a:active{
 font-size: 90%;
 color: #555555;
}

.papoo_partner{
   text-align: center;     
}

.more{ 
   margin-bottom: 15px;
   
}
.layout_ticker h2{
   margin-bottom: 0px;
}


