/*
**  Dateiversion: 13.06.2008  
**  Datei       : gflid-layout.css

/* SEITENAUFBAU
------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 1px;
	background: url(../images/bg-body.gif) repeat-y left;
	height: auto;
}
#col_left {
	float: left;
	width: 299px;
}
#logo {
	width: 299px;
	height: 98px;
}
#col_center {
	float: left;
	width: 444px;
}
#col_right {
	float: left;
	width: 155px;
}
#seitenfuss {
	margin-top: 20px;
	height: 103px;
}

/* NAVIGATION
------------------------------------------------- */
#navi {
	margin-top: 42px;
}

#navi ul.tiefe_1 {
	width: 160px;
	margin-left: 139px;
	border-top: 1px solid #FFF;
}

#navi a {
	text-decoration: none;
	display: block;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
#navi a:link,
#navi a:visited {
	color: #FFF;
	width: 142px;
	background-color: #5d5b9f;
}
#navi a:hover,
#navi a:active {
	width: 142px;
	background-color: #7371b0;
}

#navi a.active:link,
#navi a.active:visited {
	width: 152px;
	background-image: url(../images/bg-navi-a.gif);
	background-repeat: no-repeat;
}

#navi ul.tiefe_2 a {
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../images/bg-navi-t2-a.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
#navi ul.tiefe_2 a:link,
#navi ul.tiefe_2 a:visited {
	width: 130px;
}
#navi ul.tiefe_2 a:hover,
#navi ul.tiefe_2 a:active {
	width: 130px;
}
#navi ul.tiefe_2 a.active:link,
#navi ul.tiefe_2 a.active:visited {
	width: 140px;
	background-image: url(../images/bg-navi-t2-a-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* NAVIGATION OBEN RECHTS
------------------------------------------------- */
#navi_obl {
	background: url(../images/bg-navi-obl.gif) no-repeat;
	width: 155px;
	height: 100px;
}

#navi_obl ul {
	position: relative;
	top: 46px;
	left: 55px;
}

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

/* INHALTE
------------------------------------------------- */
#col_center h1 {
	font-size: 12px;
	padding: 25px 25px 0 15px;
	color: #5d5b9f;
	line-height: 14px;
}
#col_center .csc-textpic-image {
	margin-right: 7px;
}

#col_center .bodytext {
	padding: 14px 25px 0 15px;
}

#col_center .csc-textpic {
	height: 140px;
	overflow: hidden;
}

/* SEITENFUSS
------------------------------------------------- */
#zert {
	float: left;
}
#fusszeile {
	float: left;
	height: 103px;	
}
#fusszeile p {
	margin: 65px 0 0 15px;
}

