body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.main_tabelle {
	height: 768px;
	width: 800px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#header {
	width: 1000px;
	height: 70px;
	background-image: url(../img/header2.png);
}

#navigation {
	width: 150px;
	height: 717px;
	background-color: #cccccc;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/

}

ul.nav_links {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #d6d6d6;
}

ul.nav_links li a:link, ul.nav_links li a:visited {
	text-decoration: none;
	display: block;
	width: 95%;
	padding: 5px;
	/*background-color: #5c6f90;*/
	background-image: url(../img/px_blau.png);
	font: bold 10pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

ul.nav_links li.test a:link, ul.nav_links li.test a:visited {
	text-decoration: none;
/*	display: block;*/
/*	width: 88%;*/
/*	padding: 5px;*/
/*	background-color: #5c6f90;*/
	font: bold 10pt/1.5 Verdana, Arial, Helvetica, sans-serif;
/*	color: #ffffff;*/
	font-size: 10px;
/*	background-color: #FFCC00;*/
	background-image: url(../img/px_orange.png);
	color: #000000;
	border-right: 0px solid #000000;
}

ul.nav_links li {
	border-top: 1px solid #a5b5c6;
}

ul.nav_links li a:hover {
	/*background-color: #FFCC00;*/
	background-image: url(../img/px_orange.png);
	color: #000000;
	border-right: 0px solid #000000;
	/*background-color: #436168;
	color: #eeeeee;*/
}

ul.nav_links li a:active {
	background-color: #FFCC00;
	color: #000000;
	/*background-color: #436168;
	color: #eeeeee;*/
}

#administrationHeader {
	position: relative;
	top: 26px;
	left: 0px;
	width: 150px;
	height: 30px;
	background-color: #000000;
	background-image: url(../img/administration.png);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#options {
	position: absolute;
	top: 71px;
	left: 151px;
	width: 849px;
	height: 20px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

#options .time {
	position: absolute;
	top: 3px;
	left: 751px;
	height: 14px;
	width: 90px;
}

#options a, #options a:active, #options a:visited  {
	position: relative;
	top: 2px;
	left: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
}

#options a:hover  {
	position: relative;
	top: 2px;
	left: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #ffcc00;
	text-decoration: none;
	color: #000000;
}

#mainContent {
	position: absolute;
	top: 94px;
	left: 159px;
	width: 630px;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#mainContent h1 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 13px;
	font-weight: bold;
}

#mainContent h2 {
	margin: 0px 0px 4px 0px;  
	font-size: 11px;
	font-weight: bold;
}

#mainContent h2.colored {
	margin: 0px 0px 4px 0px;  
	font-size: 11px;
	font-weight: bold;
	color: #4F657D;
}

#mainContent h3 {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#mainContent a {
	color: #4F657D;
	text-decoration: none;
}

#mainContent a:hover {	
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
}

.buttonbar {
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	right: 10px;
}

.table {
	/*border-collapse: separate ;
    border-spacing: 0px;*/
	border-collapse: collapse;
	width: 554px;
	text-align: left;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-size: 11px;
}

.table th {
	padding: 5px 6px 3px 5px;
	background-color: #E7E7E7;
	color: #666666;
	font-weight: bold;	
	border-right: 1px #CCCCCC solid;	
}

.table th.rechts {
	text-align: right;
}

.table tr {		
	background-color: #FFFFFF;
	color: #333333;
}

.table tr.colored {
	background-color: #E7E7E7;
}

.table tr.inactive {
	color: #cccccc;
}

.table tr.coloredInactive {
	background-color: #E7E7E7;
	color: #9b9999;
}

.table td {
	padding: 5px 6px 3px 5px;
	margin: 0px;
	border-right: 1px #CCCCCC solid;	
}

.table td.rechts {
	text-align: right;
}

.table td.warning {
	font-weight: bold;
	color: #FF0000;
}

.tableNonBorder {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	margin-bottom: 4px;
	width: 320px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative;
	left: -20px;
	padding-bottom: 3px;
}

input.radio {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	margin-bottom: 3px;
	width: 20px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

input.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height: 19px;
	margin-bottom: 3px;
	width: 200px;
	background-color: #cccccc;
	vertical-align: middle;
	border: 1px solid #000000;
	cursor: pointer;
}

.desc {
	margin-bottom: 8px;
	font-weight: bold;
}

.label {
	padding-top: 4px;
	float: left;
	width: 235px;
	height: 15px;
	display: block;
	margin-bottom: 3px;
	left: 60px;
	position: relative;
	font-size: 13px;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin-bottom: 4px;
	width: 321px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 320px;
	height: 100px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

hr {
	margin-top: 2px;
	margin-bottom: 18px;
	background-color:#CCCCCC;
	color: #CCCCCC;
	border: #CCCCCC;
	height: 1px;
}

p.einleitung {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding: 0px 0px 0px 0px;
	text-align: justify;	
}

#mainContent .teaserLarge {
	position: relative;
	left: 30px;
	width: 574px;
	height: 125px;
	border: 1px solid #CCCCCC;
}

#mainContent .teaserLarge h1 {
	margin: 0px;
	display: block;
	background-color: #CCCCCC;
	padding: 1px 0px 2px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#mainContent .teaserLarge p {
	height: 84px;
	margin: 0px;
	padding: 7px 10px 0px 5px;
	color: #333333;
	font-size: 11px;
}

#mainContent .teaserLarge img {
	position: relative;
	left: -3px;
	top: 1px;
	padding-right: 10px;
	float: left;
	border: 0px;
}

#mainContent .teaserLarge a {
	color: #333333;
	text-decoration: none;
}	

#mainContent .teaserLarge a:hover {
	color: #ffcc00;
	text-decoration: none;
}

#mainContent .more {	
	position: relative;
	width: 50px;
	left: 325px;
	top: 6px;
}

#mainContent .incident {
	width: 600px;
	height: 120px;
	background-image: url(../img/incidentBg.png);
	background-repeat: no-repeat;
	position: relative;
	left: 15px;
	top: 0px;
}

#mainContent .incident .status {
	position: relative;
	left: 0px;
	top:0px;
	width: 18px;
	height: 17px;
	float: left;	
}
#mainContent .incident .headline {
	position: relative;
	left: 4px;
	top: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 450px;
}
#mainContent .incident .message {
	position: relative;
	left: 4px;
	top: -13px;
	font-size: 11px;	
	width: 596px;
	height: 83px;
	text-align: left;
	overflow: auto;
}
#mainContent .incident .details {
	position: relative;
	left: 2px;
	top: -10px;
	font-size: 9px;	
	width: 550px;
	text-align: left;
}
#mainContent .incident .detailsButton {
	position: relative;
	left: 580px;
	top: -24px;
	width: 15px;
	height: 15px;
}
#mainContent .incident .options {
	position: relative;
	left: 502px;
	top: -12px;
	width: 75px;
	height: 16px;
	float: left;
	text-align: right;
}
#mainContent .sort {
	width: 600px;
	height: 20px;
	background-image: url(../img/sort.png);
	margin-bottom: 15px;
}
#mainContent .sort .description {
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	padding-top: 3px;
	margin-left: 9px;
}
#mainContent .sort .detailButton {
	height: 17px;
	width: 17px;
	margin-left: 575px;
	margin-top: -14px;
}
#mainContent .sortDetails {
	width: 590px;
	height: 45px;
	background-color: #cccccc;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-top: -16px;
	padding-left: 2px;
	padding-top: 2px;
	margin-bottom: 18px;
}

#mainContent .sortDetails table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#mainContent .sortDetails select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	margin-bottom: 4px;
	width: 95px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#mainContent .sortDetails input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	margin-bottom: 4px;
	width: 50px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#mainContent .sortDetails .button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
/*	margin-bottom: 3px;*/
	margin-top: 0px;
	margin-left: 2px;
	width: 45px;
	background-color: #4F657D;
	vertical-align: middle;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
}

#flash {
	position: absolute;
	top: 92px;
	left: 805px;
	width: 195px;
	height: 480px;
	/*height: 698px;*/
	background-color: #cccccc;
	border: 1px solid #000000;
}

#searchBar {
	position: absolute;
	top: 72px;
	left: 803px;
	height: 45px;
	width: 219px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

#searchBar h2 {
	margin: 3px 3px 3px 3px;  
	font-size: 11px;
	font-weight: bold;
}

#searchBar input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	/*margin-bottom: 4px;*/
	margin-left: 3px;
	width: 175px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	left: 0px;
}

#searchBar .search {
	position: absolute;
	top: 18px;
	left: 185px;
	width: 22px;
	height: 22px;
	background-image: url(../img/search.gif);
}

#sysInfo {
	position: absolute;
	top: 120px;
	left: 803px;
	width: 219px;
	height: 650px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

#sysInfo h2 {
	margin: 3px 3px 3px 3px;  
	font-size: 11px;
	font-weight: bold;
}

.start_praeambel {
	text-align: justify;
	background-image: url(../img/start_praeambel.gif);
	height: 100px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.start_open_source {
	text-align: justify;
	background-image: url(../img/start_open_source.gif);
	height: 100px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.start_analyse {
	text-align: justify;
	background-image: url(../img/start_analyse.gif);
	height: 100px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.angebot_angebot {
	text-align: justify;
	background-image: url(../img/angebot_angebot.gif);
	height: 80px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.angebot_freie_software {
	text-align: justify;
	background-image: url(../img/angebot_freie_software.gif);
	height: 300	px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.angebot_voip {
	text-align: justify;
	background-image: url(../img/angebot_voip.gif);
	height: 180px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.angebot_freie_software li {
	padding-bottom: 2px;
}

.imprint {
	background-image: url(../img/imprint.gif);
	background-repeat: no-repeat;
	height: 460px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.prices {
	background-image: url(../img/prices.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.ksys_team {
	text-align: right;
	font-size: 13px;
}

.aboutus_founding {
	text-align: justify;
	background-image: url(../img/aboutus_about.gif);
	height: 135px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.aboutus_partner {
	text-align: justify;
	background-image: url(../img/aboutus_partner.gif);
	height: 115px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.aboutus_projects {
	text-align: justify;
	height: 40px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

.references {
	text-align: justify;
	background-image: url(../img/referenzen.gif);
	height: 80px;
	width: 630px;
	font-size: 13px;
	line-height: 19px;
}

#footer {
	position: relative;
	background-image: url(../img/footer.png);
	height: 20px;
	width: 1000px;
}