@charset "UTF-8";
/*---------------------------------------------------------------------

Template Name: 	DRK-OVP
Version:	 	1.0
Release Date: 	April 21, 2011

File:       	mm_layout.css (CSS Level 2)
Updated:    	2011-01-08

Copyright (c) 2011 Rene Wandel - http://www.gopip.de

-----------------------------------------------------------------------*/
body{
	background: #8c8c8c url(../bilder/layout/bg/pagebg.jpg) no-repeat fixed top left;
	padding: 24px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 12px;
	line-height:18px;
}

p {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}
strong, b {
	font-weight: bold;
}
i, em{
	font-style: italic;
}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:20px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	color:#999;
	background-color:#ccc;
	background-repeat:repeat-x
}

/**********************************/
/* Vermeidung von Seitenumbruechen direkt nach einer UEberschrift          */
/*********************************/

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	margin-left: 0 !important;
}
strong{
	font-weight: bolder;
}
a:link {
	color: #015bca;
	text-decoration: underline;
}
a:visited {color: #476283;}
a:focus,
a:hover,
a:active {
	color: #e60005;
	text-decoration: none;
}

/**********************************/
/* Formatierung Layout            */
/*********************************/

#wrapper{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/**********************************/
/* Formatierung Header            */
/*********************************/
#header{
	width: 960px;
	margin: 0;
}
#header .inside{
}
#logo{
	top: 10px;
	left: 10px;
	position: absolute;
}
#slogan{
	position: absolute;
	left: 230px;
	top:15px;
}
#slogan p{
	font-size: 17px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#slogan a, #slogan a:visited, #slogan a:hover{
	text-decoration: none;
	color: #333;
}
#slogan span{
	font-size: 17px;
	color: #e60005;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#slogan .ovp{
   line-height: 24px;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
.mod_imageslider{
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
}
.mod_imageslider{
	padding: 0px;
	border: 0px solid #CCCCCC;
}

#topnav{
	position: absolute;
	right: 217px;
	top: 1px;
}
#topnav a, #topnav a:visited{
	border-right: 1px solid #ccc;
	color: #ccc;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0px;
	font-size: 11px;
}
#topnav a:hover, #topnav a:focus{
	border-right: 1px solid #999;
	color: #fff;
	background: #666;
	text-decoration: none;
	padding: 3px 6px;
	margin:0px;
	font-size: 11px;
}
/**********************************/
/* Formatierung Breadcrumb        */
/*********************************/
.mod_breadcrumb{
	width: 100%;
	margin: 10px 0px;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
}
.mod_breadcrumb a{
	text-decoration: none;
	font-size: 11px;
	color: #999;
}
.mod_breadcrumb a:hover{
	text-decoration: none;
	font-size: 11px;
	color: #666;
}
/**********************************/
/* Formatierung Container         */
/*********************************/
#container{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/**********************************/
/* Formatierung Main              */
/*********************************/
#main{
	padding: 0px;
}
#main .inside{
	padding: 10px 27px 30px 5px;
}
#main h1, #main h3{
	font-weight: normal;
	padding: 6px;
	margin: 0px 0px 10px 10px;
	background-color: #999999;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}
#main .rot {
	font-weight: normal;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	background-color: #e60005;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}
#main .ce_headline {
	margin: 0px 1% 0px 1%;
}
#main h2{
	font-size: 14px;
	color: #1e90ff;
}
.layout_latest img{
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#main .image_container img{
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px; 
}
#main iframe{
	padding: 4px;
	border: 1px solid #ccc;
}
/**********************************/
/* Formatierung Left              */
/*********************************/
#left{
	margin: 0px;
	padding: 0px;
}
#left .inside{
	margin: 0px;
	padding: 15px 22px 0px 0px;
}
#left h1, #left h2, #left h3{
	font-size: 13px;
	color: #000;
	font-weight: bolder;
}
#left h3{
	margin: 0;
	padding: 0px 10px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	background: #ececec;
}
/**********************************/
/* Formatierung Right             */
/*********************************/
#right{
	margin: 0px;
	padding: 0px;
}
#right .inside{
	margin: 30px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
}
#right h1, #right h3{
	font-size: 13px;
	color: #000;
	font-weight: bolder;
	margin: 0;
	padding: 0px 10px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	background: #fff;
}
#right .image_container img{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0px 0px 10px;
}
/**********************************/
/* Formatierung Footer            */
/*********************************/
#footer{
	width: 100%;
	height: 30px;
	border-top: 1px solid #CCCCCC;
	background: #EFEFEF;
}
#footer .inside{
	margin: 0;
	padding: 6px;
	text-align: center;
}

/**********************************/
/* Formatierung Navigation       */
/*********************************/

#header .nav{
	width: 755px;
	top: 100px;
	left: 0px;
	right: 0px;
	position: absolute;
	background: transparent;
	border-bottom: 1px solid #333;
	font-size: 12px;
	letter-spacing: -1px;
}
#header .nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header .nav li{
	float: left;
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#header .nav li.active{
	color: #fff;
	background: #e50006;
	cursor: pointer;
	margin: 0px;
	padding: 0px 5px;
}
#header .nav li a, #header .nav li a:visited{
	text-decoration: none;
	color: #333;
	display: block;
	margin: 0px;
	border-right: 1px solid #333;
	padding: 0px 5px;
}
#header .nav li a:hover{
	text-decoration: none;
	color: #333;
	background: #ccc;
	margin: 0px;
	padding: 0px 5px;
}

/**********************************/
/* Sonstige Navigationelemente    */
/*********************************/

.mod_quicknav .submit{
	margin: 2px;
	vertical-align: middle;
}
.mod_quicknav .select{
   margin:4px;
   padding:2px;
	width: 170px;
}

#left .mod_customnav{
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: 0px solid #CCCCCC;
	border-bottom: 0px;
}
.mod_quicknav{
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: 0px solid #CCCCCC;
}

/**********************************/
/* Formatierung Mootoolsnav       */
/*********************************/

#left .mod_mootoolsnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid #CCCCCC;
}
#left .mod_mootoolsnav h1,
#left .mod_navigation h1,
#left .mod_customnav h1,
.mod_quicknav h1{
	margin: 0;
	padding: 0px 10px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	background: #ececec;
}
#left .mod_customnav li.active,
#left .mod_navigation li.active{
	padding: 0px 10px;
	margin: 0px;
	line-height: 30px;
	background: #e50006 none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}
#left .mod_mootoolsnav p.active,
#left .mod_navigation p.active{
	padding: 0px 10px;
	margin: 0px;
	line-height: 30px;
	background: #e50006 none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}
#left .mod_mootoolsnav ul,
#left .mod_customnav ul,
#left .mod_navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.mod_mootoolsnav li.submenu  {
		background: url(../bilder/layout/arrow-submenu.gif) no-repeat right top;
}
#left .mod_mootoolsnav ul.level_2{
	margin: 0px;
	padding: 0px;
}
#left .mod_mootoolsnav ul.level_3{
	margin: 0px;
	padding: 0px;
}
#left .mod_mootoolsnav ul.level_4{
	margin: 0px;
	padding: 0px;
}
#left .mod_mootoolsnav ul.level_2 li a{
	padding: 0px 0px 0px 20px;
}
#left .mod_mootoolsnav ul.level_3 li a{
	padding: 0px 0px 0px 30px;
}
#left .mod_mootoolsnav ul.level_4 li a{
	padding: 0px 0px 0px 40px;
}
#left .mod_mootoolsnav ul.level_2 li a:hover, #left .mod_mootoolsnav ul.level_3 li a:hover{
	background: #ccc;
}
#left .mod_mootoolsnav li, 
#left .mod_customnav li,
#left .mod_navigation li{
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}
#left .mod_mootoolsnav li a, 
#left .mod_customnav li a,
#left .mod_navigation li a{
	padding: 0px 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #333;
	display: block;
	border-bottom: 1px solid #ccc;
}
#left .mod_mootoolsnav li a:hover, 
#left .mod_customnav a:hover,
#left .mod_navigation a:hover{
	padding: 0px 10px;
	background: #ccc;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

/**********************************************/
/*   Contao Stuff - Pagination                */
/**********************************************/

.pagination{}
.pagination ul{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.pagination li .current{
	margin: 0 2px 0 0;
	border: 1px solid #CCCCCC;
}
.pagination li{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	border: 0px;
	font-size: 11px;
	list-style-type: none;
}
.pagination a{
	margin: 0 2px 0 0;
	border: 1px solid #CCCCCC;
}
.pagination .current{
	float: left;
	display: block;
	padding: 3px 6px;
	background-color: #900;
	font-weight: bold;
	color: #FFFFFF;
}
.pagination a:link,.pagination a:visited{
	float: left;
	display: block;
	padding: 3px 6px;
	background-image: url("none");
	text-decoration: none;
	color: #666666;
}
.pagination a:hover{
	color: #333333;
}

/**********************************************/
/*   Contao Stuff - Kommentare                */
/**********************************************/

.ce_comments .form{
	margin: 5px 0;
	padding: 4px;
	border: 0px solid #cccccc;
}
.ce_comments p{
	margin: 0px;
	padding: 0px;
}
.ce_comments .odd{
	margin: 5px 0;
	padding: 4px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.ce_comments .first{
	margin: 5px 0;
	padding: 4px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
}
.ce_comments .last{
	margin: 5px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.ce_comments .date{
	font-style: italic;
}
.ce_comments .info{
	color: #333333;
}
.comment{
	margin: 5px 0;
	padding: 4px;
	border-top: 1px solid #cccccc;
}
.comment p{
	margin: 0px;
	padding: 0px;
}
/**********************************/
/* Formatierung Rechte Splate Box */
/*********************************/

.module-grey{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.module-grey-inside{
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}
.module-grey p{
	padding: 0px 1px 0px 10px;
}


/**********************************/
/* Formatierung Sitemap           */
/*********************************/

.mod_sitemap ul.level_1{
   margin:4px 20px;
   padding:0;
}
.mod_sitemap ul.level_2{
   margin:4px 40px;
   padding:0;
}
.mod_sitemap ul.level_3{
   margin:4px 60px;
   padding:0;
}
.mod_sitemap ul.level_4{
  margin:4px 80px;
  padding:0;
}
.mod_sitemap ul.level_1 li,.mod_sitemap ul.level_2 li,.mod_sitemap ul.level_3 li,.mod_sitemap ul.level_4 li{
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: none;
}

/**********************************/
/* Formatierung Accordion         */
/*********************************/

.toggler{
	display: block;
	margin: 5px 0;
	padding: 4px;
	vertical-align: middle;
	background-color: #fae1e1;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 14px;
	color: #f71111;
	cursor: pointer;
}
/**********************************/
/* Formatierung Nachrichten       */
/*********************************/
.layout_simple, .mod_eventlist .event{
	margin: 5px 0;
	padding: 4px 4px 4px 25px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	line-height: 18px;
	background: url(../bilder/typo/date.gif) no-repeat left;
}
.layout_simple a, .event a{
	text-decoration: none;
	background: url(../bilder/typo/icon-info.gif) no-repeat left;
	padding-left: 22px;
	margin-left: 5px;
}
.layout_latest .info, .layout_full .info{
	line-height: 22px;
	background: url(../bilder/typo/date.gif) no-repeat left;
	padding: 0px 0px 0px 25px;
}
.layout_simple a{
	background: url(../bilder/typo/icon-info.gif) no-repeat left;
}
.layout_latest h2 a, .layout_latest h2 a:visited{
	color: #1e90ff;
	text-decoration: none;
}
.layout_latest h2 a:hover{
	color: #900;
}
.layout_full h2{
	color: #1e90ff;
}
.more, .back, .go_back{
	padding: 4px 0 4px 10px;
	margin: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #cccccc;
	background: #f5f5f5;
}
.more a, .more a:visited, .back a, .back a:visited, .go_back a, .go_back a:visited{
	text-decoration: none;
	display: block;
}
.more:hover, .back:hover, .go_back:hover{
	background: #eeeeee;
}

.mod_newslist .odd,.mod_upcoming_events .odd{
	
}
.mod_newsmenu li{
	margin: 5px 0;
	padding: 4px;
	background-color: #ffffff;
}
.mod_newsmenu li.year{
	color: #4682B4;
}
/**********************************/
/* Formatierung Termin full       */
/*********************************/

.event{
	margin: 0px;
	padding: 0px;
}
.event h1{
	font-weight: normal;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	background-color: #999999;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}
.event p.info{
	line-height: 22px;
	background: url(../bilder/typo/date.gif) no-repeat left;
	padding: 0px 0px 0px 25px;
}
.event div.ce_text p{
	border-right: 0px solid #ccc;
}



/**********************************/
/* Formatierung Login             */
/*********************************/

.mod_login{
	width: 99%;
	margin: 10px 0px;
	padding: 0px;
	background-color: #f9f9f9;
	border: 1px solid #CCCCCC;
}

#main .mod_login h3{
	margin: 0px 0px 10px 0px;
	padding: 6px 5px;
	font-weight: lighter;
	font-size: 16px;
	color: #5F5F5F;
	background: url("../bilder/layout/menu_back.gif") repeat-x bottom;
}

.mod_login label{
	width: 130px;
	display: block;
	margin: 0 0 0 4px;
	padding: 0px 0px 0px 135px;
}
.mod_login .formbody{
	background: url(../bilder/typo/login.png) no-repeat left;
}
.mod_login .login_info{
	padding: 10px 10px 10px 135px;
	line-height: 20px;
}
.mod_login .submit_container{
	padding: 0px 0px 0px 130px;
}
.mod_login input{
	margin: 2px 4px;
}

/**********************************/
/* Formatierung Mitgliederliste   */
/*********************************/

.list_search{
	margin: 5px 0px;
	padding: 0px;
}

.single_record{
	margin: 7px 0;
	text-align: left;
}
.mod_memberlist h2{
	line-height: 26px;
	border-bottom: 1px solid #cccccc;
	color: #1e90ff;
}
table.single_record {
	width: 100%;
	margin: 10px 0 5px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.single_record td{
	padding: 5px 4px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/**********************************/
/*    Formatierung Kalender        */
/*********************************/

.mod_minicalendar{
}
.mod_minicalendar table{
	width: 100%;
	background: #ececec url("tl_files/webconsulting/minicalendar.jpg") left top repeat-x;
	border-collapse: separate;
}
.mod_minicalendar td{
	width: 14%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-size: 0.9em;
}
.mod_minicalendar .col_last{
   border-right:0px !important;
}
.mod_minicalendar .last .col_first{
	background: url("tl_files/webconsulting/cbl.gif") no-repeat left bottom;
}
.mod_minicalendar .last .col_last{
	background: url("tl_files/webconsulting/cbr.gif") no-repeat right bottom;
}
.mod_minicalendar th.previous{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-align: left;
	background: url("tl_files/webconsulting/ctl.gif") no-repeat left top;
}
.mod_minicalendar th.next{
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	text-align: right;
	background: url("tl_files/webconsulting/ctr.gif") no-repeat right top;
}
.mod_minicalendar th.current{
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
.mod_minicalendar .head a{
	text-decoration: none;
	color: #333333;
}
.mod_minicalendar .label{
	padding-bottom: 1px;
	text-align: center;
	font-weight: bold;
	color: #133b9a;
}
.mod_minicalendar td a{
	font-weight: bold;
	color: #333333;
}
.mod_calendar table{
	width: 98%;
	background-color: #fcfcfc;
	border-collapse: separate;
}
.mod_calendar .head{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	background: #fdfeff url("tl_files/webconsulting/calendar.jpg") repeat-x left bottom;
	border-top: 1px solid #dfdfdf;
}
.mod_calendar th.previous{
	padding-left: 0.75em;
	text-align: left;
	border-left: 1px solid #dfdfdf;
}
.mod_calendar th.next{
	padding-right: 0.75em;
	text-align: right;
	border-right: 1px solid #dfdfdf;
}
.mod_calendar th a{
	text-decoration: none;
	color: #333333;
}
.mod_calendar th a:hover{
	text-decoration: underline;
}
.mod_calendar .label{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #FE0000;
	font-weight: bold;
	color: #FFFFFF;
}
.mod_calendar td{
	width: 14%;
	height: 7em;
	vertical-align: top;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.mod_calendar .col_first{
	border-left: 1px solid #dfdfdf;
}
.mod_calendar .weekend{
   background-color:#f7f9fa;
}
.mod_calendar .today{
   background-color:#f0f3f6;
}
.mod_calendar .header{
	margin: 1px;
	padding: 1px;
	background-color: #e6e6e6;
	font-size: 0.9em;
	color: #666666;
}
.mod_calendar .event{
	margin: 3px;
	font-size: 0.9em;
	line-height: 1.1;
}
.mod_calendar .event a{
	text-decoration: none;
	color: #333333;
}
.mod_calendar .event a:hover{
	text-decoration: underline;
}

/**********************************/
/*    Formatierung Bilder         */
/*********************************/

.ce_text img{
	padding: 4px;
	margin: 7px;
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
}
.caption{
	padding: 0px 4px;
	text-align: center;
	background-color: #ccc;
	font-size: 11px;
	line-height: 20px;
}

/**********************************/
/*    Formatierung Tabelle        */
/*********************************/

.ce_table{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.ce_table table{
	width: 100%;
	margin: 10px 0px 10px 0px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 18px;
}
.ce_table td{
	padding: 5px 4px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
thead th{
	padding: 10px 4px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #eeeeee;
}

th.head a{
	text-decoration: none;
	font-weight: bold;
}

/**********************************/
/*    Formatierung Download       */
/*********************************/

.ce_download{
	margin: 10px 0;
	padding: 4px 4px 10px;
	border: 1px solid #CCCCCC;
}
.ce_download h2{
	margin: -4px -4px 10px;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	background: none;
}

/**********************************/
/* Formatierung Formularelemente  */
/*********************************/

label{
	font-weight: lighter;
}
p.label{
  margin-top:0.5em;
  margin-bottom:-0.25em;
  }
fieldset{
	margin: 0 0 1.5em;
	padding: 1.4em;
	border: 1px solid #c6c6c6;
}
legend{
	font-weight: bold;
	font-size: 1.2em;
}
input,select,textarea{
   font-size:12px;
}
select{
	margin: 0.25em 0.25em 0.25em 0;
	padding: 3px;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
}
input.text {
	margin: 0.25em 0.25em 0.25em 0;
	padding: 4px;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
}
input.text:focus{
	background-color: #ffffdd;
	border: 1px solid #ff8000;
}
input.upload{
   margin:0.25em 0.25em 0.25em 0;
	}
textarea{
	height: 120px;
	margin: 0.25em 0.25em 0.25em 0;
	padding: 4px;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
}
textarea:focus{
	background-color: #ffffdd;
	border: 1px solid #ff8000;
}
.ce_form.tableless label{
	display: block;
	margin-top: 1.5em;
}
.ce_form.tableless .radio_container,.ce_form.tableless .checkbox_container{
   margin-bottom:-16px;
}
.ce_form.tableless .radio_container label,.ce_form.tableless .checkbox_container label{
	display: inline;
}
.ce_form.tableless div.error{
	margin-top: 0;
	margin-bottom: 0;
}
.checkbox_container{
   margin:0.25em 0.25em 0.25em 0;
}
.checkbox_container span{
	display: block;
}
.checkbox_container label{
	font-weight: normal;
}
input.checkbox{
   margin-right:3px;
}
* html input.checkbox{
   margin:-1px 0;
}
*:first-child+html input.checkbox{
   margin:-1px 0;
}
input.captcha{
	width: 48px;
	margin: 0.25em 0.25em 0.25em 0;
	padding: 4px;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
}
input.captcha:focus{
	background-color: #ffffdd;
	border: 1px solid #ff8000;
}
span.captcha_text{
	top: 0.65em;
	position: relative;
	vertical-align: top;
	font-weight: normal !important;
	color: #808080 !important;
}
* html span.captcha_text{
   top:0.8em;
}
*:first-child+html span.captcha_text{
   top:0.8em;
}
.radio_container{
   margin:0.25em 0.25em 0.25em 0;
}
.radio_container span{
	display: block;
}
.radio_container label{
	font-weight: normal;
}
input.radio{
   margin-right:3px;
}
* html input.radio{
   margin:-1px 0;
}
*:first-child+html input.radio{
   margin:-1px 0;
}
.submit_container{
   margin:0.25em 0.25em 0.25em 0;
}
input.submit{
  padding-right:0.5em;
  padding-left:0.5em;
}
* html input.submit{
  padding-right:0;
  padding-left:0;
}
*:first-child+html input.submit{
  padding-right:0;
  padding-left:0;
}
span.mandatory{
	font-weight: bold;
	color: #ff0000;
}
div.error{
	margin-top: 0.5em;
	margin-bottom: 0;
	font-weight: bold;
	color: #ff0000;
}
div.cc{
   margin-bottom:0.5em;
}
.ce_form td.col_first{
	padding-right: 1em;
	vertical-align: middle;
}
select{
	margin: 0.25em 0.25em 0.25em 0;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
}
select:focus{
	background-color: #ffffdd;
	border: 1px solid #ff8000;
}
/**********************************/
/* Formatierung Print / PDF       */
/*********************************/
.pdf_link{
	position: absolute;
	top:25px;
	right: 35px;
}
/**********************************/
/* Formatierung Typoelemente      */
/*********************************/

table.vorstand td{
	padding: 2px;
	text-align: center;
	font-size: 11px;
}
table.vorstand td img{
	padding: 4px;
	border: 1px solid #ccc;
}

blockquote{
	padding: 10px 40px 10px 10px;
	line-height: 18px;
	font-style: italic;
}
blockquote span.open{
	padding: 0 0 0 15px;
	background: url("../bilder/typo/so-q.gif") no-repeat left top;
}
blockquote span.close{
	padding: 0 15px 0 0;
	background: url("../bilder/typo/sc-q.gif") no-repeat bottom right;
}

p.error{
	padding-left: 25px;
	color: #CC0000;
	background: url(../bilder/typo/icon-error.gif) no-repeat top left;
}
p.message{
	padding-left: 25px;
	color: #2C79B3;
	background: url("../bilder/typo/icon-info.gif") no-repeat top left;
}
p.tips{
	padding-left: 25px;
	color: #E58C00;
	background: url("../bilder/typo/icon-tips.gif") no-repeat top left;
}

p.stickynote{
	padding: 10px 0 10px 50px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url("../bilder/typo/sticky-bg.gif") no-repeat 5px center;
}
p.download{
	padding: 10px 0 10px 50px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url("../bilder/typo/download-bg.gif") no-repeat 5px center;
}
ul.checklist{
	list-style: none;
}
ul.checklist li{
	margin-left: 15px;
	padding: 0 0 0 20px;
	background: url("../bilder/typo/icon-checklist.gif") no-repeat 0 4px;
	line-height: 18px;
}
ul.stars{
	list-style: none;
}
ul.stars li{
	margin-left: 15px;
	padding: 0 0 0 20px;
	background: url("../bilder/typo/icon-star.gif") no-repeat 0 5px;
   line-height: 18px;
}
ul.arrow{
	list-style: none;
}
ul.arrow li{
	margin-left: 15px;
	padding: 0 0 0 20px;
	background: url("../bilder/typo/icon-arrow.gif") no-repeat 3px 5px;
	line-height: 18px;
}
ul.none-padding{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.none-padding li{
	margin: 0;
	padding: 0;
	background: none;
}
a.video{
	padding: 0 0 0 20px;
	background: url("../bilder/typo/icon-video.gif") no-repeat 0px 2px;
}
a.rss{
	padding: 0 0 0 15px;
	background: url("../bilder/typo/icon-rss.png") no-repeat 0px 2px;
}
a.link{
	padding: 0 0 0 20px;
	background: url("../bilder/typo/icon-link.png") no-repeat 0px 3px;
}

span.notice{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ddb;
	color: #333;
	background: #ffd url("../bilder/typo/notice_icon.png") no-repeat 0 50%;
}
span.question{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ddb;
	background: url("../bilder/typo/question_icon.png") no-repeat 0 50%;
}
span.download{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ddb;
	background: url("../bilder/typo/down_icon.png") no-repeat 0 50%;
}
span.contact{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ddb;
	background: url("../bilder/typo/contact_icon.png") no-repeat 0 50%;
}
span.tip{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ddb;
	background: url("../bilder/typo/tip_icon.png") no-repeat 0 50%;
}
/**********************************/
/* Formatierung HiOrg Tabelle     */
/*********************************/

table.midtable{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 0px solid #ccc;
	background: #eee;
	font-size: 12px;
}
table.midtable tr.col1{
   background: #fff;
}
table.midtable tr.col1:hover{
   background: #f1f1f1;
}
table.midtable tr.colB{
	background: #f9f9f9;
}
table.midtable tr.colB:hover{
	background: #f1f1f1;
}
table.midtable th{
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 1px solid #ccc;
	background: #eee;
}
table.midtable td{
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px;
}
/**********************************/
/* Formatierung HiOrg Tabelle-Breitenausbildung     */
/*********************************/

table.kurstable{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 0px solid #ccc;
	background: #fff;
	width: 99%;
	font-size: 12px;
}
table.kurstable tr{
   background: #fff;
}
table.kurstable tr:hover{
   background: #f1f1f1;
}
table.kurstable tr.colB{
	background: #f9f9f9;
}
table.kurstable tr.colB:hover{
	background: #f1f1f1;
}
table.kurstable th{
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 1px solid #ccc;
	background: #eee;
}
table.kurstable td{
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px;
}




