/****************************************************************************************
# 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 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

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

.lead {
padding: 15px;
margin:0px;
border: 0px solid #333333;
background-repeat: repeat-x;
background-position: left top;
height:170px;
font-size:12px;
color:#FFFFFF;
background-color: #666666;
display:block;
}
a.readmorebg, a span.readmorebg {
color:#000000;
background-image: url(images/reammore-bg.gif);
background-repeat: no-repeat;
background-position: left center;
display: block;
padding-top:5px;
padding-bottom:5px;
padding-left: 29px;
vertical-align: middle;
margin-bottom:0px;
margin-top:0px;
width:204px;
}

a:hover span.readmorebg {
text-decoration:underline;
}


#overviewtable, #overviewtable3 {
	margin-top:20px;
	
}

#overviewtable th {
	font-size:12px;
	text-align:left;
	background-image: url(images/th_bg.gif);
background-repeat: no-repeat;
background-position: left center;
}
#overviewtable3 th {
	font-size:12px;
	text-align:left;
	background-image: url(images/th3_bg.gif);
background-repeat: no-repeat;
background-position: left center;
}
#overviewtable th, #overviewtable3 th {
padding:4px;
}
#overviewtable img, #overviewtable3 img {
	margin-top:5px;
	margin-bottom:3px;
}
#overviewtable .emptytd {
background:none;
background-color:#FFFFFF;
}
#overviewtable a.readmorebg, #overviewtable a span.readmorebg, #overviewtable3 a.readmorebg, #overviewtable3 a span.readmorebg {
color:#000000;
background-image: url(images/reammore-bg.gif);
background-repeat: no-repeat;
background-position: left center;
display: block;
padding-top:5px;
padding-bottom:5px;
padding-left: 29px;
vertical-align: middle;
margin-bottom:0px;
margin-top:10px;
width:120px;
}

table#schulungstabelle {
border-top:#666666 1px solid;
margin-top:20px;
}
#schulungstabelle th, #schulungstabelle td {
border-bottom:#666666 1px solid;
padding:4px;
}
#schulungstabelle li, #schulungstabelle ul {
padding-top:0px;
margin-top:0px;
}
.pdficon {
	display:block;
	padding-left:25px;
	background-image: url(images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#overviewtable .emptytd {
background:none;
background-color:#FFFFFF;
}
/*----------------------------------- HTML TAGS -----------------------------------*/
* {margin:0; padding:0;}

form {
margin:0px;
padding:0px;
}
fieldset {
border:none;
}
select {
margin:0px;
padding:3px;
font-size:11px;
border: 1px solid #999999;
background-color: #EEEEEE;
}
input, label, csc-form-labelcell, textarea {
font-size:11px;
}
input, textarea {
border: 1px solid #999999;
padding:3px;
background-color: #EEEEEE;
}
h1, h2, h3, h4, h6, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:10px;
	
}
h1 {
font-size:22px;
font-weight:normal;
}
h2 {
font-size:20px;
font-weight:normal;
}
h3 {
font-size:15px;
margin-top:10px;
}
.csc-textpic-intext-left h3 {

margin-top:0px;
}
h4 {
font-size:13px;
}
h5 {
font-size:12px;
}
h6 {
font-size:12px;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
color:#999999;
}
a img {
border:none;
}

p {
font-size:11px;
line-height:17px;

}
ul, li {
font-size:11px;
line-height:17px;

}
li {
margin-left:15px;
}

dl, dt, dd, td, tr {
font-size:11px;
}

