/*
 styles.css
*/

:focus  { outline: 0px}

.rot { color: #de0019 }



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



td, body, h1, h2, h3, h4, h4, h5, h6 {
	font-size:14px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
	margin:0px;
	padding:0px;
	font-family: 'Times New', 'Times', serif;
}

h1 {
	font-size:		25px;
	line-height:	32px;
	margin-bottom:	5px;
}

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


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


body {
	background-color:#ffffff;
}



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


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



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

*/



/* Real menu */



a.menu1 {
		font-size:			13px;
		text-decoration:	none;
}


a.menu1_selected {
		font-weight:		bold;
}

a.menu1:link 	{ 	}
a.menu1:visited	{	}
a:hover		{ 	text-decoration: underline;	 	}
a.menu1:active	{	}






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




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

.find_highlight{
	background-color:yellow;
}

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


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



.FCK_versteckt {
}

div.td {
	float:left;
}

div.br{
	clear:both;
	width:900px;
}

.thirteen {
		font-size:			13px;
}
