/* CSS-Formatierungen fuer www.safe-programm.de
* Erstellt: Mittwoch 23.01.2008 @ 15 Uhr
* Author: Volker Jakob, schalk&friends - agentur fuer neue medien gmbh
* Version: 1.0
* Einsatz: Browser, die sich weitestgehend an Vorgaben des W3C orientieren
* ------------------------------------------------------------------------------ */

/* Importieren der Farb- und Schriften-Stylesheets
-------------------------------------------------------------------------------- */
@import url(color.css);

/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

/* Layout - Layoutraster
-------------------------------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#pageWrapper {
	margin: 0 auto;
	padding-top: 26px;
	width: 955px;
}

#pageWrapper_Inner {
	position: relative;
}

#pageWrapper_Inner, #footer div {
	margin: 0 auto;
	width: 929px;
}

#header {
	position: relative;
	height: 218px;
	overflow: hidden;
	background: #69c2e7 url(/media/images/keyvisual-startseite.jpg) no-repeat top left;
}

.english #header {
	background: #69c2e7 url(/media/images/en-keyvisual-startseite.jpg) no-repeat top left;
}

#header a {
	display: block;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 220px;
	text-indent: -9999px;
}

#contentWrapper {
	margin: 0 auto;
	padding-top: 45px;
	min-height: 270px;
	width: 907px;
}

#navmain {
	float: left;
	width: 230px;
}

#navmain li {
	padding-left: 0;
}

#navmain li a {
	display: block;
	padding: 5px;
	height: 1%; /* TODO: Auslagern fuer IE */
}

#navmain li ul li a {
	padding-left: 15px;
}

#metanavi {
	position: absolute;
	top: -25px;
	right: 0;
}

#language {
	position: absolute;
	top: -25px;
	left: 0;
}


/* !!!!!! AB HIER PROBLEM MIT IE6 KTML */
#content-service-wrapper {
	float: right;
	width: 663px;
}

#content {
	/*position: relative;*/
	padding-right: 40px;
}
/* !!!!!! BIS HIER PROBLEM MIT IE6 KTML */

body #content-service-wrapper .faq {
	float: left;
	width: 430px;
}

#breadcrumb {
	position: absolute;
	top: 235px;
}

#pagetools {
	float: left;
	margin-top: 20px;
	width: 100%;
}
#pagetools p {
	float: left;
	margin-right: 20px;
}
#pagetools .print a {
	padding-left: 15px;
	background: transparent url(/media/images/button-print.png) no-repeat center left;
}
#pagetools .gototop a {
	padding-left: 15px;
	background: transparent url(/media/images/button-totop.png) no-repeat center left;
}

#footer {
	margin: 0 auto;
	width: 955px;
}
#footer div {
	padding-top: .7em;
	background-color: #fff;
	border-right: 1px solid #57bae4;
	border-left: 1px solid #57bae4;
}
#footer #lmu, #footer #partner {
	border-right: none;
	border-left: none;
}

#footer #lmu {
	float: left;
	width: 230px;
}

#footer #lmu .partnerlogo{
	margin-bottom: 15px;
}

#footer #partner {
	float: right;
	width: 674px;
}

#footer #lmu p {
	padding-left: 15px;
}
#footer #lmu p, #footer #partner p {
	text-transform: uppercase;
}
#footer #partner p img {
	margin-right: 25px;
}

/* Widgets - Freie Platzierung abhaengig vom Kontext
-------------------------------------------------------------------------------- */
#kategorien {
	float: right;
	padding-top: 2.7em;
	width: 154px;
}

#service {
	position: absolute;
	top: 20px;
	right: 180px;
	width: 315px;
	color: #fff;
}
#service h1 {
	font-weight: normal;
	text-transform: uppercase;
}
#service a {
	color: #fff;
}
#service hr {
	background-color: #fff;
	border: 0 none;
	color: #fff;
	height: 1px;
}
#service li {
	padding-left: 0;
	background: none;
}
#service input.frmField {
	width: 200px;
}

/* Newsausgabe im Header */
.color_19 #service,
.color_80 #service {
	right: 180px;
}
.color_19 #service h4,
.color_80 #service h4 {
	margin-bottom: .5em;
	font-weight: normal;
}
.color_19 #service h4 span,
.color_80 #service h4 span{
	padding-left: 5px;
	text-transform: uppercase;
}
.color_19 #service p,
.color_80 #service p {
	margin-bottom: .1em;
}

/* Loginausgabe im Header */
.color_73 #service,
.color_75 #service,
.color_46 #service,
.color_83 #service,
.color_84 #service {
	right: 10px;
}

/* Typografie
-------------------------------------------------------------------------------- */
body {
	font: small/1.5em Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a {
	text-decoration: underline;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#faqanswer a {
	text-decoration: none;
}
#faqanswer a:hover {
	text-decoration: underline;
}
#pagetools a {
	text-decoration: none;
}
#pagetools a:hover {
	text-decoration: underline;
}

#pagetools, #metanavi, #language {
	font-size: 80%;
}

/* =hn */
h2 {
	margin-bottom: 1em;
	font-size: 120%;
}

.color_start h2 {
	margin-bottom: 0;
}

h3 {
	margin-bottom: .8em;
}

h3.ergebnis {
	margin-bottom: .8em;
	font-size: 110%;
	color: #8EB90A;
}

.color_start h3 {
	margin-bottom: 1em;
}

/* =p */
p {
	margin-bottom: .8em;
}

/* =navmain */
#navmain {
	text-transform: uppercase;
	font-weight: bold;
}

#navmain li a {
	text-decoration: none;
}

/* Footer */
#footer {
	font-size: 80%;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 80%;
}

/* Formulare */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}



input, textarea {
	font-size: 100%;
}

/* Tabellen */
caption, th {
	font-weight: bold;
}

/* Fehlermeldungen in Formularen */
#error {
	margin-bottom: 1em;
	padding: 7px;
	width: 324px;
	border: 2px solid red;
}

.inline_error_message {
	padding: 2px;
	background-color: #FFB286;
}

.error_text {
	font-weight: bold;
}

/* Sonstiges
-------------------------------------------------------------------------------- */
/* Tabellen */
table.standard {
	width: 506px;
	margin-bottom: 1em;
}
table.standard caption {
	padding-bottom: .2em;
}
table.standard td, table.standard th {
	padding: .2em 0;
}
table.standard td, table.standard th {
	vertical-align: middle;
}

.small {
	width: 25%;
}
.small56 {
	width: 56px;
}
.small180 {
	width: 180px;
}
td img {
	float: left;
	margin: 0 5px 0 0;
}

/* Formulare */
form {
	margin-top: 8px;
	margin-bottom: 15px;
}
form p {
	margin-bottom: .8em;
}

#frmWrapper {
	width: 310px;
	margin-bottom: 1em;
	padding: 15px;
	border: 1px solid #69c2e7;
}

#frmWrapperWide {
	width: 470px;
	margin-bottom: 1em;
	padding: 15px;
	border: 1px solid #69c2e7;
}
#frmWrapper h4 {
	color: #69c2e7;
	text-transform: uppercase;
}
#frmWrapper hr {
	margin-bottom: 1.5em;
	height: 1px;
	background-color: #69c2e7;
	border: 0 none;
	color: #69c2e7;
}

#formular .text, #formular textarea {
	width: 100%;
}

#formular .input-cap {
	width: 75%;
}


#frmWrapperWide #formular .text {
	width: 130px;
	float: left;
	margin-right: 10px;
}

#frmWrapperWide #formular select {
	width: 240px;
	float: left;
	margin-right: 10px;
}


#frmWrapperWide #formular {
	margin-bottom: 0px;
}
.checkboxWrapper {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.checkboxWrapper label{
	width: 120px;
	float: left;
	margin-bottom: 0px;
}

.checkboxWrapper label input{
	margin-right: 5px;
}

#formular .captcha {
	width: 75%;
}
#formular textarea {
	height: 170px;
}

form p,
form label,
form .text,
form .text_small,
form .submit,
form textarea,
form select,
form div {
	margin-bottom: 0.8em;
	display: block;
}

/* Listen */
ul li {
	padding-left: 15px;
}

#content ul {
	margin-bottom: 1em;
}

.profilbild {
	margin-right: 5px;
	float: left;
}

#faqWrapper {
	margin-bottom: 1em;
	padding: .5em 0;
	border-top: 1px solid #69c2e7;
}
#faqWrapper ol {
	list-style-type: decimal !important;
	padding-left: 35px !important;
}
#faqWrapper li {
	padding: .5em 0;
	border-bottom: 1px solid #8eb90a;
}

#div_reg_spezialisierung {
	margin-left: 20px;
	margin-bottom: 0;
}

#frmWrapperRegistrierung {
	border:1px solid #E2007A;
	margin-bottom:1em;
	padding:15px;
	width:400px;
}


/* Google-Maps */

.mapWrapper {
	position: relative;
	width: 100%;
}
#map_frame {
	margin-bottom: 70px;
	width: 506px;
	height: 506px;
	background-color: #FFFFFF;
}

#map {
	border: 1px solid #8EB90A;
}

#map_legend {
	border: 1px solid #8EB90A;
	width: 128px;
	padding: 10px;
	position: absolute;
	right: -40px;
	top: 0px;
}

#map_legend p.current {
	background: transparent url(/media/images/icon_google_laufend.gif) -5px top no-repeat;
	padding: 5px 0px 6px 27px;
	margin: 0px;
}

#map_legend p.next {
	background: transparent url(/media/images/icon_google.gif) -5px center no-repeat;
	padding: 5px 0px 6px 27px;
	margin: 0px;
}
#gmapmarker{
	width: 250px;
}

#gmapmarker p {
	margin: 0px;
}

#suchergebnis {
	border-collapse: none;
}

#suchergebnis tr {
/*	border-bottom:1px solid #8EB90A;*/
}

#suchergebnis td.laufend{
	text-align: center;
	background: #FCF357;
	color: #4C4C4C;
}

#suchergebnis td.demnaechst{
	text-align: center;
	background: #8EB90A;
	color: #fff;
}

