/*
 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:14px;
	/*color: #868788;*/
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h4, h5, h6 {
	font-weight: normal;
	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;
	font-family: 'Times New' , 'Times', serif;
}


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


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



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

*/



/* Real menu */
.menu1 {
	font-family: 'Helvetica' , 'Arial', 'Verdana', sans-serif;
	display:block;
	font-size:12px;
	font-weight: bold;
	color: #868788;
	margin-bottom:12px;
}

.menu1_depth0 {
}

.menu1_depth1 {
	margin-left:10px;
}

.menu1_highlighted {
	color:#cc3333;
}



/*
-------------------------------------------------------------------------------- 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;
}

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

hr {
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	color: #cc3333;
	border:1px solid white;
	border-bottom: 1px solid #cc3333;
}

.serifenlos {
	font-family: 'Arial', 'Helvetica' , 'Verdana', sans-serif;
}

.serifen {
	font-family: 'Georgia', 'Times New' , 'Times', serif;
}


.fontsize_12 {
	font-size: 12px;
}

.fontsize_11 {
	font-size: 11px;
}

.fontsize_32 {
	font-size: 32px;
}

.fontsize_37 {
	font-size: 37px;
}

.fontsize_24_28 {
	font-size: 24px;
	line-height: 28px;
}

.fontsize_10_14 {
	font-size: 10px;
	line-height: 14px;
}

.fontsize_8 {
	font-size: 8px;
}


.grau { color: #868788; }
.rot { color: #cc3333; }
.bg_rot { background-color: #cc3333; }
.bold {	font-weight:bold; }




