@import url(navigation.css);
@import url(login.css);
@import url(formular.css);
@import url(style.css);

/* GENERAL STYLES */
body, table, form, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
}
img {
	border:none;
}

/* SEITENAUFBAU */
body {
	background: #ccc url(style_FILES/aik-sh_bg.gif) repeat-x;
	overflow:auto;
	font-size: 0.75em;
	/* letter-spacing: 0.5px; */
	
	text-align: center;
}
#center {
	/*
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	*/
	width: 780px;
	background: #fff;
	border: 0px;
	
	margin: 0px auto 0;
	text-align: left;
}
#page {
	float: left;
	width: 764px;
	margin: 0 8px 0 8px;
	display: inline;
}


/* TOP */
#top {
	float: left;
	width: 764px;
	height: 97px;
	position: relative;
	margin-bottom: 1px;
	background: url(style_FILES/aik-sh_header.gif) repeat-x top;
}
#top img {
	position: absolute;
	right: 14px;
	margin: 16px 0px 0px 3px;
}
#top-navigation {
	position: absolute;
	left: 14px;
	bottom: 14px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top-navigation li {
	float: left;
	margin: 0;
	padding: 0px 8px 0 8px;
	border-right: 1px solid #ccc;
	color: #6b6b6d;
}
#top-navigation li.last {
	border: none;
}
#top-navigation a,
#top-navigation a:visited {
	display: block;
	color: #6b6b6d;
	font-size: 0.9em;
	text-decoration: none;
}

#top-navigation li.active a,
#top-navigation li.current a,
#top-navigation a:hover,
#top-navigation a:active,
#top-navigation a:focus {
	color: #6b6b6d;
	text-decoration: underline;
}
#top-navigation li.active a,
#top-navigation li.current a {
	cursor: default;
} 

/* MAIN */
#main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 764px;
	background: url(style_FILES/aik-sh_main-bg.gif);
	position: relative;
}

#main-left {
	float: left;
	width: 152px;
	margin-right: 1px;
}
#searchbox {
	width: 152px;
	height: 90px;
	background: #f2f2f2;
}

#main-content {
	width: 611px;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0px;
	float: left;

	overflow: hidden;
}

#content-header {
	width: 611px;
	height: 135px;
	background: url(style_FILES/aik-sh_10.jpg);
	margin-bottom: 1px;
}
#content-header-clear {
	display: block;
	overflow: hidden;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	width: 611px;
	height: 7px;
	background: #464646;
}
#content {
	background: url(style_FILES/aik-sh_content-bg.gif) repeat-x;
	padding: 8px 20px 8px 24px;
	min-height: 250px;
}
* html #content {
	width: 611px;
}

#main-footer {
	display: block;
	position: relative;
	clear: both;
	width: 764px;
	height: 13px;
	background: url(style_FILES/aik-sh_main-footer.gif) #ffffff no-repeat;
	z-index: 0;
}
#content-hook {
	width: 5px;
	height: 103px;
	overflow: hidden;
	background-color: #DCDDDE;
	position: absolute;
	right: 0px;
	bottom: 12px;
}


/* FOOTER */
#page-footer {
	clear: both;
	width: 780px;
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #737373;
	font-size: 9px;
	text-align: center;
}
#page-footer span {
	color: #ffffff;
}
#page-footer a,
#page-footer a:visited {
	color: #737373;
	font-size: 9px;
	text-decoration: none;
}

#page-footer a:hover,
#page-footer a:active,
#page-footer a:focus {
	color: #737373;
	font-size: 9px;
	text-decoration: underline;
}
#page-footer a span {
	color: #737373;
}
/** Table Ausschuss **/
table.ausschuss {
	margin: 0;
}
table.ausschuss td {
	width: 49%;
	padding: 5px 0 10px;
	font-size: 1em;
}
