/*-----------------------------------------
 * Header Formating
/*-----------------------------------------*/

#header {
	top:0px;
	left: 0px;
	right: 0px; 
	background-color: #003366;
	padding: 25px 25px 25px 210px;
	color: #FFFF33;
	z-index: 1;
/*	border: thick yellow dotted; */
}

body>#header {
	position: fixed; /* IE5 Workaround. IE5 doesn't understand >. and misinterprets fixed */ 
	height:80px;
}

#headerline_1 {
	font-family:'Courier New', Courier, mono, sans-serif;
	font-size:36px;
	width:580px; /* to prevent line-breaks */
}

#headerline_2 {
	font-size: 36px;
	margin-top:10px;
	margin-left:120px;
	width: 550px; /* for IE5 */
}


/*-----------------------------------------
 * Menu Formating
/*-----------------------------------------*/

#menu {
	/* For those pages which are longer than the menu we have to override the menus height in the specific file
	 * should be done with the IE specific syntax: <![if lt IE 7]> */
	z-index:1;
    top:0px; left: 0px; bottom: 0px;
    width: 200px;
    background-color: #003366;
/*	border: thick red dotted; */
}

body>#menu {
	/* border: thick red dotted; */
	position:fixed; /* IE5 Workaround. IE5 doesn't understand >. and misinterprets fixed */
	top:130px;
}

.menu-element {
	margin: 20px 20px 25px 20px;
	border: solid thin silver;
	background-color: #FFFF33;
	color:inherit;
	padding: 10px 10px 10px 17px;
	font-size: 16px;
}

#menu>div.menu-element {
	margin: 20px -20px 25px 20px; /* IE 5.0 Workaround.Problems with negative margins */
}


.menu-list {
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu-element>ul>li {
	margin-top:7px;
	margin-bottom:7px;
}

.menu-element>ul>li>a {
	text-decoration:none;
}

.menu-element>ul>li>a:hover {
	text-decoration:underline;
}

/*-----------------------------------------
 * Content Area Formating
/*-----------------------------------------*/

#content_area {
	position: absolute; 
	top: 170px;
	margin-right: 20px;
	margin-bottom: 20px;
	left: 250px;
	z-index: 0;
/*	border:thick dotted #00FF66; */
	padding-bottom:50px;
}

body>#content_area {
	top: 150px;
	position: absolute;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:16px;
	margin: 3px 0px 3px 0px;
}

ul.referenzen>li {
	margin-left:15px;
	margin-bottom:10px;
}


/*-----------------------------------------
 * Footer Formating
/*-----------------------------------------*/

#footer {
	bottom: 0px;
	left: 0px;
	margin:0px;
	padding: 15px 15px 15px 215px; 
	background-color: #003366;
	color: #FFFF33;
	z-index:1;
}

body>#footer {
	position:fixed;
	right:0px;
}

#footer>div {
	width:600px;
}


/*-----------------------------------------
 * Base Formating Stuff
/*-----------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
}

ul {
	list-style-image:url(../graphix/listicon.png);
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

th {
	text-align:left;
}

small {
	font-size:11px;
	color:#444444;
}

a {
	color:#000000;
}

a:hover	{
	text-decoration:underline;
}

.indented {
	margin-left:25px;
}

img {
	border:none;
}

#content_area div.captionedimage p {
	margin-top:4px;
	font-size:12px;
	margin-bottom: 0px;
}

#content_area div.captionedimage {
	border: black dotted 1px;
	padding: 5px;
	margin-bottom:1em;
}

#content_area table.software {
	margin-top:0.5em;
	font-size:12px;
	border-spacing:0px;
	border-collapse:collapse;
}

#content_area table.software td, #content_area table.software th {
	padding:4px;
	border:thin solid #000000;
}
