/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #1c1c1c;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

/* OWN STYLE DIVS */
#mainframe {
    width: 100%;
    overflow: inherit;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #1c1c1c;
	/*border-left: 2px solid #0ce4c3;*/
}

#borderLeft {
	width: 2px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #0ce4c3;
	visibility: hidden;
}

#borderLeft02 {
	width: 2px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #0ce4c3;
	visibility: hidden;
}

#header {
    width: 1024px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 50%;
    position: absolute;
    height: 120px;
	margin-top: 10px;
	margin-left: -512px;
	/*background-color: #0ce4c3;*/
	/*border-bottom: 1px solid #0ce4c3;*/
}

/*#header02 {
    width: 300px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 120px;
	margin-top: 10px;
	margin-left: -512px;
	background-color: #0ce4c3;
	border-bottom: 1px solid #0ce4c3;
}*/

#logo {
    width: 120px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 60px;
    position: absolute;
    height: 120px;
	margin-top: 5px;
	background-image: url(http://web46.011.netroom.de/imgs/stripesGridBright.png);
	background-repeat: repeat;
}

#cyanBlock {
    width: 30px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	margin-top: 0;
	margin-left: 0;
	background-color: #0ce4c3;
	/*border-bottom: 1px solid #ffe11a;*/
	/*z-index: 5;*/
}

#cyanBorder {
    width: 100px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 1px solid #0ce4c3;
	/*border-bottom: 1px solid #ffe11a;*/
	/*z-index: 5;*/
}

#headline {
    width: 120px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 60px;
    position: absolute;
    height: 20px;
	margin-top: 105px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-style: bold;
}

#emptyBox {
    width: 1024px;
	height: 100%;
	position: absolute;
	overflow: visible;
	left: 50%;
    margin-top: 0;
	margin-left: -512px;
    top: 0;
	z-index: 5;
}

#cyanStripes {
    width: 10px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 693px;
	margin-top: 10px;
	margin-left: -2px;
	border-left: 2px solid #0ce4c3;
	z-index: 5;
}

#cyanBar {
    width: 1024px;
    overflow: visible;
    top: 130px;
    bottom: 0;
	left: 50%;
    position: absolute;
    height: 8px;
	margin-top: 4px;
	margin-left: -514px;
	background-color: #0ce4c3;
	border-bottom: 1px solid #ffe11a;
	/*z-index: 5;*/
}

#cyanBarTop {
    width: 1024px;
    overflow: visible;
    top: 0px;
    bottom: 0;
	left: 50%;
    position: absolute;
    height: 10px;
	margin-top: -10px;
	margin-left: -514px;
	background-color: #0ce4c3;
	border-left: 2px solid #0ce4c3;
	/*border-bottom: 1px solid #ffe11a;*/
	/*z-index: 5;*/
}

#gridBG {
    width: 150px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 450px;
	margin-top: 0;
	background-image: url(http://web46.011.netroom.de/imgs/stripesGrid.png);
	background-repeat: repeat;
	z-index: -5;
}
/* end of OWN STYLE DIVS */

#menu {
    width: 250px;
    overflow: visible;
    top: 125px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 30px;
	margin-top: 10px;
	margin-left: 0;
	/*border-top: 10px solid #0ce4c3;*/
	z-index: 5;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

/* SECTION HEADERS */
#menu ul li.section-title {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	}

#content {
    width: 804px;
	height: 100%;
	position: absolute;
	overflow: visible;
	left: 220px;
    margin-top: 20px;
	margin-left: 0;
    top: 150px;
	padding-top: 20px;
	/*background-image: url(http://web46.011.netroom.de/imgs/stripesGrid.png);
	background-repeat: repeat;*/
	/*z-index: 5;*/
	z-index: 10;
}

.container {
    padding: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 1em;*/
	font-weight: normal;
	margin-left: 60px;
}

#menu .container a {
	color: #0ce4c3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em; /*0.45em for Opera*/
	font-style: normal;
	font-weight: normal;
}

#menu .container a:hover {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em; /*0.45em for Opera*/
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffe11a;
}

/*.container ul li {
	font-size: 0.5em;
}*/

#content p { width: 420px; margin-bottom: 9px; }

#content .container { 
	font-size: 1.1em; 
	}

#content .container a { 
	color: #0ce4c3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em; 
	font-style: normal;
	font-weight: normal;
	}

#content .container a:hover { 
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffe11a;
	}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; color: #0ce4c3;}
h4 { font-size: 12px; color: #fff; /*width: 420px; background-color: #399;*/ }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
