/******************************************/
/* Basiseinstellungen
/******************************************/
*, html {
	margin:0;
	padding:0;
	border:0;
	font-family:Myriad, Tahoma, Arial, Verdana, Helvetica, sans-serif;
}


/******************************************/
/* Überschriften/Basics
/******************************************/

h1,
h1.pageHeadline {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding:10px 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding:0 0 1px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #fa1557;
}

h4 {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}


a {
	color:#fa1557;
	text-decoration: underline;
}

a.hover {
	text-decoration:none;
}

p {
	padding:10px 0 10px 0;
}

div#headWrapper div#logo {
	background-color:#0c4379;
	padding:10px 50px 20px 50px;
	margin:0 auto;
	width:100%;
}

div#contentWrapper {
	padding-top:30px;
}

div#content {
	padding-right:0;
}

div.boxLeft {
	float:left;
	width:59%;
}

div.boxRight {
	float:right;
	width:39%;
	margin-left:15px;
}

/* Timer */

div.timerBorder {
	background:url('/cachepics/timer_bg.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

div.timerBorderTop {
	background:url('/cachepics/timer_top_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

div.timerBorderBottom {
	background:url('/cachepics/timer_bottom_bg.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

div.dayWrapper {
	padding:20px;
}

div.taskWrapper {
	border-bottom:1px solid #e9e9e9;
}

div.dayWrapper h2 {
	font-size:12px;
	text-transform:uppercase;
	font-style:normal;
	padding:0 0 10px 20px;
}

div.dayWrapper a {
	text-decoration:none;
}

div.eventWrapper {
	padding:3px 10px 3px 20px;
	clear:both;
}

div.eventWrapper a {
	display:block;
	float:left;
}

div.eventWrapper span {
	display:block;
	float:left;
	padding:3px 0 0 10px;
	vertical-align:bottom;
}

/******************************************/
/* Allgemein Formulare
/******************************************/

form {
	margin:0;
	padding:0;
}

form fieldset {
	border:1px solid #bebebe;
	padding:10px;
	background-color:#f8f8f9;
	margin:0 0 10px 0;
}

legend {
	font-weight:bold;
	color:#40719E;
	font-size:13px;
	padding:4px;
	background-color:transparent;
}

input, select option, textarea {
	border:1px solid #bebebe;
	background-color:#fff;
	font-size:12px;
	padding:3px 10px 2px 5px;
}

select {
	border:1px solid #bebebe;
	background-color:#fff;
	padding:0;
	font-size:13px;
	height:21px;
}

textarea {
	height:150px;
	width:300px;
}

input.submit {
	color:#5c5c5c;
	text-decoration:none;
	background:url('/cachepics/submit_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#bebebe;
	border:1px solid #bebebe;
	padding:2px 10px 2px 30px;
	margin:0 0 0 210px;
	font-weight:bold;
	clear:both;
}

p.datenschutz {
	margin:15px 0 20px 206px;
}
p.datenschutz a {
	padding:5px 0 0 4px;
	vertical-align:bottom;
	line-height: 23px
}

p.datenschutz a:hover {
	padding:5px 0 0 4px;
	vertical-align:bottom;
	line-height: 23px
}

p.datenschutz img {
	margin:0 5px 0 5px;
	width:15px;
}

input.submit:hover {
	border:1px solid #f2f2f2;
	cursor:pointer;
}


/* PAIRS */

div.formNameValuePair,
div.formNameValuePairError {
	clear:both;
	margin:5px 0 5px 0;
}

div.formName {
	width:200px;
	float:left;
	clear:both;
	font-size:12px;
	display:block;
	padding:5px 0px 5px 0px;
	line-height:1.4;
}

div.formValue input.fm_text {
	float:left;
}

div.formNameValuePair div.formDesc,
div.formValue p.formDesc {
	margin:3px 0 0 0px;
	float:left;
	display:block;
}
div.formNameValuePair div.formDesc {
	width:240px;
}

div.formValue {
    float:left;
	width:300px;
}

div.formCheckBox {
    margin:5px 0 5px 0;
	clear:both;
}

div.formCheckBox label {
    padding:0 0 0 25px;
    vertical-align:top;
	width:250px;
	display:block;
	line-height:1.4;
}

div.formNameValuePairError div.formCheckBox label {
	color:#FA1557;
}

div.formCheckBox input {
	float:left;
	font-size:12px;
	border:0;
	width:16px;
	height:16px;
	padding:0;
	margin:0;
	background-color:transparent;
	cursor:pointer;
}

label {
	font-size:12px;
	padding:2px 0 0 0;
}

input.checkbox {border:0;}

div.formNameValuePairError div.formName,
p.formWarning {
	color:#FA1557;
}

div.formNameValuePairError div.formValue input {
	border:1px solid #FA1557;
}
/******************************************/
/* Basiseinstellungen
/******************************************/

div#headWrapper div#pageSearch form {
	background:url('/cachepics/bg_search.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding:3px;
}

div#headWrapper div#pageSearch form input.submit {
	background:url('/cachepics/icon_search.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:17px;
	margin:1px 0 0 0 ;
	width:18px;
	border:0;
}

div#headWrapper div#pageSearch form input.searchField {
	background:none;
	width:127px;
	height:16px;
	padding:0 2px 2px 2px;
	color:#fff;
	font-size: 12px;
	border:0;
}
/* Siteelements */


hr {
	background:url('/cachepics/hr_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px solid #cecece;
	height:3px;
	margin:20px;
	padding:0;
}


p.hinweisBox {
	margin-left:20px;
	border-left:2px solid #40719e;
	padding-left:10px;
}

div.slogan {
	margin:5px 0 0 20px;
}

div.slogan a{
	background:#fff url('/cachepics/arrow_white.gif');
	background-position:right top;
	background-repeat:no-repeat;;
	color: #40719e;
	text-transform:uppercase;
	padding:0px 35px 0px 2px;
	text-decoration:none;
	font-size:15px;

}

p.copyright {
	color:#5e5e5e;
	float:right;
	padding:12px 0 0 0;
}

/* Listen */

div#content ul {
	padding:6px 0 2px 24px;
	list-style-type:none;
	line-height:1.4;
}

div#content ul li {
	background:url('/cachepics/list_style_type.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding:3px 0 3px 23px;
	list-style-type: none;
	line-height:1.3;

}



/* Hiddä */

div#navigationSub,
div#footerWrapper,
div#navigationMain {
	display:none;
	visibility:hidden;
}
