/* overwrite_startpage.css - contains startpage specific css definitions */

h1.csc-firstHeader {
	padding: 0px 0px 28px 0px;
}

#content a{
	background: url(images/link_arrow.gif) 0 0.4em no-repeat;
	padding-left: 7px;
}


#content p {
	padding-top:12px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	//color: #606060;	
}

#content td  p {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}



#content  tr{
	/*background-color: #efefef;*/
	

}

#content  td{
	padding-top:5px;
	//border-bottom: 4px solid #ffffff;	
	border-bottom: 1px solid #dbdbdb;	

}

#content h1 {
	padding: 0px 0px 23px 0px;
}

#content_site {
	clear: both;
	padding: 0;
	margin: 0;
	width: 775px;
	padding: 0 36px 0 65px;	
}

#content_container {
	clear:both;
	float: left;
	background: #ffffff;
	width: 746px;
	min-height: 340px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 340px;
	padding: 10px 0px 0 0px;
}

#left_side {
	clear:both;
	float: left;
	background-color: #ffffff;	
	width: 202px;
	padding: 0 35px 0 0px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 92.31%;       /* 11px */
}
#content {
	float: left;
	width: 200px;
	background-color: #ffffff;	
	padding: 0px 25px;
	font-size: 92.31%;      /* 12px */
	border-left: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
}
#right_side {
	display:inline;
	float: left;
	width: 202px;
	padding-left: 35px;
	padding-right: 0px;
	background-color: #ffffff;	
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 92.31%;
}

#content .news-list-date {
	font-weight: normal;
}

#content div.news-list-item {
	border: 0;
	margin-bottom: 15px;
}

#content_bottom_line {
	height: 1px;
	width: 746px;
	border-bottom: solid 1px #DCDCDC;
	margin-bottom: 2px;
}

#content_bottom {
	clear:both;
	width: 746px;
	height: 45px;
	background-image: url(images/bg_content_bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0 65px;	
	color: #8A8A8D;	
}

/* ------------------------------------------------------- FE_Edit */
#fe_edit {
	top: auto; 
	right: 20px; 
	bottom: 20px; 
	left: auto;
	position: absolute; /* IE6 und ?lter */
	width: 200px;
	padding: 10px;
	border: solid 1px #848284;	
	background-color: #E9EBFA;
}
#fe_edit_content {
	width: 200px;
	padding: 10px;
	border: solid 1px #848284;	
	/*background-color: #E9EBFA;*/
	margin: 10px 0;
}

html>body #fe_edit {  /* moderne Browser! */
    position: fixed;
}

#fe_edit_content h1 {
	padding: 0px 0 0px 0;
	margin: 0px;
}
#fe_edit h1 {
	padding: 0px 0 5px 0;
	margin: 0px;
}
ul.fe-edit-list {
	list-style: none;
}

ul.fe-edit-list li{
	padding: 2px 0;
}

#fe_edit_content .fe-edit-list li {
	padding: 2px 0px;
}
#fe_edit_content a{
	font-size: 84.62%;
	font-weight: normal;
	padding-left: 20px;
	background-image: none;
}
#fe_edit_content a:hover {
	font-size: 84.62%;
	font-weight: normal;
}
#fe_edit a{
	font-size: 84.62%;
	font-weight: normal;
	padding-left: 20px;
}
#fe_edit a:hover {
	font-size: 84.62%;
	font-weight: normal;
}
.fe-edit-element-center {
	background-image: url(images/page_white_get.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-element-right {
	background-image: url(images/page_white_go.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-enable {
	background-image: url(images/accept.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-new-page {
	background-image: url(images/page_add.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-attributes {
	background-image: url(images/script_edit.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-element-delete {
	background-image: url(images/cancel.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.fe-edit-rt-lf {
	background-image: url(images/table.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
}
