@charset "UTF-8";
/* CSS Document */

/*reset*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/*typography*/

p, li, td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.6em;
}
p,ul {
	margin: 0 0 1em;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6em;
    margin: 0 0 0.5em;
}
h1 {
    font-size: 2.0em;
    font-weight: normal;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 0.9em;
    font-weight: bold;
}
h5 {
    font-size: 0.8em;
}
h6 {
    font-size: 0.7em;
    font-weight: bold;
}
a, a:visited{
    color: #633;
}
a:hover {
    color: #a11;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
small {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}
cite {
    font-style: italic;
    font-family: Times, "Times New Roman", serif;
    font-size: 1.1em;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    padding: 5px;
    display: block;
    line-height: 1.4em;
}
.autor {
    font-size: 0.9em;
    display: block;
    margin: 5px 5px 20px;
    font-weight: bold;
}

a.active {
    font-weight: bold;
}

/*layout*/

body {
	background: url(../images/main_background.png);
}

#accessibility {
	display: none;
}

#topContainer {
	width: 100%;
    height: 34px;
    background: url(../images/topNav_background.jpg) repeat-x;
}
ul.topNav {
	width: 840px;
	margin: auto;
	text-align: right;
}
.topNav li {
	display: inline;
}
.topNav li a {
	display: inline-block;
    color: #333;
    font-size: 1.0em;
    text-decoration: none;
    padding: 10px 20px 5px;
}
.topNav li a:hover {
	color: #a11;
}

#container {
	width: 848px;
	margin: auto;
}

#head {
    margin: 10px 0 0;
    height: 165px;
}
.siteTitel {
	float: left;
	width: 150px;
	margin: 10px 0 0 20px;
}
.siteSlogan {
    width: 570px;
    float: right;
    margin: 5px 20px 0 0;
}

#mainNav {
    clear: both;
    width: 825px;
	padding: 3px 5px 5px 20px;
    height: 40px;
    background: url(../images/mainNav_background.jpg) no-repeat;
}
#mainNav form {
    width: 125px;
    float: right;
    margin: 4px 20px 0 0;
}

#content {
    clear: both;
    padding: 10px 15px 10px 17px;
}
.contentTop {
	width: 800px;
	padding: 0 5px 0 3px;
	background: url(../images/contentTop_background.jpg);
	height: 10px;
}
.contentBody {
	width: 750px;
	padding: 2px 25px 2px 33px;
	background: url(../images/contentBody_background.jpg);
	min-height: 1%;
}
.contentBody ul {
    list-style: disc;
    margin-left: 1em;
}
.contentBottom {
	width: 800px;
	padding: 0 5px 0 3px;
	background: url(../images/contentBottom_background.jpg) bottom;
	height: 10px;
}

.mainContent, .news {
    width: 500px;
    float: left;
}
.mainContent h3, .partnerContent h3, .news h3 {
    margin: 5px 0 20px;
    text-indent: 35px;
	background: url(../images/headingCone.png) no-repeat;
}
.news h3 {
	margin-bottom: 5px;
}
.startContent {
    width: 240px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.startContent h3 {
    font-size: 0.8em;
   
    margin: 0 0 10px;
}
.startContent h3 a {
    font-weight: bold;
}
.news h4 a {
	color: #333;
	font-weight: bold;
}
.startContent p {
    font-size: 0.75em;
    margin: 10px 0 0;
}
.sideBar {
    width: 202px;
    padding: 0 0 0 0px;
    float: right;
    margin: 15px 0 10px;
}
#content a img {
	padding: 1px;
}
#content a:hover img {
	padding: 0;
	border: 1px solid #a11;
}
p.lastImg {
    line-height: 0;
    margin: 0;
}

.readon a {
    font-size: 0.9em;
}
.news .readon {
	margin-top: 0;
}

.clearer {
    clear:both;
}

#footNav {
	clear: both;
	height: 40px;
    background: url(../images/mainNav_background.jpg) no-repeat;
}
#footNav p {
	font-size: 0.7em;
	margin: 0px;
    padding: 8px 0 0;
    text-align: center;
}

.ap a img {
    display: block;
}
.ap p {
    font-size: 0.8em;
}
.AP_position {
    display: block;
}
.AP_name {
    font-weight: bold;
}
.AP_mail {
    font-size: 0.7em;
}
h3.refTitle a {
    font-size: 0.6em;
    font-weight:bold;
    text-indent: 30px;
	background: url(../images/headingCone.png) no-repeat;
    display: block;
    padding: 8px 5px;
}
.referenz {
    float: left;
    width: 250px;
}
form.zemContactForm {
    font-family: Helvetica, Arial, sans-serif;
    
}
form.zemContactForm label {
    font-size: 0.8em;
    display: block;
    margin: 10px 0 5px;
}
form.zemContactForm input {
    width: 200px;
    padding: 5px 10px;
}
form.zemContactForm textarea {
    padding: 5px 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    width: 483px;
}
form.zemContactForm input.zemSubmit {
    width: 100px;
    margin: 10px 0;
}
ul.zemError {
    color: #a10;
}
input.zemRequirederrorElement, textarea.zemRequirederrorElement {
    border: 2px solid #a10;
}
.blaettern {
    clear: both;
    font-size: 0.7em;
    margin: 10px 0 0;
}
.partnerContent a {
    margin: 10px 40px;
    display: inline-block;
}
.refList {
    margin: 20px 0 40px;
   font-size: 1.0em;
}
.refList a {
    font-weight: bold;
}
.posted {
    font-size: 0.7em;
    font-weight: bold;
    margin: -10px 0 5px;
}
