﻿@import url('layout.css');
@import url('headlines.css');
@import url('class.css');
@import url('tables.css');
@import url('pics.css');
@import url('div.css');
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color: #e9e8f6;
}
body a {
	text-align: left;
	color: #0000ba;
	text-decoration: none;
}
body a:hover {
	color: #ffffff;		
	background-color: #0000ba;
	text-decoration: none;
}		
#container {
	/* Komplette Homepage */	
	width: 960px; /* Breite der kompletten Homepage */;
	margin-top: 20px; /* Abstand der Homepage vom oberen Rand */;
	margin-right: auto; /* Abstand der Homepage vom rechten Rand */;
	margin-bottom: auto; /* Abstand der Homepage vom unteren Rand */;
	margin-left: auto; /* Abstand der Homepage vom linken Rand */;
	background-image: url('../images/back_navigation_left.jpg');
	background-color: #ffffff; /* Farbe für Navigation Kopf, Navigation links, Fußzeile */;
	background-repeat: repeat-y; 
	background-attachment: scroll;
	border: 0px #999999 solid; 
}
#content {
	font-size: 0.8em; /* Relative Schriftgröße bezogen auf den Wert im Body */;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 709px; 	 /* Breite des Contents = Breite der Homepage - Navigation - linker Rand - padding-right - padding-right*/;
	padding-top: 20px; /* Abstand des Inhaltes vom Kopf */;
	padding-right: 25px; /* Abstand des Inhaltes vom rechten Rand */;
	padding-bottom: 0px; /* Abstand des Inhaltes zur Fußzeile */;
	padding-left: 25px; /* Abstand des Inhaltes vom linken Rand */;
	background-color: #ffffff;
/*	border-left: 1px #cccccc solid; /* Linker Rand */
	border-top: 1px #cccccc solid; /* Oberer Rand */
	position: relative;
}
/* Formatvorlagen für die Navigation */
/* Navigation Head */
#navi_head {
	margin: 0px;
	width: 960px;
	height: 130px;	
	background-image:url('../images/logo_it_media_service.png');
	background-repeat: no-repeat;
	overflow: hidden;
}
#navi_head ul {	/* wichtig für nc 7.1*/ font-size: 0.8em; list-style-type: none; width: 100%; height: 9px;
	 		    /* wegen float: left für nc 7.1 - wichtig für ie 6.0*/
	 		    margin-top: 151px; margin-left: 199px; margin-right: 0px; padding: 0px 0px 0px 0px;}

#navi_head li {	float: left; width: 105px; text-align: center;	
				font-size: 0.9em; font-weight: bold; }
				
#navi_head a { color: #d9270a; 	text-decoration: none;	margin: 0px 1px 1px 1px;
		       padding: 5px; display: block; border: 1px solid #cccccc;}

#navi_head a:hover { color: #ffffff; background-color: #d9270a;}

/* Navigation Links */
#navi_left {
	float: left; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;	
	width: 200px; /* Breite der Navigation */;
	border-top: 0px #cccccc solid; /* Oberer Rand */;	
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}	
#navi_left ul {
	list-style-type: none;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px; /* wichtig für IE 6.0 - sonst content kleiner */
	margin-left: 0px; 
	margin-bottom: 0px;
	padding: 0px; /* wichtig - sonst passt die Navigation Links nicht */ 
}
#navi_left li {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top: 0px solid #cccccc;
}
/* Navigation Links Unterpunkte */
#navi_left_kl ul {
	margin: 0px -20px 0px 0px;
}
#navi_left_kl li {
	font-size: 0.75em;
	font-weight: inherit;
	border-bottom: 0px;
	border-top: 0px;
}
/* Navigation Links Unterpunkte - Ende */
#navi_left a {
	color: #ffffff;
	text-decoration: none;
}
#navi_left a:hover {
	background-color: #e9e8f6;
	color: #0000ba;
	text-decoration: underline;
	display: block;
	text-align: right;
	margin: -5px -20px -3px 10px; 
	padding: 5px 20px 3px 0px;}
}
/* Formatvorlagen für Fußzeile */
#footer {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 16px;
	font-size: 0.8em; /* Relative Schriftgröße bezogen auf den Wert im Content */;
	clear: both; /* Fußbereich am unteren Fensterrand ausrichten */
	border-top: 1px #cccccc solid; /* Oberer Rand zwischen Content und Fußbereich */
/*	border-left: 1px #cccccc solid; */
}
#footer p {
	font-size: 0.7em;
	text-align: right;
	color: #000000;
	margin: 0px;
	padding: 8px;
}
#footer a {
	text-align: left;
	color: #0000ba;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	background-color: #0000ba;
	text-decoration: none;
}

