body, p, ol, ul, table, td, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
/*scrollbar-face-color:#FFFFFF; 
scrollbar-shadow-color:#444444; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-3dlight-color:#CCCCCC; 
scrollbar-darkshadow-color:#FFFFFF; 
scrollbar-track-color:#FFFFFF; 
scrollbar-arrow-color:#666666; */

}

.csc-mailform {
	border: 0px ;
}

/*
.csc-mailform-field {
	height: 25px;
	border: 1px solid #00FF00;
}

*/
body, p {
	line-height: 130%;
}

h1 {
	font-size: 22px;
/*	font-family: "Times New Roman", Times, serif;*/
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	font-weight: normal;
	margin-bottom: 11px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
input, textarea, select {
	border: 1px solid #FFCC00;
	background-color: #660000;
}
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table#contentnavcontainer {
	background-color: #FF9900;
}
table#logo {
}
table#stage {
	background-color: #660000;
}
table#mainnav {
	background-color: #CCCCFF;
}
td#maincontent {
	padding: 10px;
	text-align: left;
	background-color: #660000;
	border-left: 5px solid #996633;
}
td#rightcontent {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #996633;
	background-color: #660000;
}
td#footer{
	color: #660000;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-right: 35px;
}
td#footer a, td#footer a:hover{
	color: #660000;
	text-decoration: none;
	
}
td#mainnav {
	background-color: #660000;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996633;
	border-left-color: #996633;
}
td#stage {
}
.borderyellow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	}
.imgcaption {
font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.gaga {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #993333;
}









/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
#
# TYPO3 SVN ID: $Id: default.css 2663 2007-11-05 09:22:23Z ingmars $
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }





/* Contact Form */
.csc-mailform {
	border: none;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.csc-mailform input,  .csc-mailform textarea, .csc-mailform select {
	padding: 3px;
}
.csc-mailform input#mailformEmail_Adress,
.csc-mailform input#mailformName
 {
	width: 150px;
}

.csc-mailform select#mailformHow_did_you_find_RFA_Int {
	width: 160px;
}

.csc-mailform #mailformMessage {
	width: 240px;
	height: 200px;
}


.csc-mailform-submit {
	margin-left: 100px;   /*gleicher wert setzen wie width von .csc-mailform-field label*/
	width: 100px;
	/*background-color: #FFFFFF;*/
}

.csc-mailform-field label { 
width: 100px; 
display:block; 
float: left;
}

.csc-mailform-field { padding-bottom: 12px; 
}