* { padding: 0; margin: 0; outline: 0; }
body {
	background-image: url(../bilder/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
    background-color: #6e1249;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#wrap1 { /*---------Container für die Navigation------------*/
	width: 980px;
	margin: 148px auto 0 auto;
}
#menue {
	float:left; 
	margin: 0 0 10px 0; 
	padding: 0; 
	width: 980px; 
	height: 46px;
}
#main { padding: 40px 15px 20px; }
.shell { width: 960px; margin: 0 auto; padding: 0 10px; }
#footer {
	background: #801455;
	clear:both;
	padding: 25px 0 5px 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	height: 50px;
}
.bildli {
	float: left;
	margin: 5px 10px 5px 0;
}
/*-----------Navigation-----*/
#menue li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#menue ul {
	width: 970px;
	float: left;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0; 
}
#menue li a {
	float: left;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: 700;
	border-right: 1px solid #EAEAEA;
	padding: 0 15px 0 15px;
	display: block;
	text-decoration: none;
	line-height: 44px;
}
#menue li a:hover {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: 700;
	background-image: url(../bilder/hover.jpg);
	background-repeat: no-repeat;
	padding: 0 15px 0px 15px;
	display: block;
	text-decoration: none;
	line-height: 44px;
}
/*-------------Ende Navigation-----------------*/
a img { border: 0; }
#service{ border: 0; }
#service a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #ffffff;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
	display: block;}
#service a:hover { 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #000000;
	margin: 0px;
	padding: 10px;
	display: block;
	background-image: url(../bilder/subhover.jpg);}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	}
a:hover { 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #000000;
	}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*--------------Formular----------*/
input {
	border: 1px solid #000000;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}
textarea {
	border: 1px solid #000000;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}
td {
	vertical-align:top;
}
.cl, .clear { display: block; height: 20px; font-size: 0; line-height: 0;	 text-indent: -4000px; clear: both; }

#wrapper { position: relative; min-height: 100%; width: 100%; }
#page { padding-bottom: 96px; }

h1 { font-size: 24px; font-weight: normal; color: #fff; font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Sans-Serif; letter-spacing: -1px; line-height: 1; float: left; display: inline; text-align: right; margin-top: 40px; }
h1 a { color: #fff; }
h1 a:hover { text-decoration: none; }
h1 .description { display: block; font-size: 14px; color: #b5e053; }
#content { float: left; display: inline; width: 640px; }
#sidebar { float: right; display: inline; width: 300px; }

.block { background: #801455; border: solid 1px #600f40; height: 100%; position: relative; margin: 10px 0 0 0;}
.block .in { border: solid 1px #600f40; }
#content .block { margin-bottom: 10px; }
#sidebar .block { margin-bottom: 20px; }

.textblock .cnt { padding: 10px 15px;}
.textblock h3 { font-weight: bold; text-transform: uppercase; color: #fff; font-size: 110%; }
.textblock h3 { padding-bottom: 8px; background: url(images/hor-line.gif) repeat-x 0 bottom; margin-bottom: 8px; }
.textblock h3 a { color: #fff; }
.textblock p { padding-bottom: 18px; }
.textblock .more { background: url(images/arrow-more.gif) no-repeat 0 2px; padding-left: 11px; }

.project .cnt { padding: 6px 12px 12px; }
.project h2 { font-size: 120%; font-weight: 600; padding-bottom: 15px; color:#ffffff; }
.project .image { margin-bottom: 15px; }
.project .image img { padding: 1px; border: solid 5px #6e1249; }
.project .used-software li { float: left; display: inline; list-style-type: none; margin-right: 5px; }
.project .more { float: right; display: inline; width: 114px; height: 33px; line-height: 33px; padding-left: 27px; background: url(images/project-button-more.gif); }
.project .more { color: #505050; }

.project .slider { position: relative; width: 100%; height: 100%; }
.project .slider .buttons span { display: block; width: 46px; height: 46px; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; top: 120px; }
.project .slider .buttons span { background-position: 0 0; background-repeat: no-repeat; cursor: pointer; z-index: 100; }
.project .slider .buttons .prev { background-image: url(images/button-prev.png); left: -20px; }
.project .slider .buttons .next { background-image: url(images/button-next.png); right: -20px; }
.project .slider .holder { width: 612px; height: 312px; position: relative; overflow: hidden; }
.project .slider .holder .content { position: absolute; top: 0; left: 0; height: 312px; width: 1000000px; }

.project .slider .holder .content ul li { float: left; display: inline; }
.project .slider .holder .content ul li a { display: block; background-image:none}

#box1 {
	margin: 10px 10px 20px 0;
	padding: 10px;
	float: left;
	width: 280px; height: 240px;
	border-bottom: 2px dotted #ffffff;
}
#box2 {
	margin: 10px 10px 20px 0;
	padding: 10px;
	float: left;
	width: 260px; height: 240px;
	border-bottom: 2px dotted #ffffff;
}
#box3 {
	margin: 10px 10px 20px 0;
	padding: 10px;
	float: left;
	width: 280px; height: 240px;
	border-bottom: 2px dotted #ffffff;
}
#box4 {
	margin: 10px 10px 20px 0;
	padding: 10px;
	float: left;
	width: 260px; height: 240px;
	border-bottom: 2px dotted #ffffff;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6em;
	padding: 0 10px 10px 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 700;
	line-height: 1.6em;
	padding: 0 20px 15px 0;
}#main #content .block.project .in .cnt .wp li {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
}

