﻿@charset "utf-8";
/* CSS Document */
body {
	background: rgb(0, 115, 113);
	margin: 0px;
	padding: 0px;
}

#col_IT_background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 800px;
	background-image: url(/lib/images/col_IT_Logo_Background.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#col_IT_background_senkrecht {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 235px;
	background-image: url(/lib/images/Farbverlauf_senkrecht.png);
	background-repeat: repeat-x;
	z-index: 10;
}

#col_IT_background_waagerecht {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 100%;
	background-image: url(/lib/images/Farbverlauf_waagerecht.png);
	background-repeat: repeat-y;
	z-index: 10;
}

#col_IT_image {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 30;
}

#navigation {
	position: absolute;
	top: 320px;
	left: 380px;
	width: 350px;
	height: 60px;
	z-index: 20;
}

#content {
	position: absolute;
	top: 400px;
	left: 400px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 44px;
	font-weight: bold;
}

#content ul {
	list-style: disc;
	font-size: 28px;
	font-weight: bold;
}

#content li {
	line-height: 40px;
}