/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }

body {
	background-color: #D80111;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0;
	margin:0;
	line-height: 19px;
}
#content a {
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
#content a:visited {
	color:#666666;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}
#content a:active {
	color:#666666;
	text-decoration: none;
}


h1 {
	font-size: 16px;
	font-weight: bolder;
	padding: 22px 0 0 0;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #D80111;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-image: url(ekp_logo.jpg);
	background-repeat: no-repeat;
	height: 155px;
	background-position: right top;
	background-color: #FFFFFF;
}
#banner p{
	margin-left: 15em;
	padding: 10px;
}

#mainnavi {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 40px;
}

#mainnavi p{
	margin-left: 15em;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:530px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenttext {
	min-height:530px;
	background-color: #D80111;
	line-height: 18px;

}

p, pre {
	padding: 10px;
	margin:0;
}
pre, code { font-size: 1.2em;}

.gross {
	width: 5.71em;
	height: 1.07em;}

/* --------------navigavtion------------- */
#left {
	float: left;
	width: 150px;
	margin: 0;
	padding:0 0 0 7px;
	position: relative;
}
#right {
	float: right;
	width: 10px;
	margin: 0;
	padding: 0;
}
#content ul {
	list-style-type: disc;
	padding-left: 30px;
	list-style-image: none;
	list-style-position: outside;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	background-color: #D80111;
	padding: 0;
	margin: 0;
	margin: 0;
	height: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0 0 0 0px;
	margin:0px;
	margin-left: 0px;
}

#form-module {
	margin:0 0 0 20px;
	padding:0px;
	width:500px;
	color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}


#form-module .element {
	display:block;
	clear:both;
	border-top:2px solid #fff;
}
#form-module .element #el_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}