html { 
  padding:0px;
  margin:0px;
}

body {
  background: #AAAAFF url(/img/bg.png) repeat;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  text-align: justify;
}

blockquote {
	background: #EEEEFF;
	border-top: 1px solid #8888FF;
	border-bottom: 1px solid #8888FF;
	color: #000000;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	margin-right: 20px;

}

img.imgfloat {
	float: left; padding: 5px 5px 5px 5px;
}

img.imgborder {
	background: #EEEEFF;
	border: 1px solid #8888FF;
	color: #5555DD;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	margin-right: 10px;

}

img.bborder {
	background: #EEEEFF;
	border: 1px solid #000000;
	color: #555555;
/*	display: block; */
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	margin-right: 10px;
	padding: 5px;
}

p.centre {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

a img {
border-color: #9999FF; 
} 

.new_line {
	clear: left;
}

p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

ul {
padding: 0 20px 0 40px;
}

p.logo {
padding: 0;
}

a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:18px;
font-style: italic;
padding-top:10px;
text-transform:uppercase;
color: #121212;
background-color: transparent;
	}


h1 {
font-size: 11px;
text-transform:uppercase;
text-align: center;
color: #FFFF55;
background: #8888FF url(/img/hbg.png) repeat-x;
padding:5px 15px;
margin:0px;
}

h3 {;
font-size: 11px;
text-transform:uppercase;
text-align: center;
color: #FFFF55;
background: #7878FF url(/img/bbg.png) bottom repeat-x;
padding:30px 15px;
margin:0px;
}

strong { 
font-size: 13px;
}

h3 a {
color: #0000AA;
}

/*  positioning-layers statisch und absolut */

#left {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
background: #090909;
margin: 0px; 
padding: 0px;
}

.navigation ul {
list-style: none;
padding: 2px 10px;
margin: 0;
}

.navigation li {
margin: 0 0px 4px;
padding: 0px;
border-bottom: 1px solid #999999;
text-align: left;
}

.navigation a {
color: #3355FF;
display: block;
font-weight: bold;
}

.navigation a:hover {
color: #000000;
}

#content {
margin: 0px 190px 0px 190px;
border-left: 2px solid #564b47;
border-right: 2px solid #564b47;
border-bottom: 2px solid #564b47;
padding: 0px;
background-color: #ffffff;    
}

#right {
position: absolute;
right: 0px;        
width: 190px;
color: #564b47;
background-color: #ff99cc;
margin: 0px; 
padding: 0px;
}

#container3 {
    float:left;
    width:100%;
    background: #CCCCFF;
    overflow:hidden;
    position:relative;
}
#container2 {
    float:left;
    width:100%;
    background: #FFFFFF;
    position:relative;
    right:15%;
}
#container1 {
    float:left;
    width:100%;
    background: #CCCCFF;
    position:relative;
    right:70%;
}
#col1 {
    float:left;
    width:15%;
    position:relative;
    left:85%;
    overflow:hidden;
}
#col2 {
    float:left;
    width:70%;
    position:relative;
    left:85%;
    overflow:hidden;
}
#col3 {
    float:left;
    width:14%;
    position:relative;
    left:84%;
    overflow:hidden;
}

#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 205px;
width: 205px;
background: url(/img/banner.png) no-repeat;
text-indent: -999em;
text-decoration: none;}
