@charset "utf-8";

/* CSS Document 
Styleguide:

Text : 		font: Arial

	   		größe:12px
			farbe:#006192(blau)
			farbe:#e53527 (rot)
			
			
TExtgrössenumrechnung:
basis im bodytag: 

12px==1em
13 px= 1.1em
18px=1.5em
22px=1.7em

			
			
Link: 		keine unterstreichung
			active und hover : rot
listen		farbe:#cce2ed (hellblau)			

Menu:       font Arial
			grösse:13 px
			NO: weiss
			RO: #0075a3
			hintergrun:#0075a3


Breadcrumbs : 	Textgröße: 1.1em
H1: 			Textgröße: 1.7em
				gewichtung: bold
				farbe: rot
H6			:	Textgröße: 15px
				gewichtung: bold
				farbe:blau

Footer		:	Textgröße:	11px
				farbe:weiss
				
				

*/
body {
	text-align: center;
	font-size: 12px;
	color: #006192;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #CCE2ED;
}

a {
	text-decoration: none;
	color: #006192;
}

a:hover,a:active,a:focus {
	color: #ffffff !important;
	background-color: #e53527;
}
.internal-link {text-decoration:underline;color:#e53527}
/*.mail{text-decoration:underline;color:#e53527}*/
.external-link-new-window{text-decoration:underline;color:#e53527}
input,select {
	margin: 0px;
	border: 1px solid #CCE2ED;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.text-bold {
	font-weight: bold;
}

.fatlink {
	color: #e53527;
	font-weight: bold;
}

.fatlink a {
	color: #e53527;
	font-weight: bold;
	margin-left: 2px !important;
}

.fatlink a:hover,.fatlink a:active,.fatlink a:focus {
	color: #ffffff !important;
	background-color: #e53527 !important;
	font-weight: bold;
	margin-left: 2px !important;
}

h1.csc-firstHeader,.csc-header-n2 h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #e53527;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*Template spezifisch*/
div.main_container {
	margin: 0 auto;
	width: 1007px;
	height: 100%;
	background-color: #CCE2ED;
}

div.main {
	text-align: left;
	width: 99%;
	float: left;
	min-width: 1007px;
	background-color: #0075a3;
	font-size: 1em;
	background-image: url(../images/header/header000_pattern.jpg);
	background-repeat: repeat-x;
}

div.breadcrumbs {
	float: left;
	margin-left: 25px
}

div.header_ {
	float: left;
	height: 150px;
}

div.breadcrumbs_ {
	text-align: left;
	font-size: 1.1em;
	float: left;
	width: 100%;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
}

div.menu_ {
	float: left;
	width: 222px;
	margin-top: 15px;
	background-color: #0075a3;
}

.menu_list,.menu-list li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 215px;
	list-style: none;
	background-color: #0075a3;
}

.menu-toplink {
	float: left;
	width: 215px;
	height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

.menu-toplink a:hover,.menu-toplink  a:active,.menu-toplink  a:focus {
	padding-left: 26px;
	padding-top: 2px;
	background-image: url(../images/menu_level_1_act.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #0075a3 !important;
}

.menu-toplink-active {
	background-image: url(../images/menu_level_1_act.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 2px;
	float: left;
	width: 215px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	line-height: 17px;
	background-color: transparent;
}

.menu-toplink-active a {
	background-color: transparent;
}

.menu-toplink a {
	color: #fff;
	width: 215px;
	height: 22px;
	display: block;
	padding-left: 26px;
	padding-top: 2px;
	background-color: transparent;
}

/* ul level 2*/
.menu-sub {
	padding: 0px;
	margin-left: -26px;
	margin-top: 3px;
	float: left;
	width: 215px;
	background-color: #0075a3;
}

.menu-sublink {
	background-image: url(../images/menu_level_02.gif);
	background-repeat: no-repeat;
	float: left;
	width: 215px;
	height: 20px;
	font-weight: normal;
	font-size: 1em;
	list-style: none;
	background-color: transparent;
	color: #006192;
}

.menu-sublink a:hover,.menu-sublink a:active,.menu-sublink a:focus {
	padding-left: 45px;
	padding-top: 2px;
	color: #006192 !important;
	background-image: url(../images/menu_level_2_act.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

.menu-sublink-active {
	background-image: url(../images/menu_level_2_act.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 2px;
	float: left;
	width: 215px;
	height: 20px;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	list-style: none;
	color: #006192;
	background-color: transparent;
}

.menu-sublink a {
	color: #006192;
	width: 215px;
	height: 22px;
	display: block;
	padding-top: 2px;
	padding-left: 45px;
	background-color: transparent;
}

.menu-sublink-active a {
	background-color: transparent;
	color: #006192;
}

.menu-sublink-active a:hover,.menu-sublink-active a:active,.menu-sublink-active a:focus
	{
	background-color: transparent;
	color: #006192 !important;
}

div.teaser_ {
	background-color: #E53527;
	color: #FFFFFF;
	float: left;
	height: 110px;
	margin-top: 0;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 196px;
}

div.teaser_ div h2 {
	font-size: 1.4em;
}

div.teaser_ div h2 a {
	color: #fff;
	padding-left: 6px;
}

div.teaser_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding-left: 3px;
	line-height: 1.3em;
}

div.teaser_text a {
	color: #fff;
	display: block;
	padding: 3px;
}

div.teaser_text a:hover,div.teaser_text a:focus,div.teaser_text a:active
	{
	background-color: #FFFFFF;
	color: #E53527 !important;
	display: block;
	padding: 3px;
}

div.imagemenu_ {
	float: left;
	width: 200px;
}

div.house_nav {
	float: left;
	width: 118px;
	height: 167px;
	padding-left: 4px;
}

div.submenu_ {
	float: left;
	vertical-align: bottom;
	width: 450px;
	margin-top: 20px;
	height: 113px;
	padding-left: 30px;
}

div.submenu_ a {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	margin-left: 14px;
	line-height: 23px;
}

div.submenu_ a:hover,div.submenu_ a:active,div.submenu_ a:focus {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	background-color: #e53527 !important;
	padding: 1px;
	padding-left: 3px;
	margin-left: 14px;
	padding-right: 3px;
	margin-bottom: 1px;
	line-height: 23px;
}

div.content-2-col_ {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 10px;
	width: 727px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 15px;
	min-height: 450px;
}

div.content-3-col_ {
	float: left;
	width: 500px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
	min-height: 200px;
	line-height: 1.5em;
}

div.content-3-col_ p.bodytext {
	padding-right: 30px;
	/*font-weight: bold;*/
	margin-bottom: 5px;
	line-height: 1.5em;
	margin-top: 2px;
}

div.content-3-col_ p.bodytext h3 {
	color: #e53527;
}

div.content-3-col_  h3 {
	margin-top: 4px;
	margin-bottom: 4px;
}

div.content-3-col_  h2 {
	font-size: 1.4em;
	margin-bottom: 4px
}

div.content-3-col_  h4 {
	font-size: 1.1em;
	margin-top: 1px;
}

div.content-3-0-col_ {
	float: left;
	width: 620px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
	min-height: 100px;
	padding-top: 30px;
}

div .content-3-1-col_ {
	float: left;
	width: 185px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
}

div.news_ {
	float: left;
	width: 200px;
}

div.footer_ {
	float: left;
	width: 100%;
	height: 20px;
	background-color: #fff;
	color: #000;
	padding-top: 5px;
	font-size: 0.9em;
	text-align: left;
}

div.footer_logo {
	text-align: left;
	float: left;
	width: 1005px;
	padding-left: 2px;
	background-color: #fff;
}

/* Content block */
div.2_col_right {
	float: left;
	width: 786px;
	height: 636px;
}

div.content-navi_ {
	float: left;
	width: 390px;
	height: 170px;
}

div.content-navi-img_ {
	float: left;
	width: 396px;
	height: 170px;
}

div.sorting-bar_ {
	float: left;
	width: 786px;
	height: 26px;
}

div.padleft_ {
	float: left;
	width: 28px;
	height: 440px;
}

div.content-event_ {
	float: left;
	width: 723px;
	height: 440px;
}

div.pad-right_ {
	float: left;
	width: 35px;
	height: 440px;
}

/* Login*/ /*#############   SEMINARE  ##############################*/
#seminar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	width: 620px;
}

.line {
	float: left
}

.line1 {
	float: left;
	background-color: #cce2ed;
}

.header-sort {
	width: 620px;
	float: left;
	text-align: right;
	margin-bottom: 20px;
}

.sortlinkaz {
	text-align: center;
	/*width: 50px;*/
	background-color: #cce2ed;
	float: left;
}

.print {
	text-align: center;
	background-color: #cce2ed;
	float: left;
}

.header-line h1 {
	font-size: 1.5em;
	color: #e53527;
	margin-bottom: 20px;
}

.sortlinkdatum {
	text-align: center;
	/*width: 50px;*/
	margin-left: 2px;
	margin-right: 2px;
	background-color: #cce2ed;
	float: left;
}

.pages {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #cce2ed;
	padding-left: 20px;
	margin-right: 2px
}

.counter {
	float: left;
	background-color: #cce2ed;
	margin-left: 2px;
	margin-right: 2px;
	width: 20px;
	text-align: center;
}

.counter a {
	display: block;
	padding: 3px;
}

.active {
	background-color: #0075a3;
}

.active a {
	color: #ffffff;
}

.sortlinkdatum a {
	display: block;
	padding: 3px;
}

.sortlinkaz a {
	padding: 3px;
	display: block
}

.print a {
	padding: 3px;
	display: block;
	padding: 3px;
}

.seminar-content {
	float: left;
	width: 620px;
	padding-top: 10px
}

.seminar-row {
	float: left;
	margin-bottom: 30px;
}

.seminar-row-nummer {
	float: left;
	padding-left: 20px;
}

.seminar-row-help {
	float: left;
	/*padding-left: 20px;*/
	width: 620px;
}

.seminar-row-nummer h2 {
	padding-top: 4px;
	color: #e53527;
	width: 180px;
	float: left;
	font-size: 1.4em;
	margin-bottom: 4px;
}

.seminar-row-nummer h4 {
	margin-bottom: 0px;
	color: #e53527;
	width: 180px;
	float: left;
	font-size: 1.1em;
}

.seminar-row-help h2 {
	color: #e53527;
	float: left;
}

.seminar-row-titel {
	float: left;
	width: 420px;
	color: #e53527;
}

.seminar-row-titel h2 {
	padding-top: 4px;
	font-size: 1.4em;
	margin-bottom: 4px;
}

.seminar-row-titel h2 a {
	color: #e53527;
	padding: 3px;
	display: block;
}

.seminar-row-titel h2 a:hover,.seminar-row-titel h2 a:active,.seminar-row-titel h2 a:focus
	{
	color: white;
	background-color: #e53527;
}

.seminar-row-titel h2 a:visited {
	color: #006192;
}

.seminar-row-titel h4 {
	padding-top: 4px;
	margin-bottom: 0px;
	padding-left: 3px;
	font-size: 1.1em;
}

.seminar-row-titel h4 a {
	color: #e53527;
}

.seminar-row-text-left {
	float: left;
	width: 180px;
	background-color: #cce2ed;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 1.5em;
	min-height: 23px;
	padding-left: 20px;
}

.seminar-row-text-left-button {
	float: left;
	background-color: #cce2ed;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 1.5em;
	min-height: 23px;
	background-color: transparent;
}

.seminar-search-text-left {
	float: left;
	background-color: #cce2ed;
	padding: 5px;
	padding-bottom: 2px;
	padding-right: 10px;
	width: 500px;
}

.seminar-row-left {
	float: left;
	width: 180px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
	min-height: 23px;
	padding-left: 20px;
}

.seminar-row-text-right {
	background-color: #CCE2ED;
	float: left;
	line-height: 1.5em;
	min-height: 21px;
	padding: 6px 5px 4px 3px;
	width: 412px;
}

.seminar-row-text-right p.bodytext,.seminar-row-right p.bodytext {
	margin-top: 0px;
}

.seminar-row-text-help {
	float: left;
	width: 620px;
	background-color: #cce2ed;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 4px;
	line-height: 1.5em;
	min-height: 23px;
}

.seminar-row-right {
	float: left;
	width: 417px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
	min-height: 23px;
	padding-left: 3px;
}

.seminar-row-more {
	float: left;
	width: 620px;
	text-align: right;
}

.seminar-row-more a {
	float: right
}

.background {
	background-color: #cce2ed;
	margin-bottom: 10px;
}

.uplink {
	color: #006192;
	font-size: 0.9em;
	float: right;
}

.uplink a {
	text-decoration: underline;
	color: #e53527;
}

/*################### NEWS ##################################*/
.news-list-header {
	padding-left: 20px;
	float: left;
}

.news-title {
	
}

.news-list-item {
	background-color: #cce2ed;
	border: none;
	height: auto !important;
	line-height: 1.3em;
	margin-top: 10px !important;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.news-list-item2 {
	background-color: #cce2ed;
	border: none;
	height: auto !important;
	line-height: 1.3em;
	margin: 0px !important;
	padding: 3px;
	padding-left: 20px;
	float: left;
	width: 478px;
}

.news-list-item2 img{
	float:left;
	padding-right:10px;	
}
.news-container h3 {
	margin-top: 30px;
	color: #E53527;
	font-size: 1.2em;
	margin-bottom: 7px;
}

.news-container h3 a {
	color: #e53527;
}

.news-container2 h3 a {
	color: #e53527;
}

.news-container h2 { /*margin-top: 30px;*/
	color: #E53527;
	font-size: 1.4em;
	margin-bottom: 7px;
}

.news-container h2 a {
	color: #e53527;
}

.news-container2 h2 a {
	color: #e53527;
}

h2.inverse {
	margin-bottom: 7px
}

h2.inverse a {
	color: #fff;
	display: block;
}

.news-list-item  h2.inverse a {
	color: #fff !important;
}

h2.inverse a:hover,h2.inverse a:focus,h2.inverse a:active {
	background-color: #FFFFFF;
	color: #E53527 !important;
	display: block;
}

.news-container2 h3 {
	color: #e53527;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.2em;
	padding-left: 12px;
}

.news-list-item h3 {
	color: #e53527;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.news-list-item h2 a {
	display: block;
	padding: 2px;
	color: #006192;
}

.news-list-item p.bodytext {
	padding-left: 2px;
	font-size: 1em;
	margin: 0px;
	margin-bottom: 13px;
	font-weight: bold;
}

.news-list-morelink,.news-list-category {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.news-list-morelink2,.news-list-category2 {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: right;
}

.news-list-morelink2 a {
	color: #e53527;
	text-decoration: underline
}

.news-list-morelink a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: underline;
	margin-left: -2px;
	
}

.news-list-morelink-inverse {
	font-size: 0.9em;
	padding-bottom: 10px;
}

div.news-list-morelink-inverse a {
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: underline;
}

.news-list-morelink-inverse a:hover,.news-list-morelink-inverse a:focus,.news-list-morelink-inverse a:active
	{
	background-color: #fff;
	color: #e53527 !important;
}

.news-single-item {
	background-color: #cce2ed;
	border: none;
	margin-bottom: 5px;
	padding: 20px;
	float: left;
}

.news-title2 {
	color: #e53527;
	font-size: 1.7em
}

.news-subheader h2 {
	color: #006192 !important;
	font-size: 1.2em !important;
	margin-bottom: 15px;
}

.news-back {
	float: right;
}

.news-back a {
	font-size: 0.9em;
	text-decoration: underline
}

.news-single-item h2 {
	color: #e53527;
	font-size: 1.4em;
}

.news-single-item h3 {
	color: #006192 !important;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.news-single-timedata,.news-single-author,.news-single-imgcaption {
	font-size: 1em;
	width: 100px;
	text-align: right;
}

.news-list-container hr.clearer,.news-single-item hr.clearer,.news-latest-container hr.clearer
	{
	border: 1px solid #e53527;
	clear: right;
	height: 1px;
}

h3.inverse a {
	color: #fff
}

.news-single-backlink,.news-single-backlink a {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
	float: right;
	width: 100px :
}

/*###################################### Bilderlinks ########################################################*/
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}

dl.csc-textpic-image csc-textpic-lastcol  dt a {
	background-color: #87aecf;
	display: block;
}

dl.csc-textpic-image csc-textpic-lastcol a:hover {
	display: block;
	background-color: transparent;
}

dd.csc-textpic-caption a.internal-link {
	display: block;
	padding: 3px;
}

.tx-hwkerlaeuterung-pi1 {
	height: 200px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image a {
	background-color: #87aecf;
	text-align: left;
	display: block;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image a:hover,div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image a:focus,div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image a:active
	{
	background-color: #e53527;
	text-align: left;
	display: block;
}

div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
	margin-left: 40px;
}

div.csc-textpic-below div.csc-textpic-imagewrap {
	float: left;
	margin-left: 0px;
}

/*################################ FORMS ###################################################################*/
.suche {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 628px
}

/*##############################  Buttons ###################################################################*/
.blue-button {
	background-color: #99c8da;
	border: none;
	color: #006192;
	display: block;
	padding: 3px;
	line-height: 1.5em;
}

/*############################## BAARIERE FREI #################################################################*/
.unsichtbar {
	left: -2000px;
	position: absolute;
	top: -2000px;
}

dfn {
	left: -2000px;
	position: absolute;
	top: -2000px;
}

/*############################### Login ##################################################################*/
.csc-loginform {
	padding: 10px;
	background-color: #eef6f9;
	border: none;
	font-weight: bold;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable {
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td {
	background-color: #eef6f9;
	border: none;
	padding: 5px;
}

/*############################ Kontakt#################################################################*/
div.contact-row {
	width: 550px;
	float: left;
	padding: 5px;
	padding-left: 12px;
}

div.contact-row-titel {
	width: 230px;
	float: left;
}

div.contact-row-input {
	
	float: left;
}

div.contact-row-input textarea {
	height: 70px;
	float: left;
	border: 1px solid #99c8da;
}

div.contact-row-input input {
	margin: 0px;
	border: 1px solid #99c8da;
	width: 310px;
}
input#user_copy{width:16px;}
input#user_newsletter{width:16px;}
input#name{width:250px}
input#surname{width:250px}
.input-long {
	width: 310px;
}

.input-medium {
	width: 170px;
}

/*########################### Suche #################################################################*/
.paginator {
	float: left;
	margin-bottom: 10px;
	width: 620px;
}

.tx-hwksearch-pi1 div.seminar-row-left2 {
	float: left;
	line-height: 1.5em;
	min-height: 23px;
	padding-left: 20px;
	padding-top: 4px;
	width: 200px
}

#tx_hwk_search_search {
	width: 206px;
	height: 18px;
	border: 1px solid #99c8d4;
	margin-left: 14px;
}

.checkbox {
	width: 350px;
	float: left;
	margin-bottom: 5px;
	line-height: 1.6em;
	vertical-align: bottom
}

.chk-label {
	float: left;
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic
}
.chk-label2 {
	float: left;
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;	 
	color:#f00;
}
.chk-input {
	float: left;
	width: 20px;
	margin-top: 4px
}

.searchbutton {
	float: left;
	margin-left: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

/*******############################ Bullit list #######################################################*******/
.csc-bulletlist,.csc-bulletlist-0 li { /*font-weight: bold;*/
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.5em;
}

/*##################################### Sitemap #######################################################*/
.csc-sitemap {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em
}

.csc-sitemap ul {
	font-weight: bold;
	line-height: 1.5em
}

.csc-sitemap ul li ul {
	font-weight: normal
}

.csc-sitemap ul li a {
	padding: 2px;
	display: block;
	width: 200px
}

/*################################  FRONTENDUSER REGISTER #############################################*/
.tx-srfeuserregister-pi1 dl {
	float: left;
	background-color: #cce2ed;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px
}

.tx-srfeuserregister-pi1-text {
	width: 200px;
	border: 1px solid #99C8DA;
}

.tx-srfeuserregister-pi1 {
	float: left
}

.tx-srfeuserregister-pi1 button {
	margin-left: 116px;
	margin-top: 10px;
	float: left
}

.tx-srfeuserregister-pi1 dt {
	text-align: left;
}

.login-form {
	float: left;
	background-color: #cce2ed;
	width: 300px;
	padding: 10px;
	margin-top: 20px
}

.login-label {
	float: left;
	width: 100px;
	padding-bottom: 10px
}

.login-input {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-bottom: 10px
}

.login-input input {
	border: 1px solid #99C8DA;
}

/*########################### DOWNLOADS ##################################################################*/
.tx-abdownloads-pi1 {
	margin-top: 20px;
	width: 500px;
}

.tx-abdownloads-pi1 h2 {
	color: #e53527;
}

.tx_abdownloads_viewDetailsForDownload {
	background-color: #cce2ed;
	width: 420px;
	border: none;
	font-size: 1em;
	float: left;
	padding: 10px;
	padding-left: 20px;
}

.dl-list {
	float: left;
	width: 400px
}

.download-label {
	float: left;
	width: 100px
}

.download-info {
	float: left
}

.tx_abdownloads_listView_categories h2 {
	padding-left: 20px
}

.tx_abdownloads_listView_category {
	background-color: #cce2ed;
	padding: 10px;
	padding-left: 20px;
	float: left;
	width: 500px
}

.tx_abdownloads_listView_category h3 a {
	padding: 2px;
}

tx_abdownloads_listView_download_1 {
	
}

.tx_abdownloads_listView_downloadLabel {
	padding: 2px;
}

.news-list-morelink3,.news-list-category3 {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: right;
	text-decoration: underline;
}

.seminar-row-text-right-dl {
	background-color: #CCE2ED;
	float: left;
	line-height: 1.5em;
	min-height: 21px;
	padding-top:4px ;
	padding-bottom:3px;
	
	width: 500px;
}

.dl-label {
	float: left;
	width: 500px;
}
.dl-white{float:left; background-color:#fff ;width:500px;padding-left:20px;}
.news-list-morelink2-dl {
float:right;
margin-top:5px;
margin-bottom:15px;
padding-bottom:10px;
width:150px;
text-align:center;}
.seminar-row-nummer-dl{float:left;width:500px;margin-top:20px;margin-bottom:10px}
.seminar-row-nummer-dl h2 {
	margin-left:20px;
	padding-top: 4px;
	color: #e53527 !important;
	min-width: 180px;
	float: left;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.seminar-row-nummer-dl h2 a{color: #e53527 ;
}
.dl-date{float:left;padding-left:20px;padding-top:2px;}


#content_left {width:346px;height:480px;float:left;position:relative;}
#content_right {width:367px;height:480px;float:left;}

h1 {font-size:20px;color:#ED2919;}
h6 {font-size:12px;color:#ED2919;font-weight:bold;margin:10px 0 5px 0;}

p.antwort {float:left;margin:12px 25px 0 0;color:#ED2919;font-weight:bold;}
p.frage {margin:30px 0 0 0;}

p.headline {margin:30px 0 0 0;}
p.formTitel1 {width:90px;float:left;font-size:11px;}
p.formTitel2 {width:90px;margin:13px 10px 0 0 !important;float:left;font-size:11px;}
p.bestaetigung {float:right;margin:0 0 0 0px; width:260px;}
p.datenschutz {font-size:10px;}

input.firma {width:194px;}
input.vorname {width:87px;margin:8px 10px 0 0 !important;}
input.name {width:93px;margin:8px 0 0 0 !important;}
input.strasse {width:147px;margin:8px 10px 0 0 !important;}
input.nummer {width:33px;margin:8px 0 0 0 !important;}
input.plz {width:37px;margin:8px 10px 0 0 !important;}
input.ort {width:143px;margin:8px 0 0 0 !important;}
input.telefon {width:194px;margin:8px 0 0 0 !important;}
input.email {width:194px;margin:8px 0 0 0 !important;}


div#containerButtons {width:346px;height:30px;}
input#button {float:left;margin:10px 10px 0 0;}
div#iphoneImage {background:url(../bilder/gewinnen.jpg);width:367px;height:480px;}

div.weiter1 {width:150px;height:24px;margin:70px 0 0 0;}
div.weiter2 {width:150px;height:24px;margin:20px 0 0 0;}

a#buttonWeiter {display:block;text-align:center;background:#99C8DA;font-size:12px;color:#297694;text-decoration:none;padding:5px;}
a#buttonWeiter:hover {background:#E53527;color:#ffffff;}

div#formular {float:feft;overflow:auto;width:304px;background:#CCE2ED;padding:10px;}
div#formular input {float:left;border:1px solid #666;margin:0 0 0 0;height:20px;}
div#formular p {float:left;margin:5px 10px 0 0;}
		
div#checkbox1 {width:300px;float:left;margin:5px 0 10px 0;}
div#checkbox2 {width:300px;float:left;margin:5px 0 10px 0;}
input.checkbox {float:left;margin:0;padding:0;margin-right:5px;}

a.tip {color:#E53527;text-decoration:none;font-style: italic;padding:2px;}
a.tip:hover {background:#E53527;color:#fff;}
a.kurs{color:#E53527;text-decoration:none;padding:2px;}
a.kurs:hover {background:#E53527;color:#fff;}
fieldset {border:0px;}
li.error{color:#E53527;text-decoration:bold;}

div.content-4-col_ {
	float: left;
	width: 331px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
	min-height: 200px;
	line-height: 1.5em;
}
div .content-4-1-col_ {
	float: left;
	width: 352px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
}

