
* {
	padding:0px;
	margin:0px;
	border:0px;
}

body {
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, fieldset, address { 
	margin:0px; 
	padding:0px;
} 

li, dd { 
	margin-left:5%; 
} 

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hidden {
	 position: absolute;
	 left: -2000px;
	 top: -2000px;
	 height: 0;
	 display: inline;
	 margin: 0;
	 padding: 0;
	 overflow: hidden;
}

h1 {

}

h2 {

}

p {

}

img.anbieterlogo {
	display:block;
	float:right;
	margin:15px 0px 5px 5px;
	border:1px solid #CCC;
}

a, a:link, a:visited, a:active {
	color:black;	
}

div#content table {
	border-collapse:collapse;	
	border:1px solid #ccc;
	width:100%;
}


table tr td, table tr th {
	text-align:left;	
	
	padding:5px 10px;
	margin:0px;
}

.odd {
	background-color:#CCC;
}

.even {
	
}

.topDatum {
	display:block;
	float:left;
	width:30px;
	overflow:hidden;
	background-color:#166E64;
	margin-right:5px;
}

a.topSeminar, a:link.topSeminar, a:visited.topSeminar {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

a:hover.topSeminar {
	text-decoration:underline;	
}
input.eingabeSubmit {
	margin:0px;
	padding:0px;
	border:0px !important;
	background:#fff url('pix/button_anmelden.gif') no-repeat top left;
	width:150px !important;
	height:25px !important;
	text-indent:-9999px;
	
	cursor:pointer;
}

input.eingabeSubmit:hover {
	background-position:0px -25px;	
}

input.vorschlagSubmit {
	margin:0px 0px 0px 27px;
	padding:0px;
	border:0px !important;
	background:#fff url('pix/button_anmelden.gif') no-repeat top left;
	width:150px !important;
	height:25px !important;
	text-indent:-9999px;
	cursor:pointer;
}

input.vorschlagSubmit:hover {
	background-position:0px -25px;	
}

input.eingabeLoeschen {
	margin:0px;
	padding:0px;
	border:0px !important;
	background:#fff url('pix/button_loeschen.gif') no-repeat top left;
	width:150px !important;
	height:25px !important;
	text-indent:-9999px;
	
	cursor:pointer;
}

input.eingabeLoeschen:hover {
	background-position:0px -25px;	
}

input.sucheSubmit {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px !important;
	background:url('pix/button_suchen.gif') no-repeat top left;
	width:70px !important;
	height:30px !important;
	text-indent:-9999px;
	text-align:left;
	
	cursor:pointer;
}

input.sucheSubmit:hover {
	background-position:0px -30px;	
	
}


a.button_neuer_anbieter {
	background:url('pix/button_neuer_anbieter.gif') no-repeat top left;
	display:block;
	width:190px;
	height:25px;
	
	text-indent:-9999px;
}

a.button_neuer_anbieter:hover, a.button_neuer_anbieter:active {
	background-position: 0 -25px !important;
}

a.button_neuer_benutzer {
	background:url('pix/button_neuer_benutzer.gif') no-repeat top left;
	display:block;
	width:190px;
	height:25px;
	
	text-indent:-9999px;
}

a.button_neuer_benutzer:hover, a.button_neuer_benutzer:active {
	background-position: 0 -25px !important;
}

a.button_user_edit {
	background:url('pix/button_user_edit.gif') no-repeat top left;
	display:block;
	width:25px;
	height:25px;
	
	text-indent:-9999px;
}

a.button_user_edit:hover, a.button_user_edit:active {
	background-position: 0 -25px !important;
}


body {
	background-color:white;
	padding:0px;
	margin:0px;	
	background-image:url('pix/body-bg.gif');
	background-repeat:repeat-y;
	background-position:center top;
	
}




div#wrapper {
	width:985px;
	margin:0px auto;
	background-color:white;
}

div#header {
	height:240px;
	text-align:right;
	padding:0px 10px;
	margin-bottom:15px; 
	background-image:url('pix/seminarfinder-header-2.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	
	border-bottom:3px solid #bac6b9;
	
	position:relative;
}

div#logo {
	position:absolute;
	
	top:90px;
	left:490px;
	
	border:0px;
	padding:0px;
	margin:0px;
}

div.editorbar {
	border-bottom:2px solid #F60;
	background-color:#FFC;
	padding:10px 15px;
	margin-top:10px;
}

div#meta {
  position:absolute;
  top:0px;
  left:0px;
  width:985px;
  padding:0px;
  margin:0px;
  border:0px;
}


div#logo a, div#logo a:link, div#logo a:visited, div#logo a:active {
	display:block;
	width:274px;
	height:34px;
	
	text-align:left;
	text-indent:-9999px;
	border:0px;
	padding:0px;
	margin:0px;
	
	background-image:url('pix/seminarfinder-logo.gif');
	background-position:center top;
	background-repeat:no-repeat;
}

div.suche {
	
	
	padding:5px 5px 6px 5px;	
	
	background-color:#888888;
	background-image:url('pix/suche-bg.gif');*/
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	
	text-decoration:none;
	color:white !important;
	
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;	
	
	z-index:100;
	
}

div.sucheWrapper {
	position:absolute;
	top:125px;
	left:210px;
	width:550px;
	background-color:#b7b7b7;	
	padding:0px;
	margin:0px;
	border:0px;
}

div.suche form {
	padding:5px 0px;
	margin:0px;
	border:0px;
}

a.linkblau, a.linkblau:visited, a.linkblau:active {
	display:block;
	padding:5px 5px 6px 5px;	
	
	background-color:#66b6ae; 
	background-image:url('pix/detaillink-bg-v2.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
	text-align:center;
	
	text-decoration:none;
	color:white !important;
	
	font-size:1.2em;
	font-weight:bold;
}

a.linkblau:hover {
	background-image:url('pix/detaillink-bg-over-v2.gif');
	
}

div.linkblau {
	margin-bottom:10px;
	background-color:#227018;	
}


a.linkgruen, a.linkgruen:visited, a.linkgruen:active {
	display:block;
	padding:10px 10px 12px; 10px;	
	
	background-color:#66b6ae; 
	background-image:url('pix/detaillink-bg-v2.gif');
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
	
	text-decoration:none;
	color:white !important;
	
	font-size:1.4em;
	font-weight:bold;
}

a.linkgruen:hover {
	background-image:url('pix/detaillink-bg-over-v2.gif');
	
}

div.linkgruen {
	margin-top:10px;
	background-color:#166e64; //227018;	
}



div#menu {
	position:absolute;
	top:211px;
	left:210px;
	
	margin:0px;
	padding:0px;
	
	height:26px;
	width:600px;
}

div#enclose {
	float:left;
	width:750px;
	padding:0px 10px 0px 0px;
}


div#content {	
	float:right;
	width:540px;
	
}


div#sidebar_rechts {	
	float:right;
	width:200px;
	padding:0px 0px 0px 0px;
}

div#sidebar_links {	
	float:left;
	width:190px;
}


div#footer {
	clear:both;
	padding:1em;
	text-align:center;
	font-size:1.2em;
	color:#666;
	border-bottom:5px solid #ccc;
}

div.seminar {
	padding-bottom:35px;	
}

div.eintragErfolg {
	padding:15px;
	margin:15px 0px;
	border:1px solid #390;
}

div.eintragMisserfolg {
	padding:15px;
	margin:15px 0px;
	border:1px solid #C00;
	background-color:#FF9;
}


div#header h1 {
	padding:0.5em 0;
	font-size:4.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	letter-spacing:2px;
}


div#menu {
}


div#content {	
	font-size:1.2em;
}

div#content h1 {
	font-size:2.4em;	
	padding:0px 0px 1px 0px;
	margin-bottom:15px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	border-bottom:2px solid #166e64; 
	
	color:#166e64; 
}

div.seminar {
	border-bottom:1px solid #999;
	margin-bottom:15px;
}

div.seminar h2 {
	color:#166e64; 
	padding:2px 0px;
}

div.datum {
	display:block;
	width:50px;
	overflow:hidden;
	background-color:#166e64; 
	float:left;
	margin:15px 10px 5px 0px;
}

a.seminartitel, a.seminartitel:visited, a.seminartitel:active {
	text-decoration:none;	
	color:#166e64; 
}

a.seminartitel:hover {
	
}

a.seminartitelEditor, a.seminartitelEditor:visited, a.seminartitelEditor:active {
	text-decoration:none;	
	color:#34B623;
}

a.seminartitelEditor:hover {
	
}

span.tag_von {
	display:block;
	text-align:center;
	color:white;
	font-size:2.4em;
	padding-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

span.monat_von {
	display:block;
	text-align:center;
	color:white;
	font-size:1.4em;
	line-height:1.4em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#66b6ae; 
	padding-bottom:2px;
}

span.jahr_von {
	display:none;
}

span.zeit_von {
	display:none;	
}

span.tag_bis, span.monat_bis, span.jahr_bis, span.zeit_bis {
	display:none;	
}

div.dauer {
	
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
}

div.adresse {
	
	font-size:1em;
	line-height:1.3em;
	clear:both;
}

span.beschreibung {
	display:block; 
	float:left; 
	width:60px; 
	height:20px; 
	font-weight:bold;
	
}

div.termininfo {
	
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	
}

div.beschreibung {
	clear:both;	
	height:47px;
	overflow:hidden;
}

div.beschreibung_long {
	clear:both;	
	line-height:1.3em;
	border-top:1px solid #CCC;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}

div.link a, div.link a:link, div.link a:visited {
	display:block;
	clear:both;
	color:black;
	padding-top:15px;
	font-size:1.2em;
}


div#sidebar_rechts {	

}



div.kategorien {
	padding:0px 0px 15px 0px;
	margin:0px;
	font-size:1.2em;
	line-height:1.4em;	
}

div.kategorien h3 {
	background-color:#166e64; 
	color:white;
	padding:6px 10px 4px 10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.kategorien p {
	padding:3px 0px;	
	border-bottom:1px solid #2b921d;
	background-color:#ddd;
	font-size:1em;
	
	background-image:url('pix/semianrfinder-box-bg.gif');
	background-repeat:repeat-x;
	background-position:top;
}

div.kategorien p a, div.kategorien p a:link, div.kategorien p a:visited {
	display:block;
	padding:4px 10px 4px 10px;
	color:black;
	font-size:0.9em;
	line-height:1.1em;
}

div.kategorien p a:hover {
	background-color:#CCC;	
}



div.suche {
	
}

div.suche h3 {
	background-color:#166e64; 
	color:white;
	padding:6px 10px 4px 10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.suche form {
	vertical-align:top;
	text-align:center;
}

div.suche input {
	font-size:1.1em;
	padding:4px 0px 0px 10px;
	margin:0px;
	border:1px solid #999;
	width:290px;
	line-height:1.4em;
	height:24px;
	vertical-align:top;
}

div.suche input.sucheTextfeld {
	margin-right:10px;	
}

div.suche select {
	font-size:1em;
	line-height:1.2em;
	padding:0px 5px;
	margin:5px 0px;
	border:1px solid #999;
	width:162px;
	height:auto;
}




div#sidebar_rechts div.block {
	padding:0px 0px 15px 0px;
	margin:0px;
	font-size:1.2em;
	line-height:1.4em;
}

div#sidebar_rechts div.block h3 {
	background-color:#166e64; 
	color:white;
	padding:6px 10px 4px 10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#sidebar_rechts div.block p {
	padding:3px 10px;	
	border-bottom:1px solid #166e64; 
	background-color:#ddd;
	
	background-image:url('pix/semianrfinder-box-bg.gif');
	background-repeat:repeat-x;
	background-position:top;
}

div#sidebar_links div.block {
	padding:0px 0px 15px 0px;
	margin:0px;
	font-size:1.2em;
	line-height:1.4em;
}

div#sidebar_links div.block h3 {
	background-color:#227018;
	color:white;
	padding:6px 10px 4px 10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#sidebar_links div.block p {
	padding:3px 10px;	
	border-bottom:1px solid #2b921d;
	background-color:#ddd;
}

div#footer {
	
}


fieldset {
	padding:0.5em;
	border:1px solid #D0D0BF;
}

legend {
	padding:0.3em 2em;
	color:#049E04;
	font-size:1.2em;
	font-weight:bold;
	border-left:1px solid #D0D0BF;
	border-right:1px solid #D0D0BF;
}

label {
	display:block;
	color:#30867c; 
	font-size:1.2em;
	margin:1em 5% 0.2em 5%;
}

input {
	margin:0.3em 0.5em 0.5em 5%;
	border:1px solid #D0D0BF;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	height:1.8em;
	padding:0.5em;
	width:420px;
}

span.inputelementFix {
	
	font-size:1.2em;
	display:block;
	margin:25px 0px 0px 135px;
}

textarea {
	margin:0.3em 0.5em 0.5em 5%;
	border:1px solid #D0D0BF;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.8em;
	padding:0.5em;
	width:420px;
	height:80px;
	font-family:Helvetica, Arial, sans-serif;
	
}

input.eingabePflicht {
	border:1px solid #227018;
}

select {
	margin:0.3em 0.5em 0.5em 5%;
	border:1px solid #D0D0BF;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	height:2.8em;
	padding:0.5em;
	width:435px;
}

select.eingabePflicht {
	border:1px solid #227018;
	
}

select.small_select {
	margin:0px !important;
	padding:0px !important;
	height:2em;
	line-height:2em;
	
	border:1px solid #D0D0BF !important;
	font-size:1em !important;
	font-weight:normal !important;
	line-height:1em !important;
	
	
	width:auto !important;
}

input.eingabeSubmit {
	margin:0.3em 2em 2em 5%;
	border:1px solid #646264;
	background-color:#D0D0BF;
	width:auto;
}

input.eingabeDelete {
	margin:0.3em 2em 2em 5%;
	border:1px solid #646264;
	background-color:#FF7A6B;
	width:auto;
}

input.eingabeSubmitNegativ {
	margin:0.3em 0.5 2em 11em;
	border:1px solid red;
	background-color:white;
	color:red;
	width:auto;
}

input.radioButton {
	width:auto;
	
	margin:0.3em 0.5em 0.5em 5%;
	border:0;
	font-size:1.2em;
	font-weight:bold;
	height:auto;
	padding:0 0.5em;
}

.fieldErsatzPflicht {
	margin:0.3em 0.5em 0.5em 5%;
	font-size:1.2em;
	font-weight:bold;
	line-height:2.8em;
	height:2.8em;
	padding:0 0.5em;
	width:320px;
	border:1px solid #049E04;
	background-color:#EAF5E8;
}	

.fieldErsatz {
	margin:0.3em 0.5em 0.5em 5%;
	font-size:1.2em;
	font-weight:bold;
	line-height:2.8em;
	height:2.8em;
	padding:0 0.5em;
	width:320px;
	border:1px solid #D0D0BF;
	background-color:white;
}	



div#menu ul {
	padding:0px;
	margin:0px;
	
	list-style:none;
}

div#menu ul li {
	margin:0px;
	padding:0px;
	display:inline;
}

div#menu ul li a, div#menu ul li a:link, div#menu ul li a:visited {
	display:block;
	float:left;
	padding:5px 15px;
	margin:2px 0px 0px 0px;
	
	
	
	border-top:1px solid #BAC6B9;
	border-left:1px solid #BAC6B9;
	border-right:1px solid #BAC6B9;
	border-bottom:1px solid #BAC6B9;
	
	background-color:transparent;
	color:#666;
	
	vertical-align:baseline;
	
	text-decoration:none;
	
	font-size:1.4em;
}

div#menu ul li a:hover {
	background-color:#ddd;
	color:black;
}

div#menu ul li a.current {
	margin:0px 0px 0px 0px;
	border-top:3px solid #BAC6B9;
	border-bottom:3px solid white;
	background-color:white;
	color:black;
}

div#menu ul li a.current:hover {
	
}
fieldset.jcalendar {
border:1px solid #A1A5A9;
font:.9em Arial, Helvetica, sans-serif;
}

div.jcalendar-wrapper {
width:20em;
}

div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
}

div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}

div.jcalendar table {
background:#a1a5a9;
color:#000;
margin:.3em auto;
}

div.jcalendar table th {
background:#eee;
}

div.jcalendar table td {
background:#f9f9f9;
padding:0;
width:2.2em;
}

div.jcalendar table th.weekend {
background:#ddd;
}

div.jcalendar table td.weekend {
background:#e9e9e9;
}

div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
}

div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
font-weight:700;
}