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

}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: black;
 
	/*background-image:url('/files/deko/gradient.png');*/
}

#BGimage{
/*background-image:url('/files/back/windigefassade4.JPG');*/
background-image:url('/files/back/rotate.php');
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#BGgradient{ 
background-image:url('/files/deko/raster03b.png');
position: fixed;
overflow: hidden;
z-index:2;
width: 100%;
height:100%;
top:0;
left:0;
}

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

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



a img { border: none; text-decoration: none; }

#menu {
    width: 100%;
    overflow: visible;
    top: 60px;
    bottom: 0;
    left: 5px;
    position: absolute;
    height: 130px;  
    color:white;
    background-color: #131313;
    padding: 0px 0px 0px 6px;
    opacity: .9;
	}

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

#menu ul li.section-title { }

#content {
    width: 1100px;
    overflow: auto;
    top: 90px;
    bottom: 0;
    left: 180px;
    position: absolute;
    height: 650px;
    background-color: #fff;
  border-width:1px;
  border-style:solid;
 border-color: black;
 z-index:6;
padding: 10px 0px 0px 30px;

}


titel {
    width: 100%;
    overflow: visible;
    top: 40px;
    bottom: 0;
    left: -20px;
    position: relative;
    color:white;
background-color: transparent;
padding: 3px 10px 13px 30px;
font-size: 20px;
z-index:15;
border-right-width:1px;
border-right-style: solid;
border-color: #a619e8;

background-image:url('/files/deko/cutbackg2.png');
} 

.sub{
  width:650px;
    overflow: visible;
    bottom: 45px;
    left: -20px;
    position: relative;
    color:#fff;
padding: 10px 0px 40px 30px;
margin: 0px 0px 0px 0px;
font-size: 11px;
z-index:15;
border-right-width:1px;
border-right-style: solid;
border-color: #a619e8;


background-color: transparent;

background-image:url('/files/deko/cutbackg2.png');
} 

.container {
    padding: 10px 5px 25px 15px;
}

#content p { width: 450px; margin-bottom: 15px;
margin-top:5px; }

p {
    margin: 0 0 9px 0;

}

#HeadID{  
	left: 13px;
	right: 0;
	top: 20px;
	position: fixed;
	text-decoration: none;
	z-index:1;}
HeadStyle{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
    padding: 4px 100% 1px 10px;
text-decoration: none;
	}

h1 {
    left: -20px;
    position: relative; 
font-family: Helvetica, Arial, Sans-Serif;
font-size: 25px;
font-weight: lighter;
color:white;
letter-spacing: -1px;
  border-bottom-width:1px;
  border-bottom-style:solid;
 border-color: #a619e8;
z-index:0;
background-image:url('/files/deko/cutbackg.png');
padding: 12px 0px 6px 20px;
width:650px;
}

h2 { 
left: -20px;
    position: relative; 
font-family: Helvetica, Arial, Sans-Serif;
font-size: 20px;
font-weight: lighter;
color:white;
letter-spacing: 1px;
  border-bottom-width:1px;
  border-bottom-style:none;
 border-color: #195c95;
z-index:0;
background-image:url('/files/deko/cutbackg.png');
padding: 12px 0px 6px 20px;
width:600px;
}

h3 { 
left: -20px;
    position: relative; 
font-family: Helvetica, Arial, Sans-Serif;
font-size: 16px;
font-weight: lighter;
color:white;
letter-spacing: 1px;
  border-bottom-width:1px;
  border-bottom-style:none;
 border-color: #195c95;
z-index:0;
background-image:url('/files/deko/cutbackg.png');
padding: 12px 0px 6px 20px;
width:600px;
}

h4 { 
left: -20px;
    position: relative; 
font-family: Helvetica, Arial, Sans-Serif;
font-size: 14px;
font-weight: lighter;
color:white;
letter-spacing: 1px;
  border-bottom-width:1px;
  border-bottom-style:none;
 border-color: #195c95;
z-index:0;
background-image:url('/files/deko/cutbackg.png');
padding: 12px 0px 6px 20px;
width:600px;
}
.small { 
width: 200px;
font-size: 9px;   
bottom: 0;
left: 0;
position: fixed;
z-index:3;
color: #535353;

}

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

#once { clear: left; }