/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/



body {
	margin:0 0 0 0;
	background-color:#71d5e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FFF;
	line-height:1.5em;
}

#container {
	background-position:top left;
	background-repeat:no-repeat;
	width:755px;
	border-width:0 20px 0 20px;
	border-color:#71d5e2;
	border-style:solid;
	float:left;	
}

#oben {
	width:755px;
	height:75px;
	padding:25px 0 0 0;
	float:left;
	margin:0;
	border:0;
}

#unten {
	margin:0;
	padding:0;
	border:0;
	width:580px;
	height:120px;
	float:left;
}

#inhalt {
	width:568px;
	background-color:#fff;
	border-width:0 0 10px 20px;
	border-color:#71d5e2;
	border-style:solid;
	padding:10px 0 0 0px;
	float:left;
	letter-spacing:0.03em;
	line-height:1.5em;
}

#inhalt_inhalt {
	border-width:0 20px 20px 20px;
	border-color:#fff;
	border-style:solid;
	padding:10px 0 0 0px;
	float:left;
	letter-spacing:0.03em;
	line-height:1.6em;
	color:#000;
}

#darmstadtlogo {
	float:right;
}

#logolinks {
	background-color:#0098ac;
	margin:0px 0 25px 15px;
	width:160px;
	float:left;
	height:75px;
}

#logorechts {
	position:relative;
	left:0px;
	height:75px;
	background-color:#0098ac;
	margin:0px 0 25px 0px;
	width:280px;
	float:left;

}

#logounten {
	margin:0px 0px 20px 20px;
	width:270px;
	height:90px;
	background-color:#0098ac;
}

.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.float_left {
	float: left;
	margin: 30px 30px 0 0;
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible {
	position: absolute;
	left: -9000px;
	top: auto;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
} 

/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2 {
	font-weight:bold;
	color:#0098ac;
	font-size:1.05em;
	margin:0;
	padding:0;
	line-hiehgt:0.8em;
}

h3 {
	font-weight:normal;
	color:#0098ac;
	font-size:1.0em;
	margin:0;
	padding:0;
	line-hiehgt:0.8em;
}

p {
	line-height:inherit;
	margin:0 0 10px 0;
	padding:0;

}

ul {
	margin:0;
	padding:10px 0 10px 0px;
}

li {
	padding-left:15px;
	list-style-type:none;
	letter-spacing:0.03em;
	line-height:1.1em;
	margin:0 0 5px 0;
}



/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

.bildautor {
	float:right;
	border:2px solid #0098ac;
	margin:0 0 15px 20px;
}

.weiss {
	color:#0098ac;
}

.fotounter {
	margin-top: 10px;
	font-size:0.8em;
	line-height: 1.2;
}

.adresse {
	color:#005c8a;
}

.margin-top_0 {
	margin-top: 0 !important;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/

#inhalt img {
	margin-top: 10px;
	border:2px solid #0098ac;
}

img.partner_img {
	margin-top: 30px;
	border: none !important;
}

a img {
	text-decoration: none !important;
	border-bottom: none !important;
	border: none !important;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	color:#0098ac;
	border-bottom: 1px solid #0098ac;
	text-decoration:none;
}

a:hover,
a:active {
	color:#24b8cd;
	border-bottom: none;
}

#oben a,
#darmstadtlogo a,
a.border-bottom_none {
	border-bottom: none !important;
}

a#captcha {
	line-height: 0;
}


/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

#nav {
	width:165px;
	height:400px;
	float:left;
	margin:25px 0 0 0;
}

#hauptnavigation {
	background-color:#0098ac;
}

#hauptnavigation a,
#hauptnavigation a:link,
#hauptnavigation a:visited {
	border-bottom: none;
	color:#FFFFFF;
}

#hauptnavigation a:hover,
#hauptnavigation a:active {
	color:#71d5e2;
}

#unternavigation a,
#unternavigation a:link,
#unternavigation a:visited {
	border-bottom: none;
	color:#333;
}

#unternavigation a:hover,
#unternavigation a:active {
	color:#0098ac;
}

#unternavigation li{
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#333;
	padding:0 0 4px 5px;
}

li.active {
	padding-left:15px;
	list-style-type:none;
	background-color:#fff;
	border-width:0 20px 0 20px;
	border-color:#0098ac;
	letter-spacing:0.03em;
	line-height:1.2em;
}

li.active a {
	color: #0098ac !important;
}



/*-------------------------------------------------------------------

APPLICATION FORM

-------------------------------------------------------------------*/

form#application {
	background-color: #EFFDFF;
	padding: 1em;
}

form#application h3,
.application h3 {
	margin-top: 1.5em;
	font-size: 1.3em;
}

.application h4 {
	margin-bottom: 0;
}

form#application p {
	margin-top: 1em;
}

form#application .captcha span.plus {
	position: relative;
	bottom: 18px;
}

fieldset {
	border: solid 0 #fff;
	margin: 1em 0 0 0;
	padding: 1em;
	background: #c6eef3;
}

fieldset legend {
	display: none;
}

label,
p.label {
	display: block;
	float: left;
	width: 175px;
	margin-right: 5px;
	text-align: right;
}

fieldset.media label,
fieldset.captcha label {
	float: none;
	width: auto;
	margin: 0;
	text-align: left;
}

fieldset#poems label {
	width: 75px;
}

p.label {
	margin-top: .2em !important;
	margin-bottom: -.8em;
}

div.type-text input,
textarea,
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
}

div.type-text input,
textarea {
	margin: 0;
	border: 1px solid #0098AC;
	padding: 5px 3px;
	width: 280px;
}

fieldset#poems div.type-text input,
fieldset#poems textarea {
	width: 380px;
}

fieldset.captcha div.type-text input {
	width: 95px;
}

div.type-text input#streetnr {
	width: 30px;
}

div.type-text input,
div.type-text textarea {
	background: #fff url(../images/type-text_bg.gif) 0 0 repeat-x;
}

textarea {
	height: 100px;
	font-size: 100%;	
}

input.type-submit {
	display: block;
	margin: 0;
	padding: 10px 25px;
	border: none;
	background-color: #0098AC;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
}

input.type-submit:hover,
input.type-submit:focus {
	background-color: #33adbd;
}

span.info {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

div.type-text,
div.type-select,
div.type-check,
div.type-file,
div.type-button {
	margin-top: 1em;
}

div.type-check label {
	display: inline;
	float: none;
	margin-right: 0;
}

div.type-select select{
	width:285px;
}

fieldset#poems div.poem {
	border-top: 1px solid #0098AC;
	margin-top: 1em;
}

fieldset#poems div.poem.first-child {
	border-top: none;
	margin-top: 0;
}

div.error,
div.error_form {
	color: #b11717;
}

div.error strong.message,
div.error_form strong.message,
p.msg {
	display: block;
	margin: 5px 0 0 0;
	border: 1px solid #b11717;
	padding: 2px 3px;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffdfdf;
}

fieldset.applicant-data div.error strong.message {
	margin-left: 180px;
	width: 280px;
}

fieldset#poems div.error strong.message {
	margin-left: 80px;
	width: 280px;
}

fieldset.captcha div.error strong.message {
	margin-left: 0;	
}

p.msg {
	margin: 1em 0 0 0;
	border-color: #FFE900;
	color: #000;
	padding: 5px;
	background-color: #FFFCDF;
}

p.msg.loading {
	padding: 5px 5px 5px 70px;
	background: #FFFCDF url(../images/loading.gif) 15px center no-repeat;
}

form .error input.text,
form .error textarea {
	border-color: #b11717;
	background-color: #ffdfe0;
	color: #b11717;
}

sup.required {
	font-size:0.7em;
}

p#add_link a,
p#add_link a:link,
p#add_link a:visited {
	display: block;
	line-height: 24px;
	height: 24px;
	width: 200px;
	padding-left: 35px;
	margin-left: 80px;
	overflow: hidden;
	border-bottom: none;
	color: #C2E7EB;
	font-size: 12px;
	background: #0098AC url(../images/button_add.gif) 0 0 no-repeat;
	cursor: pointer;	
}

p#add_link a:hover,
p#add_link a:active,
p#add_link a:focus {
	background-color: #33adbd;
	background-position: 0 -24px;
	color: #fff;
}


/*-------------------------------------------------------------------

APPLICATION CONFIRMATION

-------------------------------------------------------------------*/

dl{
	clear:both;
}

dt{
	display:block;
	float:left;
	width:125px;
	font-weight:bold;
}

dd{
	margin-left:130px;
	width:400px;
	margin-bottom:5px;
}

dl.long dt {
	width: 175px;
}

dl.long dd {
	margin-left: 180px;
	width:355px;
}

dt.text{
	height:50px;
}