/*	//////////////////////////////////////////
	//										//
	//										//
	//										//
	//			difference?!   				//
	//			   							//
	//										//
	//										//
	//////////////////////////////////////////	*/

/* FOR MULTIBOX OVERLAY */

html, body, div, span, object, iframe,
blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*	//////////////////////////////////////////
	//										//
	//	LAYOUT								//
	//										//
	//////////////////////////////////////////	*/

img, div, a, input,  { behavior: url(css/iepngfix.htc) }

html {
	
	min-height: 100%;
}

img {
	border: 0 none;
}

	
body {
	min-height: 100%;
	margin:0;
    padding:0;
    border:0;			
    background:#000000 url(../img/bg.jpg) top fixed no-repeat;
	text-align: center;
	color: #fff;
	
	font-family: Helvetica, Arial, sans-serif
}

#wrapper {
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
	visibility: visible;
	text-align: center;
	
	border-bottom: 2px solid #00ff00;
	
	/*border: 1px solid blue;*/
}

*#wrapper{
  position: absolute;
  height: auto;
  top: 0px;
  left: 0px;
}	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*html>body>#wrapper{
	height:auto;
}*/

#zentrieren {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	text-align: center;
	
}

#dieBasis {
	position: relative;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: auto;
	margin-left: -500px;

	/*border: 1px solid red;*/
}

.colmask {
	position:relative;		
    clear:both;
    float:left;
	width:1000px;
	height: auto;		
	overflow:hidden;	
	margin-bottom: 50px;
	text-align: left;
		
	/*border: 1px dashed green;*/
}

#col1 {
	position: fixed;
	top: 0px;
	left: 0px;
	float:left;
    width: 366px;
    
	text-align: left;
	
	/*border: 1px solid #fff;*/
}

.col2 {
	float:right;
    width: 600px;
    position:relative;
	margin-top: 145px;
    /*left:285px;*/
		
	/*border: 1px solid red;*/
}

#header {
	width: 366px;
	height: 262px;
	background: url(../img/leftTop.png);
}

#headerText {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}

#navWrapper {
	width: 366px;
	height: auto;
}

/*	//////////////////////////////////////////
	//										//
	//	main 								//
	//										//
	//////////////////////////////////////////	*/
	
#proWrapper {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #00ff00;
	/*border: 1px dashed red;*/
}

#proHead {
	width: 600px;
	height: 15px;
	text-align: left;
}
	
#proImg {
	width: 366px;
	height: auto;
	
	border-left: 1px solid #1c1c1c;
	border-top: 1px solid #1c1c1c;
	border-right: 1px solid #1c1c1c;
	border-bottom: 3px solid #000000;
}

#startWrapper {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 150px;
}

#startImg {
	width: 366px;
	height: auto;
	
	border-bottom: 3px solid #000000;
}
	
#commentWrapper {
	width: 600px;
	height: 30px;
	padding-top: 20px;
	
	background-color: #1c1c1c;
}

#leftComment {
	float: left;
	width: 200px;
	margin-left: 10px;
	
	color: #666;
	font-size: 10px;
	text-align: left;
	
	/*border: 1px dashed green;*/
}

#rightComment {
	float: right;
	width: 200px;
	
	color: #666;
	font-size: 10px;
	text-align: left;
	
	/*border: 1px dashed red;*/
}

#bigText {
	width: 600px;
	height: auto;
	
	font-size: 12px;
	text-align: left;
	line-height: 21px;
	
	margin-bottom: 20px;
	
	/*border: 1px dashed green;*/
}
	


/*	//////////////////////////////////////////
	//										//
	//	footer								//
	//										//
	//////////////////////////////////////////	*/
	
#footer {
	clear:both;
    float:left;
    width: 250px;
	padding-left: 20px;
		
	height: 65px;
	
	
}

#footerText {
	position: relative;
	height: 20px;
	top: 45px;
	
	text-align: left;
	font-size: 10px;
	color: #333;
}


/*	//////////////////////////////////////////
	//										//
	//	multibox							//
	//										//
	//////////////////////////////////////////	*/
	
#htmlElement {
	padding: 10px;
	background-color: #000;
	color: #FFFFFF;
	width:600px;
}



/*	//////////////////////////////////////////
	//										//
	//	fonts								//
	//										//
	//////////////////////////////////////////	*/

h1 {
	font-size: 20px;
	color: #666;
	font-weight: 100;
	
	letter-spacing: -1px;
	
	margin-bottom: -10px;
}

#startWrapper h2 {
	font-size: 18px;
	color: #666;
	font-weight: 100;
	
	letter-spacing: -1px;
}

#bright {
	font-weight: 400;
	color: #999;
	
}

#proHead h1 {
	font-size: 24px;
	color: #1c1c1c;
	line-height: 1px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #b3b2b2;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

#slash {
	color: #00ff00;
}

#hellgrau {
	font-size: 12px;
	font-weight: lighter;
	color: #b3b2b2;
}

#dunkelgrau {
	font-size: 10px;
	color: #4d4d4d;
}

#red {
	color: #FF0000;
}

#orange {
	color: #FF6600;
}

#green {
	color: #00ff00;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}