﻿@charset "utf-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#logo,#az,#mainMenu,#search,#footer,#subnavi,#shortcuts,
.news_box, .nostructur, .unsichtbar , .zielgruppen {
    width:0px;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}

#breadcrump {
	height:2cm;
}

#content {
	width:70%;
	float:left;
	border-left:none;
}

#rightcol {
	width:28%;
	float:right;
}

img {
	border:none;
}

h2 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:0.5cm;
}
h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5cm;
}
.pic-left {
	float:left;
	margin-right:0.5cm;
}
pic-right {
	float:right;
	margin-left:0.5cm;
}