table#index {
	position:relative;
	height:100%;
	width:973px;
	/* margin:0px auto; */
	background-color:#FFFFFF;
}

/******************************************************************  Header  *****************/

td#header {
	position:relative;
	vertical-align:top;
	height:206px;
	background-color:red;
}

div#header_top {
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	width:793px;
	height:87px;
	background-image:url(../images/layout/header.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:1px solid #FFFFFF;
}
div#header_bottom{
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	width:793px;
	/*height:119px;*/
	/*background-image:url(../images/layout/header_img.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
	border:0px solid green;
}

div#header_logo {
	position:absolute;
	left:620px;
	top:15px;
	background-image:url(../images/layout/fcw_logo.gif);
	background-repeat:no-repeat;
	height:134px;
	width:142px;
	/*z-index: 100;*/
}

div#header_logo_login {
	position:absolute;
	left:800px;
	top:15px;
	background-image:url(../images/layout/fcw_logo.gif);
	background-repeat:no-repeat;
	height:134px;
	width:142px;
}

/******************************************************************  Navi Left  *****************/

td#navi_left {
	border-right:1px solid #FFFFFF;
	background-color:#2D83BA;
	width:179px;
}

a.info_link , a.info_link:visited {
	text-decoration:none;
	font-size:10px;
	color:#FFFFFF;
}
a.info_link:hover {
	text-decoration:underline;
}

div#info_box {
	width:179px;
	text-align:right;
	position:relative;
	top:5px;
	right:5px;
	color:#FFFFFF;
	font-size:11px;
}

div#navi_left_box {
	width:179px;
	top:72px;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	border-top:1px solid white;
}

div#navi_left_box[id] {
	top:73px;
}

/******************************************************************  Navi Top  *****************/

td#navi_top {
	height:21px;	
	background-color:#FED40E;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/******************************************************************  Content  *****************/

td#content {
	vertical-align:top;
	text-align:left;
	width:572px;
	padding:25px 20px 20px 22px;
}

td#content .content_div {
	height:400px;
	width:100%;
	overflow:visible;
	position:relative;
}

p.content_title {
	border-bottom:1px solid #E0E0E0;
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px;
	line-height:18px;
}

span.news_autor {
	font-size:11px;
	color:#AAAAAA;
	font-weight:normal;
}

span.veranstaltung_datum{
	color:#2D83BA;
}

img.news_img_left {
	border:1px solid #CCCCCC;
	margin:0 10px 10px 0;
}

img.news_img_right {
	border:1px solid #CCCCCC;
	margin:0 0 10px 10px;
}

p.content_text {
	line-height:20px;
	margin-bottom:25px;
}


/******************************************************************  Content Right  *****************/

td#content_right {
	text-align:left;
	width:183px;
	vertical-align:top;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}

p.sponsor_titel {
	margin:0;
	padding:3px 0 2px 7px;
	background-color:#E0E0E0;
	color:#006CB0;
	font-weight:bold;
	font-size:11px;
}

div.sponsor_img {
	width:100%;
	margin:7px 0 7px 0;
	text-align:center;
}

p.shortcut_title {
	margin:15px 0 5px 0;
	padding:3px 0 2px 7px;
	background-color:#E0E0E0;
	color:#006CB0;
	font-weight:bold;
	font-size:11px;
}

.shortcut_text {
	padding-left:7px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}

.shortcut_text, .shortcut_text * {
	font-size:11px;
	line-height:17px;
} 

p.copyright {
	margin-top:15px;
	font-size:10px;
	padding:6px 0 3px 7px;
	color:#E0E0E0;
	border-top:1px solid #E0E0E0;
}

#druckersymbol,#pdfsymbol{
	padding-left:4px;
	padding-right:4px;
}

#symbole{
	position:absolute;
	left:720px;
	top:235px;
	/*border:1px solid #EEEEEE;*/
	z-index:1001;
}



