* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #afafaf;
	background-color: #000000;
}

body {
	font: 75%/1.5em Helvetica, Arial, Geneva, sans-serif;
}

#rightside {
	border-left: 2px solid #444444;
	overflow: hidden;
	padding-bottom: 55px;
}

#home #main {
	margin-top: 55px;
}

#home #main p {
	width: 575px;
	height: 495px;
	background: url(../images/index_bg.png) no-repeat 0 0;
	text-indent: -9999px;
}

#main ul {
	list-style-type: disc;
	margin : 1em;
	margin-bottom: 1.5em;
}

h1 {
	font: bold 2em Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	margin-bottom: 0.75em;
	display: block;
}

h2 {
	font: bold 1.5em Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	margin-bottom: 0.5em;
	display: block;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-style: normal;
	display: block;
}

h4 {
	font-size: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
	font-style: normal;
	display: block;
}

p {
	margin-bottom: 1em;
	/*clear: both;*/
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border-style: none;
}

/* • container */

#container {
	width: 850px;
	overflow: hidden;
	padding-top: 55px;
	padding-left: 50px;
	/*padding-right: 10px;*/
}

/* SIDEBAR */

#sidebar {
	width: 150px;
	float: left;
	padding-bottom: 55px;
}

#sidebar a#logo {
	width: 121px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-bottom: 53px;
}

#sidebar ul#navigation {
	font: bold 1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	list-style-type: none;
	margin-bottom: 2em;
}

#sidebar ul#navigation li {
	
}

#sidebar ul#navigation li a {
	color: #7d7d7d;
	text-decoration: none;
}

#sidebar ul#navigation li a.current {
	color: #fff;
}

#sidebar ul#navigation li a:hover {
	color: #fff;
}

/* #MAIN */

#main {
	width: 575px;
	float: right;
	margin-top: 157px;
	overflow: hidden;
	display: inline;
}

#main .sourcetext {
	font-size:0.8em; 
	line-height:1; 
	font-weight: bold;
}

#main div.figure {
  float: right;
  width: 220px;
  margin-top: 30px;
  margin-right: -22px;
}
#main  div.figure p {
  text-align: center;
  text-indent: 0;
  color : #555555;
  font: 0.8em Helvetica, Arial, Geneva, sans-serif;
}

/* FOOTER */

#footer {
	margin-bottom: 10px;
	color: #444444;
	background: url(../images/logo_grau.png) no-repeat 228px 13px;
	border-top: 2px solid #444444;
	font: 0.8em Helvetica, Arial, Geneva, sans-serif;
	clear: both;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 635px;
	padding-left: 215px;
}

#footer p {
	margin-left: 60px;
}

#footer img{	
	vertical-align: middle;
	margin-right: 8px;
}

/* --- */

form .left {
	width: 260px;
	float: left;
}

form .right {
	width: 260px;
	height: auto;
	float: right;
}

form {
	overflow: hidden;
	font: 1em Helvetica, Arial, Geneva, sans-serif;
}

form p {
	height: auto;
}

form input {
	width: 250px;
	background-color: #242424;
	height: 19px;
	border-style: none;
	color: #7d7d7d;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

form input:focus {
	background-color: #404040;
	color: #fff;
}

form textarea {
	width: 250px;
	border-style: none;
	background-color: #242424;
	height: 145px;
	color: #7d7d7d;
	overflow: auto;
	padding: 5px;
}

form textarea:focus {
	background-color: #404040;
	color: #fff;
}

form input.sendbutton {
	background: url(../images/sendbutton.png) no-repeat;
	text-indent: -9999px;
	width: 65px;
	height: 25px;
	margin-top : 5px;
	margin-right : 13px;
}

form input.blockedsendbutton {
	background: url(../images/blockedsendbutton.png) no-repeat;
	text-indent: -9999px;
	width: 65px;
	height: 25px;
	margin-top : 5px;
	margin-right : 13px;
}

form input.resetbutton {
	background: url(../images/resetbutton.png) no-repeat;
	text-indent: -9999px;
	width: 65px;
	height: 25px;
	margin-top : 5px;
}

#print {display:none;} @media print { a,abbr,acronym,address,applet,area,b,base,basefont,bdo,big,blockquote,br,button,caption,center,cite,code,col,colgroup,dd,del,dfn,dir,div,dl,dt,em,fieldset,font,form,frame,frameset,h1,h2,h3,h4,h5,h6,hr,i,iframe,img,input,ins,isindex,kbd,label,legend,li,link,map,menu,meta,noframes,noscript,object,ol,optgroup,option,p,param,pre,q,s,samp,select,small,span,strike,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var {display:none;} 
#print,#print img {left:0;top:0;padding:0;margin:0;height:250mm;width:170mm;display:block !important;} }