@CHARSET "UTF-8";
* {
	margin: 0;
	padding 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#container {
	background-color: #ffffff;
	width: 630px;
	margin: 0.5em auto 0;
}

#header {
	background-color: #eeeeee;
	padding-right: 10px;
}

#header #current a {
	color: #003399;
	font-weight: bold;
}

#header ul {
	list-style: none;
	text-align: right;
	font-size: 14px;
}

#header ul li {
	display: inline;
	margin-left: 10px;
}

#header ul li a {
	color: #cccccc;
}

#logo {
	background-color: #ffffff;
	height: 70px;
	margin-bottom: 10px;
}

#content {
	width: 320px;
	background-color: #ffffff;
	float: left;
}

.content_element {
	width: 320px;
}

.content_element_content {
	width: 290px;
	background-image: url("../images/border/content.jpg");
	background-repeat: repeat-y;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

.content_element_content h1 {
	font-size: 14px;
	color: #000080;
	
}

.content_element_content p {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pictures_right {
	float: right;
	margin: 10px;
}

.pictures_right img {
	border: 1px solid #cccccc;
}

.content_element_border_top {
	background-image: url("../images/border/top.jpg");
	height: 8px;
	width: 320px;
	clear: both;
}

.content_element_border_base {
	background-image: url("../images/border/base.jpg");
	height: 15px;
	clear: both;
}

#select {
	background-color: #ffffff;
	width: 302px;
	margin-left: 320px;
	padding-left: 8px;
}

#select img {
	border: none;
}

#consulting {
	background-color: #0080ff;
	width: 302px;
	height: 140px;
}

#projekt {
	background-color: #00ff80;
	width: 302px;
	height: 140px;
}

#software {
	background-color: #ff8040;
	width: 302px;
	height: 140px;
}

#footer {
	background-color: #fbfbfb;
	clear: both;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
}

#footer a {
	color: #cccccc;
}
