/*---------------------------------------------------------
Cascading Style Sheets for typo3.edu basiert auf:

Cascading Style Sheets for typo3.org, typo3.com 
and association.typo3.org
-----------------------------------------------------------
content - Typo3
-----------------------------------------------------------*/

/*---------------------------------------
/*main-column(alt) = content(neu)*/
/*-------------------- content --------------------*/

#content {
	width: 480px;
	margin: 0 0 0 26px;
	float: left;
	}

#clear{
	background-color:#FFFFFF;
	}

#content ol {
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0 16px 0;
	}

#content ol li {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 30px;
	}

#content ul {
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0 16px 0;
	list-style-type: none;
	}

#content ul li {
	background: url('/fileadmin/material/bilder/background-li.gif') no-repeat 4px 8px;	
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
	}


ol, ul, li, img, form, select, input, table, td {
	margin: 0;
	padding: 0;	
	}

a {
	color: #BE0027;
	}

a:visited {
	color: #DB7388;	
	}


h1.csc-firstHeader, h2.csc-firstHeader {
	font-size: 25px;
	color: #FF8700;
	margin: 0 0 26px 0;
	font-weight: normal;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 0px 0;	
	}

input, select {
	font-size: 13px;
	}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding:0px;
	}

th, td {
	font-size: 13px;	
	}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 0px 0;
	}
	
#colNormal .contentElement{
	margin-bottom:20px;
	}
