/* TAGS */

body {
		 background: url(/images/bg.jpg) repeat;
}

html {
        	height: 100%;
	        margin-bottom: 1px;
}


/* CONSTRUCTS */

/* BASIS */

#outer {
			width: 837px;
			position: absolute;
			margin-left: -419px;
			left: 50%;
}

#content {
			font: 12px arial, verdana, helvetica, sans-serif;
			color: #323942;
}

/* OTHERS */

#head_print {
	height: 0;
	visibility: hidden;
	z-index: 1;
	position: absolute;
}

#head {
			background: url(/images/head.gif) no-repeat;
			height: 322px;
			width: 810px;
			position: relative;
			top: 7px;
}

#main_top {
			background: url(/images/main_top.gif) no-repeat;
			position: relative;
}

#main_ueberschrift {
			position: relative;
			left: 60px;
			top: 21px;
			height: 53px;
			z-index: 10;
}

#main_content {
			background: url(/images/main.gif) repeat-y;
			position: relative;
			padding: 0 70px 0 34px; 
			height: auto;
			
}

#text {
	padding-top: 20px;
	padding-left: 28px;
}
#main_content ul {
	margin: 0px; 
	padding: 0px; 
}

#main_foot {
	background: url(/images/main_foot.gif) no-repeat;
	height: 108px;
}

/*NAV + UTILITIES */

#nav {
	width: 100%;
	height: 46px;
	padding: 0;
	border: 0;
	position: relative;
	left: 43px;
	top: 152px;
}

#nav img {
	border: 0px; 
	padding: 0px;
	height: 46px; 
	float: left;
	margin: 0;
}

.pfeil {
	position: relative;
	left: 680px;
}

.pfeil img {
	margin-bottom: 14px;
}


/*----- JUST TEXTS -----*/

#content a, a:hover {
	color: #323942;
	text-decoration: underline;
}

#content b {
	font-weight: bold;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0F5D98;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #0F5D98;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #323942;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}

#content p {
	margin-bottom: 5px;
}


/* NUR LINKS */

.italic {
	font-style: italic;
}

#unav td img{
	margin-right: 5px;
}

#unav td {
	text-align: left;
	width: 33%;
	vertical-align: middle;
}
#unav table {
	width: 720px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#unav {
	background: url(/images/bg_unav.gif) repeat-y;
	position: relative;
	height: auto;
	width: 770px;
}

#unav a {
	text-decoration: underline;
	font-style: italic;
}

#unav_foot {
	background: url(/images/bg_unav_btm.gif) no-repeat top;
        position: relative;
	width: 770px;
	height: 16px;
}

/* NUR NICHT-LINKS */

.underline {
	text-decoration: underline;
	font-weight: bold;
}

/*----- FORMS -----*/

#form_captcha input {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #323942;
	background-color: #ffffff;
	border: 1px solid #043B64;
	height: 14px;
	width: 60px;
	margin: 0 3px 0 0;
}

.input {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #323942;
	background-color: #ffffff;
	border: 1px solid #043B64;
	height: 14px;
	margin: 9px 10px 0 0;
}

.send {
	border: 1px solid #043B64;
	color: #323942;
	background-color: #ffffff;
	height: 20px;
	margin: 9px 10px 0 0;	
}

#form_text {
	margin: 9px 20px 0 0;
	float: left;
	width: 120px;
}

textarea {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #323942;
	background-color: #ffffff;
	border: 1px solid #043B64;
	text-align: left;
	margin: 9px 10px 12px 0;
}
