
img {
	border: 0;
}

a:link, a:visited, a:active, a:hover {
	/*color: #c74e43;*/
	color: #554f7b;
	text-decoration: underline
	outline: none;
}

h1, h2, h3 {
	line-height: 120%;
	color: #c74e43;
	font-weight: normal;
}

h1 {
	font-size: 180%;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 150%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 120%;
	padding: 1em 0 0.7em 0;
}

p {
	margin-bottom: 1em;
}

#outerColumnContainer {
	border-color: #f2f2f3;
}

input.search-input {
	background: white;
	font-size: 12px;
	border: 1px solid #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

.sidebarblock, div.news-latest-container {
	background-color: #e8e8e6;
	padding: 1em 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.sidebarblock h3, div.news-latest-container h3 {
	padding-top: 0;
}


#contentColumn ul {
	margin-bottom: 1em;
}

#contentColumn ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

/* NewsList
************************************************/

#contentColumn ul.simpleNewsList, #contentColumn ul.newsList {
	list-style: none;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

#contentColumn ul.simpleNewsList li {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
}

#contentColumn ul.newsList li {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
}

ul.newsList li h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0 !important;
}

ul.newsList li h3 a {
	text-decoration: none;
}

ul.newsList li h3 span {
	float: right;
	font-size: 70%;
	color: #777;
	font-weight: normal;
}

ul.newsList li p {
	margin-bottom: 0;
}

div.newsContent h2 span {
	float: right;
	font-size: 55%;
	color: #777;
}

div.lead {
	font-size: 120%;
	color: #555;
}

/* Tabs
************************************************/

.js div.tabs {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

.js #contentColumn div.tabs ul {
	list-style: none;
	background-color: #e1e1e1;
	line-height: 120%;
	margin-bottom: 0;
}

.js #contentColumn div.tabs ul li {
	float: left;
	border-left: 1px solid #fff;
	margin: 0;
}

.js div.tabs ul li:first-child {
	border-left: 0;
}

.js div.tabs ul li a {
	display: block;
	padding: 10px 10px;
	background: url(../images/body/tablist_bg.png) repeat-x 0 0;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #777;
}

.js div.tabs ul li a span {
	display: block;
	font-size: 80%;
}

.js div.tabs ul li a:hover, .js div.tabs ul li a:focus {
	color: #333;
}

.js div.tabs ul li.current a {
	background: #f5f5f5;
	border-bottom-color: #f5f5f5;
	color: #d00;
}

.js div.tabs .content {
	padding: 10px;
}

.js div.tabs .content h2 {
	margin: 0;
}

.js .tabs .current-info, .js .tabs .accessibletabsanchor {
	position: absolute;
	left: -999em;
}

.js .tabs .content {
	clear: both;
}

/* clearfix
************************************************/

.clear { clear: both; }

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */
