/* ///////////////////////////////////////////////////////////// */
/* DIESE VERWENDETEN KLASSEN MÜSSEN BEIBEHALTEN WERDEN.          */
/* SIE SIND IM QUELLCODE FEST VERANKERT!                         */
/* ///////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////// */
/* Kleine Schrift. */
/* ///////////////////////////////////////////////////////////// */
.small {
	font-size: 11px;
}
.small a {
	color: #941a1a;
	text-decoration: none;
}
.small a:hover{
	color: #FF0000;
	text-decoration: none;
}



/* ///////////////////////////////////////////////////////////// */
/* Schrift im Mainbereich, wird verwendet, wenn Tabellen als 
   Struktur eingesetzt werden. 
   Sollte die gleichen Parameter haben wie die normale Schrift.  */
/* ///////////////////////////////////////////////////////////// */
   
.box_td {
	font-size: 12px;
}






/* ///////////////////////////////////////////////////////////// */
/* Submit-Knopf in Formularen */
/* ///////////////////////////////////////////////////////////// */
.form_button
{	
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	text-align: center;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

.form_button:hover
{	
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 0;
}



/* ///////////////////////////////////////////////////////////// */
/* FORMULAR KNOPF KLEIN */
/* ///////////////////////////////////////////////////////////// */
.form_button_small
{	
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#000000;
	text-align: center;
	font-weight: normal;
	width: 95px;
	height: 20px;
	padding: 0px;
	margin: 0;
	top: 0px;
}

.form_button_small:hover
{	
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#FF0000;
	font-weight: normal;
	width: 95px;
	height: 20px;
	padding: 0;
	margin: 0;
	top: 5px;
}




/* ///////////////////////////////////////////////////////////// */
/* Formular Eingabe Felder */
/* ///////////////////////////////////////////////////////////// */

.form_input {
	font-size:11px;
	color:#fff5dc;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	background-color: #563514;
	width: 300px;
	padding: 3px;
}

.form_input:focus {
	font-size:11px;
	color:#fff5dc;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	background-color: #3a240d;
	width: 300px;
	padding: 3px;
}






/* ///////////////////////////////////////////////////////////// */
/* Tabelle, die zweispaltig ist (z.B. Eingabefeld-Name rechts, 
   Eingabe-Feld links davon) */
/* ///////////////////////////////////////////////////////////// */

/* Linke Spalte */
.tr_att {
	text-align: right;
	padding: 3px 3px 3px 3px;
	font-size:8pt;
	font-weight: bold;
	color: #000000;
	background-position: top right;
	background-repeat: no-repeat;
}
/* Rechte Spalte */
.td_att {
	padding: 3px 3px 3px 3px;
	font-size:8pt;
	color: #000000;
}
.table_att {
	border-spacing: 0px;
	padding: 0px;
}






/* ///////////////////////////////////////////////////////////// */
/* Tabelle, die mehrspaltig ist (z.B. Mitliederübersicht) 
/* ///////////////////////////////////////////////////////////// */

/* Tabellenkopf */
.tr_app {
	padding: 3px 3px 3px 3px;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-image: url(../images/tablehead_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}

/* Tabellenkörper */
.td_app {
	padding: 3px 3px 3px 3px;
	font-size:11px;
	color: #000000;
	border-left: 1px solid #38383a;
	
}

.table_app {
	border-spacing: 0px;
	padding: 0px;
}


.tr_app A:link { color: #941A1A; text-decoration: underlined; } 
.tr_app A:hover {color: #FF0000;text-decoration: underlined;} 
.tr_app A:visited { color : #941A1A; text-decoration: underlined; } 
.tr_app A:active {color: #FF0000; text-decoration: underlined; }
.td_app A:link { color: #000000; text-decoration: none; } 
.td_app A:hover {color: #FF0000;text-decoration: none;} 
.td_app A:visited { color : #000000; text-decoration: none; } 
.td_app A:active {color: #FF0000; text-decoration: none; }




/* ///////////////////////////////////////////////////////////// */
/* Leichter Text, z.B. Anzahl der Kommentare, etc. 
/* ///////////////////////////////////////////////////////////// */
.light_text {
	color: #999999;
	text-align: right;
	font-size: 10px;

}




/* ///////////////////////////////////////////////////////////// */
/* Anzeige eines Fehlers 
/* ///////////////////////////////////////////////////////////// */
.error {
	padding: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 11px;
}

.success {
	padding: 20px;
	background-color: #00FF00;
	color: #000000;
	font-size: 11px;
}




/* ///////////////////////////////////////////////////////////// */
/* Farbboxen (soll später entfernt werden, wird kaum benutzt) */
/* ///////////////////////////////////////////////////////////// */
.highlight_green, .highlight_red, .highlight_grey, .highlight_nothing {
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	line-height: normal;
}

.highlight_green {
	background-color: #00FF00;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.highlight_red {
	background-color: #F8644D;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	color: #FFFFFF;
	font-size: 11px;
}
.highlight_grey {
	background-color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.highlight_nothing {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	font-size: 11px;
	color: #000000;
}






/* ///////////////////////////////////////////////////////////// */
/* AJAX Auswahlliste */
/* ///////////////////////////////////////////////////////////// */

div.auto_complete {
	width: 350px;
	background: #fff;
	font-family: Verdana;
	font-size:11px;
	color:#000000;
	text-align: left;
}	
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
	font-weight: bold;
}

div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}




/* ///////////////////////////////////////////////////////////// */
/* SWFUPLOAD */
/* ///////////////////////////////////////////////////////////// */

.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover 
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}

div.title 
{
	width: auto;
	/*background-color: #B5C4FF;*/
	background-color: #99BBE8;
	border-bottom: solid 1px #000000;
	padding: 2px;
	margin-bottom: 15px;

	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;

}
div.content 
{
	margin: 10px;
}

fieldset {
	margin: 5px;
}

legend 
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}





/* ///////////////////////////////////////////////////////////// */
/* Linie, die News trennt */		
/* ///////////////////////////////////////////////////////////// */
.news_line	{
	height: 1px; 
	color: #AAAAAA;
}


/* ///////////////////////////////////////////////////////////// */
/* Boxen im Profil */
/* ///////////////////////////////////////////////////////////// */
.profile_box {
	border-top: 1px solid #AAAAAA; 
	padding: 10px 0px 0px 0px;
}



/* ///////////////////////////////////////////////////////////// */
/* Zitat in Mails und Forum (markiert mit [quote])*/
/* ///////////////////////////////////////////////////////////// */
.quote {
	display: block;
	background-color: #555555;
	border: 1px solid #bfbbaa;
	font-family:Verdana,serif;
	font-size:11px;
	color:#DDDDDD;
	font-weight:normal;
	text-align:left;
	padding: 10px;
}


/* ///////////////////////////////////////////////////////////// */
/* Hervorhebung von Suchbegriff im Forum */
/* ///////////////////////////////////////////////////////////// */
.forum_search_item {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}



.article_title {
	font-size: 14px;
}