/*
 styles.css
*/

:focus  { outline: 0px}


a, address, blockquote,caption, cite, dfn, dl, dt,fieldset, form, h1, h2, h3, h4,img, label, legend, hr, li, option, p, q, body,select, textarea, td, th, div {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body, td {
	background-color: #ffffff;
	background-repeat:no-repeat;
	font-family: 'Courier New', 'Courier' , 'Times New', 'Times' , serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}


p {
  padding: 0px 0px 0.5em 0px;
	line-height: 1.8em;
}

h1 {
	font-size: 18px;
	line-height:22px;
	margin: 0px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	line-height:14px;
	margin: 0px;
	font-weight: bold;
}



a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.black:link,
a.black:visited,
a.black:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.black:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

hr{
	color: #ffffff;
	background-color: #000000;
	height:2px;
}



/*
-------------------------------------------------------------------------------- menue

*/




/* Real menu */
a.menu1 {
	font-size:13px;
	line-height:15px;
	text-decoration: none;
	font-weight:normal;
/*	position:relative;
	left:2px;
	margin-right:11px;	*/
	display:block;
	color: #000000;
}

a.menu1:link,
a.menu1:visited,
a.menu1:active {
	color: #000000;
}

a.menu1:hover{
	color: #ff0000;
}



a.menu1_a0{		margin-left:0px;	}
a.menu1_a1{		margin-left:21px;	}

a.menu1_highlighted, 
a.menu1_highlighted:link,
a.menu1_highlighted:visited,
a.menu1_highlighted:active,
a.menu1_highlighted:hover{
	color: #ff0000;
}


/*
-------------------------------------------------------------------------------- common stuff
*/




.form_text 	{
	font-size:12px;
	line-height:10px;
	color:#272727;
	font-style:italic;
	font-weight:normal;
	font-family:times, serif; 
}
.form_input {
	border: 1px solid black;
	font-size:10pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
.form_checkbox {
	border: none;
	font-size:8.5pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_select {
	border: solid 1px #aaa096;
	font-size:8.5pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_textarea {
				border: none;
				font-size:10pt;
				color:#000000;
				font-style:normal;
				font-weight:normal;
				/*font-family:verdana, sans;*/
}
.form_noborder {
	border: solid 0px #000000;
}




.textarea_find {
	width:172px;
	height:18px;
	padding:0px;
	margin:0px;
}



.indexletter{
	font-family: 'Verdana', 'Arial', 'Geneva', sans-serif;
	color:#E2001A;
	font-size:20px;
}

.admin_as_user_link{
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:20px;
	z-Index:32000;
}

/*
--------------------------------------------------------------------------------
*/

.find_highlight{
	background-color:yellow;
}

/*	Dummy class: Do NOT highlight find-results in elements using that class */
.nofindhighlight{}


/*
--------------------------------------------------------------------------------
*/


.FCK_versteckt {
}

body.body_fck{
	background-image:none;
}

/*
--------------------------------------------------------------------------------
*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0px;
	font-size:0px;
}














#page {
	margin-top: 50px;
	margin-left:auto; 
	margin-right:auto;
}
#page_padding {
	padding: 0px 0px 0px 0px;
}
#content_links {
	float: left;
}
#content_rechts {
	float: left;

}
#content_mitte {
	float: left;
}
.abstand {
	float: left;
}









.mausfinger {
	cursor:pointer;
}

