@charset "UTF-8";
/* CSS Document */


/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(typo3-RTE.css);
    
/*************************************************************************/


/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(news.css);
    
/*************************************************************************/


* {
	margin:						0;
	padding:					0;
}



body {
	text-align:					center; /* for IE6 - PAGE CENTER */
	
	font-family:				Tahoma, Geneva, sans-serif;
	font-size:					12px;
	color:						#3e3d40;
}


table p {
	margin:						0;
	padding:					0;
}




.csc-header-n1 {
	margin-bottom:				15px;
}


.mail, 
.external-link-new-window,
.internal-link {
	background:					url(/fileadmin/template/images/arrow_link_hover.png) left no-repeat;
	padding-left:				8px;
	margin-left:				3px;
}

.mail:hover, 
.external-link-new-window:hover,
.internal-link:hover {
	background:					url(/fileadmin/template/images/arrow_link_none.png) left no-repeat;
	padding-left:				8px;
	margin-left:				3px;
}


.csc-textpic-text {
	margin-left:				10px;
}


hr {
	border:						1px solid #b5c9e3;
	background:					none;
	margin:						5px 0 20px 0;
}



.csc-frame-frame1 {
	background:					#F0F0F0;
	padding:					20px 20px 15px 20px;
}




div#seite-empfehlen a {
	color:						#FFFFFF;
	text-decoration:			none;
	background:					url(/fileadmin/template/images/seite_empfehlen_icon.png) right no-repeat;
	padding-right:				20px;
}


div#seite-empfehlen a:hover, div#seite-drucken a:hover {
	text-decoration:			underline;
}


div#seite-drucken a {
	color:						#FFFFFF;
	text-decoration:			none;
	background:					url(/fileadmin/template/images/seite_drucken_icon.png) right no-repeat;
	padding-right:				20px;
}
