/*
 styles.css
*/

:focus  { outline: 0px}

.orange { color: #da5a45 }



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

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

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


td, body, div, h1, h2, h3, h4, h4, h5, h6 {
	font-size:14px;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	margin:0px;
	padding:0px;
}


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


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


body {
	background-color:#ffffff;
/*	background-repeat:	repeat-x;	*/
	font-family:'Georgia', 'Times', 'Times New Roman', 'Times New', 'Vera Serif', 'serif';
	background-image:	url(../image/standard/background.gif); 
}


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


a {
	text-decoration: none;	 
	color: #da5a45;
;
}
a:link 		{ 	}
a:visited	{	}
a:hover		{ 	}
a:active	{	}



a.indexmenu_selected 			{	text-decoration:none; font-weight:bold; color: #006b33;	}
a.indexmenu_selected:link 		{ 	}
a.indexmenu_selected:visited	{	}
a.indexmenu_selected:hover		{ 	}
a.indexmenu_selected:active		{	}

a.indexmenu_deselected 				{	text-decoration:none; font-weight:normal; }
a.indexmenu_deselected:link 		{ 	}
a.indexmenu_deselected:visited		{	}
a.indexmenu_deselected:hover		{ 	color: #006b33;	}
a.indexmenu_deselected:active		{	}


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

*/



/* Real menu */
.menu1 {
	font-family: 'Arial', 'Helvetica' , 'Verdana', sans-serif;
	display:block;
	float:left;
	color:#da5a45;
	margin-right:22px;
	
}

.menu1_depth0 {
	font-size:13px;
	text-indent:13px;
}


.menu1_highlighted_depth0 {
	background-image:	url(../image/standard/menu_highlight_2.gif);
	background-repeat:	no-repeat;
}

.menu1_highlighted_depth1 {

}

.menu1_depth1,
.menu1_depth2 ,
.menu1_depth3 ,
.menu1_depth4 ,
.menu1_depth5
{	
	font-size:11px;
	line-height:18px;
	clear:both;
	text-indent:13px;
	margin-left:0px;
	margin-right:0px;
	white-space: nowrap;
}
.menu1_highlighted_depth1 ,
.menu1_highlighted_depth2 ,
.menu1_highlighted_depth3 ,
.menu1_highlighted_depth4 ,
.menu1_highlighted_depth5 
{
	background-image:	url(../image/standard/menu_highlight_1.gif);
	background-repeat:	no-repeat;

}



/*
-------------------------------------------------------------------------------- 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: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 {
	border:1px solid #aaa096;
	width:172px;
	height:18px;
	/*line-height:15px;
	font-size:12px;*/
	margin:0px;
	padding:1px;
	margin-right:0px;
	margin-left:28px;
}


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



.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;
	color:#000000;
}

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


.teaser {
	font-family: 'Arial', 'Helvetica' , 'Verdana', sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 15px;
}

.intro {
	font-family: 'Arial', 'Helvetica' , 'Verdana', sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 22px;
}






