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

* {
	margin:				0;
	padding:			0;
	font-family:		Tahoma, Geneva, sans-serif;
	font-size:			13px;
	color:				#000;
	text-align:			justify;
	line-height:		140%;
	-webkit-text-size-adjust: none;
}


/* ALLGEMEIN */

a {
	font-weight:		bold;
	color:				#004187;
	text-decoration:	none;
}

table {
	width:				100%;
	border:				none;
	table-layout:		auto;
	empty-cells:		hide;
	border-collapse:	collapse;
	border-spacing:		0;
}

table tr {
	
}

table td {
	vertical-align:		top;
}

table.twocols td.bigcol {
	width:				576px;	
}

table.twocols td {
	width:				288px;	
}

table.threecols td {
	width:				276px;	
}

td.dottedline {
	width:				35px !important;
	background-image:	url(../images/design/dottedline.gif);
	background-position:center;
	background-repeat:	repeat-y;
}

.carousel, .carousel * {
	font-size:			13px !important;
	text-align:			center !important;	
}

.jcarousel-skin-tango li {
	cursor:				pointer;	
}

/* TOPCONTENT */

#topcontent, #topcontent * {
	font-size:			16px !important;
	color:				#FFF;
	text-align:			left;
}

#topcontent .ueberschrift {
	margin-bottom:		5px;
	font-size:			24px !important;
	font-weight:		bold;
}

.prev-button {
	width:				30px;
	height:				30px;
	float:				left;
	margin:				-5px 5px 0 0;	
	background-image:	url(../images/themes/tango/prev-horizontal.png);
}

.next-button {
	width:				30px;
	height:				30px;
	float:				right;
	margin:				-5px 0 0 5px;	
	background-image:	url(../images/themes/tango/next-horizontal.png);
}

/* PAGECONTENT */

#pagecontent .ueberschrift, .fieldname {
	margin-bottom:		5px;
	font-size:			18px !important;
	color:				#fb8102;
	letter-spacing:		.03em;
}


/* STARTSEITE - NEWS-BILDER ANPASSEN */

.startseite_nachrichten img {
	max-width:			270px;
	height:				auto;
}
