body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
}

#header {
	width: 920px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#header-logos {
	background-color: #fff;
	height: 97px;
}
#header-logos p {
	width: 920px;
	height: 36px;
	background: url(img/kliniktitel.gif) no-repeat;
	position: absolute;
	top: 30px;
	left: 20px;
}
#header-logos div {
	width: 880px;
	height: 57px;
	position: absolute;
	top: 20px;
	left: 165px;
	/* vertical-align: top; */
}
#header-logos div img {
	vertical-align: middle;
	margin-right: 25px;
}

#header-title {
	background-color: #007a00;
	height: 40px;
	position: relative;
}
#header-title h1 {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 250px;
	font-size: 16px;
	text-align: right;
	color: white;
	background: url(img/seitentitel.png) no-repeat top right;
}

#header-img {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 97px;
	left: 0px;
}

#left {
	width: 188px;
	position: absolute;
	top: 220px;
	left: 2px;
}

#middle {
	background-color: #eed;
	width: 440px;
	position: absolute;
	top: 137px;
	left: 190px;
	padding: 100px 20px 20px 20px;
	line-height: 1.4em;
	min-height: 530px;
}
* html #middle {
	height: 530px;
}

#right {
	width: 210px;
	position: absolute;
	top: 137px;
	left: 670px;
	padding: 40px 20px 20px 20px;
	line-height: 1.4em;
}

.ir-hidden {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

a { color: #007a00; }
a:hover,
a:active { color: #666; }

p, h2, ul {
	margin-bottom: 1em;
}

h2, h3, em {
	color: #007a00;
}

em {
	font-style: normal;
}

ul li {
	padding-left: 8px;
	background: url(img/listbullet.gif) no-repeat 0 0.5em;
}

p.link {
	padding-left: 15px;
	background: url(img/linkpfeil.gif) no-repeat 0 3px;
}

p.totop {
	border-top: 1px solid #007a00;
	padding-top: 0.8em;
	line-height: normal;
	margin-bottom: 2em;
}
p.totop a {
	padding-left: 15px;
	background: url(img/linkpfeil_o.gif) no-repeat 0 1px;
}

#middle img {
	width: 130px;
	height: 100px;
	margin-right: 15px;
}

/*
 *	Navigation
 */
ul#nav-main {
	border-top: 1px solid #ccc;
	letter-spacing: 0.05em;
} 

ul#nav-main li {
	border-bottom: 1px solid #ccc;
	padding: 3px 10px 4px 20px;
	background: url(img/navipfeil.gif) no-repeat;
} 

ul#nav-main li.act {
	font-weight: bold;
	background-image: url(img/navipfeil_bold.gif);
	background-color: #ebebeb;
} 

ul#nav-main a {
	color: #666;
}
ul#nav-main a:hover,
ul#nav-main a:active {
	color: #000;
}


/*
 *	Abstract Submission Form
 */

#abstract-submission {
	/* padding: 20px 20px 20px 20px; */
	line-height: 200%;
}

#abstract-submission fieldset {
	margin-bottom: 11px;
	border: none;
}

#abstract-submission h3 {
	border-bottom: 1px solid #007a00;
	margin-bottom: 11px;
	color: #007a00;
}

#abstract-submission input.text,
#abstract-submission textarea.text {
	border: 1px solid #ccc;
	padding: 0;
	width: 436px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#abstract-submission input.button {
	padding: 5px 15px;
	border: 1px solid #333;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 11px;
}

#abstract-submission input.checkbox {
	padding: 0;
	margin-right:5px;
}

#abstract-submission label.left {
	float:left;
	width: 75px;
}

#abstract-submission input.right {
	float:left;
	width: 280px;
}

#abstract-submission br {
	clear: both;
}

.required {
	color: #007a00;
	font-weight: normal;
	
}

.error {
	/* background-color: #910; */
	background-color: #007a00;
	color: #eed;
	padding: 3px;
	line-height: normal;
}

#extensionpopup {
	filter:Alpha(opacity=80);
	opacity:80%;
	position: absolute;
	top: 45px;
	left: 80px;
	z-index: 9;
}
