/* content.css */

.right {
	float:right;
	margin: 2px 0 5px 10px;
}

.left{
	float:left;
}

/* ---     general                              ----------------------------- */

img.right {
	margin-left: 15px;
	border:1px solid #333;
}

h2,h3,h4 {
	
	color:black;
}

a.externalLink {
    background: url(/layout/externalLink.gif) center right no-repeat;
    padding-right: 13px;

}

/* ---     news box homepage                    ----------------------------- */

#news {
	background-color: #f7f7f7;
	border: 1px solid #f0f0f0;
}
#news h3 {
	margin:0; padding:4px;
	border-bottom: 1px solid #f0f0f0;
	background-color: f2f2f2;
	color: #F99D1C;;
}
#news h4 {
	margin:0; padding:4px;
	border-bottom: 1px solid #f0f0f0;
	background-color: f2f2f2;
	color: #F99D1C;
}
#news ul {
	margin:10px 5px;
	padding:0 10px;

}
#news ul li {
	list-style-type: none;
	list-style-image: url("/temp/layout/bullet-open10.gif");
	list-style-position: outside;
	margin:0 0 0 15px;
	padding:0 0 0 -5px;
	text-align:left;
	line-height: 1.5em;
}


/* ---     2. ebene                             ----------------------------- */

#contentArea .column {
	margin-top:-15px;
	padding:0 20px 0 0;
	width:200px;
	/* padding: 0 2%; */
	/* width: 29%; */
	float:left;
	border-right: 0px solid #eee;
}
#contentArea > .column {
	width:180px;
}

#contentArea > .columnFull {
	width:100%!important;
}

.column dl, .column ul, .columnFull dl, .columnFull ul {
	margin:0;	padding:0;
}

.column dt, .columnFull dt {
	display:block;
	margin:20px 0 0 0;
	padding:4px 3px 3px 4px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #BDBDBD;
}

.column dt a, .columnFull dt a {
	color:#999;
}

.column dd, .columnFull dd {
	display:block;
	margin:0; padding:5px;
}

.column dd li, .columnFull dd li {
	display:inline;
	margin:0;	padding:0;
	line-height: 1.35em;
	font-size:12px;
}
.column dd li a, .columnFull dd li a {
	text-decoration: none;

}
.column dd li a:hover, .columnFull dd li a:hover {
	text-decoration: underline;
}

.bildmitunterschrift p {
font-size:10px;
}

/* ---     content                              ----------------------------- */

#contentArea .leftColumn {
	clear: both;
	padding:0 25px 0 0;
	width:310px;
	float:left;
	border-right: 0px solid #eee;
	/* background-color: #f7f7f2; */
}
#contentArea > .leftColumn {
	width:285px;
}
#contentArea .leftColumnLine {
	clear: both;
	padding:0 12px 0 0;
	margin-right: 12px;
	width:298px;
	float:left;
	border-right: 1px solid #eee;
	/* background-color: #f7f7f2; */
}
#contentArea > .leftColumnLine {
	width:285px;
}
#contentArea .rightColumn {
	padding:0 0 0 0;
	width:285px;
	float:left;
	border-right: 0px solid #eee;
	/* background-color: #f2f7f7; */
}
#contentArea > .rightColumn {
	width:285px;
}

#contentArea .leftColumn2 {
	clear: both;
	padding:0 25px 0 0;
	width:405px;
	float:left;
	border-right: 0px solid #eee;
	/* background-color: #f7f7f2; */
}
#contentArea > .leftColumn2 {
	width:380px;
}
#contentArea .rightColumn2 {
	padding:0 0 0 0;
	width:190px;
	float:left;
	border-right: 0px solid #eee;
	/* background-color: #f2f7f7; */
}
#contentArea > .rightColumn2 {
	width:190px;
}
#contentArea .whitespace {
  margin-bottom: 1em;
}

#contentArea .oneColumn {
	width:600px;
	clear:both;
	float:left;
}


.spalte1 {
width:50px;
margin-right:2px;
float:left;
}
.spalte2 {
width:50px;
padding-left:2px;
border-left:1px solid #b5b5b5;
padding-right:2px;
border-right:1px solid #b5b5b5;
float:left;
}
.spalte3 {
width:450px;
margin-left:2px;
float:right;
}


.textflussL {
	text-align: left;
	overflow:hidden;
	
}
.textflussL img {
	float:right;
	border: 2px solid #b5b5b5;
	padding: 1px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
}
.textflussR {
	text-align: left;
	overflow:hidden;	
}
.textflussR img {
	float:left;
	border: 2px solid #b5b5b5;
	padding: 1px;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:40px;
}
table.horizontaleLinien td, table.horizontaleLinien th {
border-bottom:2px solid #CCCCCC;
border-left-width:0;
border-right-width:0;
border-top-width:0;
text-align:center;
}
table.horizontaleLinien {
width:100%;
border-top:2px solid #CCCCCC;
border-left-width:0;
border-right-width:0;
border-bottom-width:0;
}

.grauerKasten {
	background-color: #f2f2f2;
	border: 0;
	padding: 22px;
}
#upwards, #upwards a {
	color:#000000;
	font-size:11px;
	font-variant:small-caps;
	text-align:center;
}


/* ---     Sitemap                             ----------------------------- */

.sitemap {
line-height:21px;
}
.sitemap p {
margin:0;
}
.sitemap a {
text-decoration:none;
}
.sitemap img {
border:none;
vertical-align:middle;
}
