* CSS File fuer Concept Software */

/* Layout-Elemente */

html 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1F1F1;
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#main
{
	width: 945px;
	height: 535px;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
}

#logo
{
	width: 206px;
	height: 55px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

#header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-top: 20px;
	padding-left: 84px;
	/padding-left: 74px;
}

#container
{
	width: 945px;
	height: 500px;
	clear: both;
}

#menu
{
	width: 237px;
	padding-top: 120px;
	float: left;
}

#content
{
	width: 645px;
	height: 500px;
	float: left;
	padding-left: 63px;
}

#contentbild
{
	width: 645px;
	height: 500px;
	float: left;
	padding-left: 63px;
	background-image: url(../images/img_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* Menu-Elemente */
.navi1
{
	margin: 0px;
	padding: 0px;
}

.link1
{
	/width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 45px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
}

.link1_aktuell, a.link1:hover
{
	/width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	padding-left: 45px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/hover_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #9AA8E4;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9AA8E4;
}

.link2
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010181;
	padding-left: 55px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene2.gif);
	background-repeat: no-repeat;
	background-position: 45px 11px;
}

.link2_aktuell, a.link2:hover
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #010181;
	padding-left: 55px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene2aktiv.gif);
	background-repeat: no-repeat;
	background-position: 45px 11px;
}

.link3
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010181;
	padding-left: 65px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene3.gif);
	background-repeat: no-repeat;
	background-position: 55px 11px;
}

.link3_aktuell, a.link3:hover
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #010181;
	padding-left: 65px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene3aktiv.gif);
	background-repeat: no-repeat;
	background-position: 55px 11px;
}

.link4
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 75px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene4.gif);
	background-repeat: no-repeat;
	background-position: 65px 11px;
}

.link4_aktuell, a.link4:hover
{
	/width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 75px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/ebene4aktiv.gif);
	background-repeat: no-repeat;
	background-position: 65px 11px;
}

/* Schriftformatierung */
#headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 40px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

li
{
	list-style-type: none;
}

