@charset "UTF-8";


/* Global browser reset */
* {
	padding:0;
	margin:0;
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul {
	list-style:none;
}

q:before, q:after, blockquote:before,blockquote:after { content: ""; }

/* clearing */

.float-holder:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.float-holder { display:inline-block; }

/* IE */
* html .float-holder { height:1%; }
.float-holder { display:block; }
/* End */


/* clearing br */

br.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}

body {
	background-attachment: fixed;
	background-position: top center; 
	background-image: url(images/9erbg.jpg);
	background-color:#FFFFFF;
	font-family:tahoma, verdana, sans-serif;
	font-size:12px;
	color:#555555;
	padding:0;
	margin:0;
	text-align:center;
	line-height:10px;
}

body a {
	color:#555555;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
	color:#555555;
}

/* GENERAL STUFF */

#wrapper {
	width:915px;
	margin:auto;
	margin-top:15px;
	text-align:left;
}

#top {	
}

#logo {
	width:182px;
	height:40px;
	float:right;
	margin-top:45px;
}

#menu {
	width:435px;
	height:36px;
	float:right;
	margin:70px 0px 0px 0px;
}

#header {
	margin:32px 0px 0px 0px;
}

#content {
	width:875px;
	padding:40px 20px 0px 20px;
}

#leftcontent {
	width:400px;
	padding:40px 20px 0px 20px;
	margin-bottom:20px; 
	color: #9eb0be; 
}

#thumbs {
	width:435px;
	float:left;
	line-height:5px;
	margin-right:25px;
}

#thumbs_dl {
	width:435px;
	float:left;
	line-height:10px;
	margin-right:25px;
}

#thumbs_dl img {
	margin-top: -5px;
}

#thumbs_kontakt {
	width:435px;
	float:left;
	line-height:18px;
	margin-right:25px;
}

#text {
	float:left;
	width:415px;
	line-height:18px;
}

/* NAVIGATION */

#mainNav {
	list-style: none;
	margin:0;
	padding:0;
}

#mainNav li {
	float:left;
	margin:0;
	padding:0;
}
	
#mainNav li a {
	display: block;
	height: 36px;
	text-indent: -2000em;
	overflow:hidden;
}

#portfolio a:link {
	width: 119px;
	background-position: 0px 0px;
	background-image: url(../images/portfolio.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#downloads a:link {
	width: 115px;
	background-position: 0px 0px;
	background-image: url(../images/downloads.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* END NAVIGATION */


/* THUMBS */

.thumb {
   width:200px;
   height:165px;
   margin:0px 15px 20px 0px;
   float:left; 
}

.thumb a {
   display:block;
   padding:10px;
   background:#0D0D0E; 
}

.thumb a:hover {
   background:#CC0066;
}

.thumb p {
   color:#ad9ebe;
   margin-bottom:4px;
} 

.thumb p.text {
	margin-left:10px;
}

/* END THUMBS */




.thumb_ht {
   width:50px;
   height:40px;
   margin:5px 0px 0px 0px;
   float:left; 
}

/* FOOTER */

#footer {
	border-top:1px solid #c0c0c0;
	height:32px;
	line-height:32px;
	clear:both;
	color:#788793;
	margin-bottom:30px;
	width:885px;
}

#footer p.left {
	float:left;
	width:400px;
	margin-left:20px;
}

#footer p.right {
	float:right;
	width:400px;
	text-align:right;
	margin-right: 20px;
}

#footer p a {
	color:#788793;
}

#footer p a:link {
	text-decoration:none;
}

#footer p a:visited {
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

#footer p a:active {
	text-decoration:none;
}

/* END FOOTER */

/* HEADLINES */

#text h2, h2 {
	color:#555555;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 13px 0px;
	text-transform:uppercase;
}

#thumbs h3 {
	color:#ad9ebe;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-transform:uppercase;
}

#thumbs_dl h3 {
	color:#ad9ebe;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-transform:uppercase;
}

.form {
	font-family:tahoma, verdana, sans-serif;
	font-size:12px;
	color:#111222;
	padding:2px 2px 2px 5px;
	width:215px;
}

.form_msg {
	font-family:tahoma, verdana, sans-serif;
	font-size:12px;
	color:#111222;
	padding:2px 2px 2px 5px;
	width:215px;
	height:100px;
	valign: top;
}



.margin40 {
	margin-top:40px; 
	margin-bottom:40px;
}

.lineheight13 {
	line-height:13px;
}

.lineheight18 {
	line-height:18px;
}

.lineheight24 {
	line-height:24px;
}

.height100 {
	height: 100px;
}

.white {
	color:#FFFFFF;
}

.lightgrey {
	color:#b5b5b5;
}

.black {
	color:#000000;
}

.blue {
	color:#12b1bb;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}

