/****************************************************************************************
# 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 6539 2009-11-25 14:49:14Z stucki $
# ***************************************************************************************/

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


/*********************************/
/* ab hier template */
/*Template*/
* {
	font-family: Arial,Verdana,Helvetica;
	margin:0;
	padding:0;
	vertical-align: top;
}

body{
	background-color: #e0dcdb;
	text-align: left;
	font-size: 12px;
}

h1{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom:10px;
}

p.bodytext {
	margin-top:10px;
	margin-bottom:5px;
}

a:focus { outline: none;}

#template_center_main{
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center; 
	background-color:#e0dcdb;
}
/*der IE interessiert nicht, dass ich im unteren div margin:auto gesetzt habe. er interpretiert lieber text-align: center, um die Seite zu zentrieren*/
#top{
	width: 897px !important;
	width: 900px;
	height: 37px !important;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-top:20px;
	text-align: right;
	background-color: #e0dcdb;
}
#menu_top{
	width: 717px !important;
	width:854px; 
	height: 27px !important;
	height:32px;	
	padding-left: 137px;
	padding-top: 5px;
	background-color: #e0dcdb;
	float: left;
}
/* Menu horizontal anordnen */ 
#menu_top ul li {
  display: inline;
  padding-right: 10px;
}

#menu_top_sub ul li {
  display: inline;
  padding-right: 10px; 
}

#main{
	width: 907px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background-color: #e0dcdb;
}
#schatten_01{
	float:left;
	width: 10px;
	height:32px;
	background-color: #e0dcdb;
	background-image:url(jpg/schatten_oben_rechts.jpg);
	background-repeat:no-repeat;
}
#menu_top_sub{
	clear:both; /*zum aufheben der float von ecke_links_oben und sprach_flagge*/
	width: 760px !important;
	width: 897px;
	height: 24px !important;
	height: 28px;
	padding-left: 137px; /*so dass auf gleicher hoehe anfaengt wie menu top*/
	padding-top: 4px;
	background-color: #e0dcdb;
	float:left; /*neues float setzen fuer den rechts neben liegenden schatten*/
}
#schatten_02{
	float:left;
	width: 10px;
	height:28px;
	background-color: #e0dcdb;
	background-image:url(jpg/schatten_rechts.jpg);
	background-repeat:repeat-y;
}
#schatten_03{
	float:left;
	width: 10px;
	height:409px;
	background-color: #e0dcdb;
	background-image:url(jpg/schatten_rechts.jpg);
	background-repeat:repeat-y;
}
#impressum{
	width: 887px !important;
	width: 907px;
	height: 16px;
	padding-right: 20px;
	text-align: right;
	background-color: #e0dcdb;
}
#sprach_flagge{
	float:left;
	background-color: #e0dcdb;
	width: 23px !important; 
	width: 43px;
	height: 15px !important;	
	height:32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 9px;
}

#menu_left{
	clear:both;/**aufheben der floats von eben*/
	float:left; /*neues float */
	width: 119px;
	height: 384px !important;
	height: 409px;
	padding-top:25px;
	background-color: #e0dcdb;
}
#content{
	float:left; /*neues float */
	width: 737px !important; 
	width: 778px;
	height: 393px !important;
	height: 409px;
	padding-left: 25px;
	padding-right: 16px;
	padding-top: 16px !important;
	padding-top: 29px;
	background-color: #DBDAD8;
	/*overflow:auto;*/
	
	
}
#abschluss{
	clear:both;
	width: 907px;
	height: 37px;
	background-color: #e0dcdb;
}

.csc-textpic-image{
	border: 2px solid #FFFFFF;
}



legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
}

fieldset {
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #C0C0C0;
}

.radiolayout {
	width:60%;
	padding-top:15px;
	padding-bottom:15px;
}

.formu {
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	border: 0px solid #C0C0C0;
}

.mf-radio {
	border:0px;
}

.mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	width:300px;
	font-size:12px;
}

.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
}

.mf-input {
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	width:300px;
}

.mf-submit {
	color: #ffffff;
	background-color: #C0C0C0;
	border: 0px;
}



/*Content 2 Spalten*/
#content .col1 {
	float:left;
	width: 360px  !important;  /* für moderne Browser */
	width: 360px;  /*für den IE */
	padding-left: 0px;
	padding-right: 0px;
}

#content .col2 {
	float:left;
	width: 360px  !important;  /* für moderne Browser */
	width: 360px;  /*für den IE */
	padding-left: 0px;
	padding-right: 0px;
}
