/*
 styles.css
*/

:focus  { outline: 0px}



/*
-------------------------------------------------------------------------------- font size
*/

div	{
	margin:0px;
	padding:0px;
}

p	{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:8px;
}


td, body {
		font-size: 12px;
		font-family: 'Georgia', 'serif';
		line-height: 21px;
}
body {
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h4, h5, h6 {
		font-size: 18px;
		font-weight:normal;
		color: #70591c;
		margin:0px;
		padding:0px;
		text-transform: uppercase;
		margin-bottom:16px;
}
h1 {	font-size: 16px;	}


ol, ul {
	margin:0px;
	padding:0px;
	padding-left:22px;
}


img{
	margin:0px;
	padding:0px;
	border:0px solid black;
}


body {
	background-color:#ffffff;
}


/*
-------------------------------------------------------------------------------- links
*/


a 			{ text-decoration: none; color: #70591C; }
a:link 		{ 	}
a:visited	{	}
a:hover		{ color:#000000;	}
a:active	{	}

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

*/



/* Real menu */
.menu1 {
/*	font-family: 'Helvetica' , 'Arial', 'Verdana', sans-serif;
*/	display:block;
	color: #70591C;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
}

.menu1_depth0 {
	display:inline;
	margin-right:12px;
	font-size:12px;
/*	font-weight: bold;	*/
}

.menu1_depth1 {
	display:inline;
}

.menu1_highlighted			{	color: #000000; font-weight: bold; }
.menu1_highlighted_depth0	{	}
.menu1_highlighted_depth1	{	}

 a.menu1:hover		{ 	
 	border-left:10px solid #70591C;
	border-right:10px solid #70591C;
	color:#ffffff; background-color:#70591C;
}
/*text-decoration:underline;*/

/*
-------------------------------------------------------------------------------- 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: none;
	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: 'Helvetica' , 'Arial', 'Verdana', sans-serif;
}
.form_select {
	border: solid 1px #aaa096;
	font-size:8.5pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-family: 'Helvetica' , 'Arial', 'Verdana', 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;
}


a.indexlink{
	color:#000000;
}
a.indexlink:hover		{ color:#E2001A;	}



.indexletter{
	font-family: 'Helvetica' , 'Arial', 'Verdana', 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;
	color:#000000;
}

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

.greylink {
	color:#AD9B93;
}

.orange {
	color:#FF6A38;
}
