/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */ 
.content h3 {
	margin: 27px 0 9px 0;
	font-size: 12px;
}

.content h4 {
	margin: 10px 0 7px 0;
	font-size: 12px;
}

.content h5 {
	margin: 5px 0 2px 0;
}

.content h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.content .csc-firstHeader {
	margin-top: 0;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a {
	color: #c52a18;
	text-decoration: underline;
}

	.content a span {
		color: #c52a18;
	}

.content a:hover {
	text-decoration: none;
}

.content ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	/*padding-left: 15px;*/
	padding: 3px 0px 3px 15px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 8px;
}

.content .contenttable {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable td,
.content .contenttable td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

/* -----------------------------------------------
                MainContent
----------------------------------------------- */
#mainContent h3,
#mainContent h4 {
	color: #435e93;
}

#mainContent h3 {
	font-size: 17px;
	font-weight: normal;
}

/* -----------------------------------------------
                RightContent
----------------------------------------------- */
#rightContent * {
	color: #fff;
}

#rightContent .contentElement {
	margin-bottom:22px;
}

#rightContent h3,
#rightContent h4 {
	margin: 12px 0 9px 0;
}

#rightContent .version1 {
	margin: 0 -19px 0 -18px;
	padding-right: 19px;
	padding-left: 18px;
	background-color: #92bfb8;
	border-bottom: 1px solid #e3e6ed;
}

#rightContent ul li {
	background-image: url(../images/bulletlist_standard_rightCol.png);
}

/* -----------------------------------------------
                Sitemap
----------------------------------------------- */

#content ul.csc-sitemap li {
	margin-bottom: 15px;
}

#content ul.csc-sitemap li ul li {
    padding-left: 30px;
    margin-bottom: 5px;
}

#content ul.csc-sitemap li ul {
	margin-top:5px;
}


/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
#mainContent .tx-indexedsearch {
    
}
#mainContent .tx-indexedsearch .swordbox label{
    display:block;
    margin-bottom:3px;
}
#mainContent .tx-indexedsearch .swordbox input.text {
    width:410px;
    line-height:18px;
}
#mainContent .tx-indexedsearch-browsebox {
    margin-bottom:20px;
}

#mainContent .tx-indexedsearch-res {
    width: 100%;
    margin-bottom:20px;
}
    #mainContent .tx-indexedsearch-res h4 {
        overflow:auto;
        height:100%;
        border-bottom:1px solid #dde9f2;
    }
    #mainContent .tx-indexedsearch-res h4 span {
    	display:block;
        float:left;	
        min-height:18px;
        height:auto!important;
        height:18px;       
    }
    #mainContent .tx-indexedsearch-res h4 span.title {    
    	font-size:12px;
    }
    
    #mainContent .tx-indexedsearch-res h4 span.percent {
        float:right;
        font-size:11px;
    }
    #mainContent .tx-indexedsearch-res .descr {
        clear:both;
        margin-bottom:10px;
    }
    #mainContent .tx-indexedsearch dl{
        background:#f2f3f5;
        padding:3px;
        overflow:auto;
        height:100%;
        border:1px solid #7ca7ca;
    }
            #mainContent .tx-indexedsearch dt{
                float:left;
                margin-right:1px;
            }
                #mainContent .tx-indexedsearch dt.path{
                    clear:both;
                }
            #mainContent .tx-indexedsearch dd{
                float:left;                
                margin-right:10px;
            }


/* -----------------------------------------------
	News
----------------------------------------------- */

	.newsItem {
		margin: 0 0 20px 0
	}


/* -----------------------------------------------
	Calendar
----------------------------------------------- */
	
	/* search form */
	
	.tx-calendar-pi1 .tx_calendar_search {
		margin: 20px 0;
	}
	
	.tx-calendar-pi1 .tx_calendar_search label {
		display: block;
		width: 100px;
		margin-bottom: 10px;
		float: left;
	}
	
	.tx-calendar-pi1 .tx_calendar_search input,
	.tx-calendar-pi1 .tx_calendar_search select {
		width: 200px;
		margin-bottom: 10px;
		border: 1px solid #000;
	}
	
	.tx-calendar-pi1 .tx_calendar_search select {
		margin-right: 150px;
	}
	
	.tx-calendar-pi1 .tx_calendar_search input.Suchen {
		width: auto;
		margin-left: 100px !important;
		margin-left: 102px;
		background: #fff;
	}

	/*   */
	.calendar_upcoming .single_event {
		margin:0 0 20px 0;
		
	}

	.calendar_upcoming .single_event .event_title A {
		font-weight:bold;
		
	}

	.calendar_upcoming .single_event .event_time {
		margin:0 0 5px 0;
	}
	.calendar_upcoming .single_event .event_series {
	}

	.calendar_upcoming .single_event .event_teaser {
		
	}

/* -----------------------------------------------
	Login Box
----------------------------------------------- */

	.tx-newloginbox-pi1 form {
		margin: 20px 0;
	}
	
	.tx-newloginbox-pi1 form th {
		width: 150px;
		height: 25px;
	}
	
	.tx-newloginbox-pi1 input {
		border: 1px solid #ccc;
		background: #fff;
		padding: 1px 3px;
		font-size: 11px;
	}
	
/* -----------------------------------------------
	.tx-srfeuserregister-pi1
----------------------------------------------- */

.tx-srfeuserregister-pi1 .formBlock {
	margin-bottom: 20px;
	padding: 20px 10px 0 5px;
	background: #F8F8F8;
	border: 1px solid #ccc;
}

.tx-srfeuserregister-pi1 .checkBlock {
	padding: 20px 5px 0 5px;
}

.tx-srfeuserregister-pi1 .buttonBlock {
	padding: 20px 10px 20px 10px !important;
	padding: 20px 10px 30px 10px;
}

.tx-srfeuserregister-pi1 .formBlock h3 {
	margin: 10px 0 5px 0;
}

.tx-srfeuserregister-pi1 .error {
	padding: 6px 0;
}

.tx-srfeuserregister-pi1 .error .tx-srfeuserregister-pi1-error {
	padding-bottom: 8px;
	padding-left: 150px;
	color: red;
}

/* check element */
#mainContent .tx-srfeuserregister-pi1 .checkElement ul {
	margin: 0;
	/*clear: both;*/
}

/* Nur IE 6 */
* html #mainContent .tx-srfeuserregister-pi1 .checkElement ul {
	clear: both;
}

#mainContent .tx-srfeuserregister-pi1 .checkElement ul li {
	display: block;
	width: 110px !important;
	width: 121px;
	height: 50px !important;
	height: 65px;
	margin-bottom: -1px;
	padding: 10px 10px 10px 0 !important;
	padding: 10px 5px 10px 0;
	float: left;
	background: transparent;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#mainContent .tx-srfeuserregister-pi1 .checkElement label {
	display: inline;
	margin: 0;
	font-size: 11px;
}

#mainContent .tx-srfeuserregister-pi1 .checkElement input {
	position: static;
	width: auto;
	float: left;
}

#mainContent .tx-srfeuserregister-pi1 .textareaBlock textarea {
	position: static;
	margin-bottom: 14px;
	width: 478px;
}


#mainContent .tx-srfeuserregister-pi1 input.readonly {
	border-color: #f8f8f8;
	background-color: #f8f8f8;
}
