/**
* CSS-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,
dl, dt, dd, ol, ul, li,
button, fieldset, form, label, legend, textarea, input, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	font-size:100.01%;
}
div.text img {padding-bottom: 20px; display: block;}
#navigation ol, #navigation ul {
	list-style: none;
}

body,div,a { font-family:Verdana,Arial; font-size:11px; }
body {   
		margin:0; padding:0; text-align:center;
		background:url(../images/body_bg.jpg) center repeat-y #D9E4A6; 
		}
p {		padding:10px 0px 0px 0px;
		}
a { text-decoration:underline; color:#000000; }
a {
		font-family:verdana;
		font-size:12px;
		}
#framework { 
		position:relative; margin:0 auto; margin-top:15px; 
		width:1000px; height:auto; background:url(../images/page_bg.gif) repeat-y;
		border-bottom: 6px solid #EED9AB;
		}
#framework div { position:relative; float:left; text-align:left; }

#content { position:relative; width:1000px;
		background:url() 210px 0px no-repeat; }
#content .text { 
		border:0px solid;
		margin-left:60px;
		width:680px;
		font-size:12px;
		line-height:152%;
		scroll:auto;
		}
#logo { position:relative;
		width:700px; height:100px;
		background:url(../images/logo.gif) 0px 0px no-repeat;
		border-bottom:0px solid;
		} 
#navigation {
		position:relative; 
		width:210px; height:468px; 
		background:url(../images/navi_top.gif) 0px 0px no-repeat;
		border-bottom:0px solid;
		}
#navigation ul {
		margin-top:263px;
		margin-left:26px;
		padding: 0px 0px 0px 0px;
}
#navigation a, #navigation li{
		font-size:18px;
		text-decoration:none;
		color:#E32118;
		float:left;
}
#navigation ul li span{
		visibility:hidden;
}
#navigation ul li{
	margin:0px;
	margin-top:11px;
	padding:0px;	
	/* line-height: 35px; */
	width: 151px;
	border-bottom: 1px solid #E32118;
	background: none;
}
ul { padding: 15px 0px 0px 0px; }
ul li { 
	margin-bottom:10px;
	decimal outside;
	background: url(../images/bullet.gif) no-repeat 0px 8px;
	list-style-type: none;
	padding-left: 10px;
	}
#footer { 
		position:relative; margin:0 auto; margin-top:15px; 
		width:1000px; height:auto;
		}
#footer a{ text-decoration:underline; color:#000000; }
#footer p, #footer a{
		font-family:verdana;
		font-size:12px;
		float:right;
		margin-left:20px;
		}
#footer p {
		padding:0px;
		margin:0px;
		}

		
/* CONTENT OBJECTS */
.vspc{ height:20px; width:780px; }
.box { margin-left:20px; width:980px; color:#fff; background:#333; }
.box_head { background:url(box_header.gif); width:100%; height:20px; font-weight:bold; }
.box_content { background:url(box_content.gif); width:100%; height:150px; display:none; }
.box_content_lnk { width:220px; height:90px; background:#333; margin:25px 0px 0px 20px;}

.box p {margin:0px; padding:3px 5px 0px 23px;}
.box a {color:#eee; text-decoration:none;}

.image-text { float:none; display:block;height:100px;margin-bottom:10px; }
.image-text p { margin:-6px 0px 0px 0px; }
.image-text img { float:left;padding-right:10px; }


/** FORMULAR ****************************************/
input, textarea {
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
	padding-left: 6px;
	border: 1px solid #c2d289;
}
input {
	height: 16px;
}
/** input.textfeld:focus, textarea:focus { 
	background-color: #e7f3bd;
	border: 1px solid #c2d289;
} **/
input.button, input.button:focus {
	width: 105px;
	font-size: 11px;
	text-align: center;
	background-color: none;
	border: none;
}
form td {
	padding-bottom: 4px;
}
td.right {
	text-align: right;
}
a, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/** END FORMULAR ****************************************/
