/*----- TAGS -----*/

body {
	background-color: transparent;
}

img {
	border: 0px;
}


/*----- CONSTRUCTS -----*/

#content {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: left;
}

#foot {
	height: 0;
	visibility: hidden;
}

#head {
	height: 0;
	visibility: hidden;
}

#head_print {
	width: inherit;
	height: 110px;
	margin-bottom: 30px;
}

#main  {
	width: auto;
	height: auto;
}


#nav {
	width: 0;
	height: 0;
	visibility: hidden;
}

#nav img {
	width: 0;
	height: 0;
	border: 0; 
	margin: 0; 
	padding: 0; 
	float: left;
	visibility: hidden;
}

#outer {
	width: 100%
	position: absolute;
	
	left: 50%;
}

.pfeil {
	visibility: hidden;
}

.pfeil img {
	visibility: hidden;	
}

.zweispaltig {
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	text-align: left;
	line-height: 14px;
}


/*----- FORMS -----*/

#form_text {
	margin: 9px 20px 0 0;
	float: left;
	width: 120px;
}

#form_captcha input {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	border: 1px solid #666666;
	height: 14px;
	width: 60px;
	margin: 0 3px 0 0;
}

.form_input {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	border: 1px solid #666666;
	height: 14px;
	width: 120px;
	margin: 9px 10px 0 0;
}

.form_send {
	color: black;
	background-color: white;
	border: 1px solid #666666;
	height: 20px;
	margin: 9px 10px 0 0;	
}

.form_textarea {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	border: 1px solid #666666;
	width: 240px;
	text-align: left;
	margin: 9px 10px 12px 0;
}

/*----- JUST TEXTS -----*/

#content a, a:hover {
	color: #666666;
	text-decoration: underline;
}

#content b {
	font-weight: bold;
}

#content p {
	margin-bottom: 5px;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}


/* nur für links */

.italic {
	font-style: italic;
}

.unav {
	text-decoration: underline;
	font-weight: bold;
	margin: 0 10px 0 3px;
}

.unav_a {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	margin: 0 10px 0 3px;
}

/* nur für nicht-links*/

.underline {
	text-decoration: underline;
	font-weight: bold;
}
