@import url(news.css);

body
	{
		font-family: Arial, Helvetica, sans-serif; 
		color:#000;
		background-color:#fff;
		background-image:url(styles_FILES/bg.jpg);
		/*background-repeat:no-repeat;*/
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}

div
	{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	
a {color: #bf1280;}

/*****************************************
		TOP BEREICH
*****************************************/

div.top {
		background-image:url(styles_FILES/top_bg.jpg);
		background-repeat: repeat-x;
		padding-top: 50px;
	}
	
div.topwrap {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		padding: 0;
	}
	
div.topmiddle {
		width: 708px;
		float: right;
	}
	
div.topleft {
		width: 270px;
		float:left;
	}
	
div.logo {
		margin-left: 20px;
		
	}
	
	/*TOP NAVIGATION*/
	
div.nav {margin-right:60px;}
div.nav ul {
		list-style-type: none;
		font-size: 1em;
		text-transform: uppercase;
		font-weight: bold;	
		line-height:30px;
		margin-top: 35px;
		text-align: right;
	}	
	
div.nav ul a {
	text-decoration: none;
	color: #fff;
}

div.nav ul a:hover {
		color: #000;
	}	
	
	
/*****************************************
		HAUPT BEREICH
*****************************************/
div.main {
		width: 980px;
		margin: auto;
		background-color: #fff;
		border-top: 1px solid #fff;
		padding-bottom:30px
	}

h1 {
		color: #bf1280;
		font-size: 1.38em;
	}
	
h2 {
		color: #bf1280;
		font-size: 0.88em;
		font-weight: bold;
	}
	
p, div.content li {
		font-size: 0.75em;
		line-height: 16px;
		margin-top:0;
	}

div.content span {
		font-size: 0.75em;
	}	
	
	
div.content {
		width: 625px;
		float: left;
		padding-top:14px;
	}
	
div.csc-textpic-caption {
	font-size: 0.70em;
}

/*MENÜ*/	

h3 {
		font-size: 1em; 
		color: #bf1280;
		margin-bottom:0;
		padding-bottom:0;
	}
div.content_left {
		width: 270px;
		float: left;
		
		
	}
	
div.menu  {
		text-align: right;	
		margin-right: 60px;
		margin-top:30px;
		margin-bottom:100px;
	}
	
div.menu a {
		text-decoration: none;
			}
			
div.menu a:hover {
		color: #000;
			}

div.menu ul {
		font-size: 0.75em;
		list-style-type: none;
	}
	
div.menu li {
		margin-bottom: 10px;
		font-weight: bold;
		}
	

	
/*TERMINE*/	

div.termine {
		width: 177px;
		height: 114px;
		background-image: url(styles_FILES/termine.jpg);
		background-repeat: no-repeat;
		float: right;
		margin-right: 50px;
		padding-top:70px;
		}

div.termine p {
		color: #fff;
		/*padding-right: 20px;
		padding-left: 20px;*/
		
	}


/*TABELLEN*/
div.content table {
	width: 80%;
	font-size:0.75em;
	border-collapse:collapse;
}

div.content table th {
	background-color: #BF1280;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
}

div.content table td {
	border:1px solid #ddd;
	padding:3px;
}

/*****************************************
		FOOTER BEREICH
*****************************************/
div.footer {
		width: 980px;
		margin: auto;
		background-image:url(styles_FILES/footer_top.jpg);
		background-repeat: no-repeat;
		padding-top: 20px;
		padding-bottom: 20px;
		}
		
div.footer span {
		font-size: 0.63em;
		margin-right: 25px;
		text-transform: uppercase;
	}

div.footerlinks {margin-left: 22px;}

div.footer a {
	text-decoration: none;
}	
	
/*****************************************
		MAILFORM
*****************************************/
fieldset.csc-mailform {
	border: none;
}

#mailform  {
	font-size: 0.75em;
}

#mailform label {
	display:block;
	float:left;
	width:70px;
}

#mailform div {
	margin-bottom: 5px;
}

input#mailformformtype_mail {
	margin-left: 70px;
}
