/****
 * copyright 2007
 * 
 * Freiraum Medien
 * http://freiraum-medien.de
 *
 *	.:: Farbwerte ::.
 *	.:: weiss			::	#fff ::.
 *	.:: hellblau		::	#acc1d6 ::.
 *	.:: dunkelblau		::	#00243f ::.
 **/

/*
	load the default CSS styles
 */
@import url(layout.css);
@import url(content.css);
@import url(emotionPic.css);
@import url(cRight.css);
@import url(form.css);
@import url(ext_ttnews.css);
@import url(ext_search.css);


a,
#cRight a,
#nav a {
	color: black !important;
	text-decoration: underline !important;
}
a:hover,
#cRight a:hover,
#nav a:hover {
	color: white !important;
	background: black !important;
	text-decoration: none !important;
}

/*
	aenderungen für layout.css
 */
body {
	background: white;
	margin: 0;
}
#main1,
#main2,
#mainTop,
#mainTopLeft,
#mainTopRight,
#mainBottom,
#mainBottomLeft,
#mainBottomRight,
#contentBox {
	background: none;
}

#header a {
	background: url(../images/logo-text.gif) 0 0 no-repeat;
}
#contentBox #header a:hover {
	background: url(../images/logo-text.gif) 0 0 no-repeat !important;
}
#header .spacer {
	height: 1.5em;
}
#cRight {
	background: none;
/*	margin-top: 24em; aenderung js 5.7.07*/
	margin-top: 68em;

}

/*
	aenderungen für cRight.css
 */
#cRight a {
	color: black !important;
	text-decoration: underline !important;
}
#cRight a:hover {
	color: white !important;
	background: black !important;
	text-decoration: none !important;
}
#cRight #presse{
	display: none;
}
#cRight #newsletter .header,
#cRight #presse .header,
#cRight #access .header,
#cRight #newsarchiv .header {
	background: #dddddd;
	border-left: none;
	border-right: none;
}
#cRight #newsletter .header h4, 
#cRight #presse .header h4,
#cRight #access .header h4,
#cRight #newsarchiv h4 {
	color: black;
	font-size: 1.1em;
}
#cRight #newsletter .content,
#cRight #presse .content,
#cRight #access .content,
#cRight #newsarchiv .content {
	background: none;
	padding-bottom: 1.2em;
}
#cRight #newsletter .content div,
#cRight #presse .content div,
#cRight #access .content div,
#cRight #newsarchiv .content div {
	color: black;
}
#cRight #newsletter .content div,
#cRight #presse .content div {
	margin-bottom: 0.7em;
}
#cRight #newsletter .content a,
#cRight #presse .content a {
	padding: 0;
	display: inline;
	width: auto;
	height: auto;
	background: none;
}
#cRight #newsletter .content a span {
	position: static;
}
#cRight #access .content ul {
	margin-bottom: 0em;
}
#cRight #access .content ul.zoom {
	margin-bottom: 1em;
}
#cRight #access .content h5 {
	color: black;
}

/*
	aenderungen für emotionPic.css
 */
#emotionPic {
	background: #dddddd;
}

/*
	aenderungen für menu.css
 */
#breadcrumb {
	position: absolute;
	top: 125px;
	right: 2.1em;
	font-size: 0.95em;
}
#nav {
	position: absolute;
	top: 400px;
/*	left: 45em; */
left:0em;
margin-left:45em;
width: 20em;
	text-align: left;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li ul {
	margin-left: 1.2em;
}
#nav li a {
	font: bold 1em Arial, Verdana, sans-serif;
}
#nav li ul li ul li a {
	font: normal 0.95em Arial, Verdana, sans-serif;

}

/*neu eingefuegt: */
#nav ul li ul li{
width:20em;
}

#nav li ul li a:hover {
	padding-top: 0em ;padding-bottom:0;
	background: #00243f;
}

/*
	aenderungen für content.css
 */
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-style: normal;
}




