
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

#nav {
	margin: 0px;
	padding: 0px;
	background-color: #FFD71D;
	height: 25px;
	width: 100%;
}

#head {

background-color: #000000;
}

#inhalt {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
	text-align: left;
	background-position: right top;
	padding-top: 5px;
	padding-right: 200px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;


}

.bodytext td{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


li{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #374824;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

.csc-header h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;


}

.csc-header-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin: 0px;
}

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


/****************************************************************************************
# 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 CVS ID: $Id: dynamiccss.css,v 1.1 2005/12/28 00:49:11 mundaun Exp $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
 p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* 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;
	border: 1px solid #333333;
	width: 75%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #66FF33; 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 {}


.grau {
	color:#999999;
	margin-left: 10px;
}
.web {
	background-image: url(images/sym_url.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	height: 17px;
	padding-top: 2px;
}
.pdf {
	background-image: url(images/sym_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	height: 17px;
	padding-top: 2px;
}
.mail {
	background-image: url(images/sym_mail.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	height: 17px;
	padding-top: 2px;
}
.ppt {
	background-image: url(images/sym_ppt.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	height: 17px;
	padding-top: 2px;
}
.doc {
	background-image: url(images/sym_doc.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	height: 17px;
	padding-top: 2px;
}
/* Formular */
fieldset.csc-mailform {
	border:1 solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.csc-mailform-check {
	margin-bottom: 10px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;

}
fieldset.csc-mailform label {
width: 300px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}


fieldset.csc-mailform input,
fieldset.csc-mailform textarea,
fieldset.csc-mailform checkbox  {
margin-bottom: 10px;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;

}

#mailformformtype_mail {
padding:2px;
margin-left:40px;
background:#eee;
border:1px solid #ccc;
width:80px;
text-align:center;
}

.csc-textpic-intext-right {

}