/**
	light-grey: #e3e4e5
	grey: #c6c6c6
	dark: #1E201F
	
*/



a:focus { 
    outline: none; 
}

img, div {
behavior: url(iepngfix.htc)
}

html,body {
margin: 0;
padding: 0;
}
#page-container {
}

#header-container {
background-color: #1E1E1E;
}

#header {
	
width: 790px;
margin: auto;
margin-top: 0px;
margin-bottom: 0px;
height: 131px;
position: relative;
}

#header #menu {

margin-left: 100px;
position: relative;

}

.haccordion .header, .haccordion .content{
 float: left;
 height: 131px;
}


.haccordion .header{
 width: 33px;
 cursor: pointer;

}

.haccordion .content{

 width: 0px;
 overflow: hidden;
}

#IEroot #header #menu {
bottom: 0px;
}

#header dt {
float: left;
margin-left: 3px;
margin-right: 3px;
}

#header #logo {
position: absolute;
right: 0px;
bottom: 30px;
}

#header #om {
position: absolute;
right: 0px;
bottom: 10px;
}

body {
font-family: Verdana,Helvetica,Arial,Sans-serif;
font-size: 11px;
line-height: 180%;
color: #1E201F;
background-color: #c6c6c6;
background-image: url("../images/gradient.png");
background-repeat: repeat-x;
background-attachment: fixed;
}

div {
/*border: 1px dashed green;*/
}
img {
border: none;
}
.hidden {
display: none;
}
#content-container {
width: 790px;
margin: auto;
}
#content {
padding-top: 15px;
}
#content #heading {
float: right;
width: 90px;
}
#content #text-container {
text-align: left;
float: left;
margin-bottom: 18px;
}

#text-container .text-column {
width: 300px;
float: left;
}
#content #image-container {
float: right;
}
#content .portrait {
float: right;
}
#content .landscape {
float: left;
}
#content h2 {
margin: 0;
padding: 0;
}
#content p {
margin: 0;
padding: 0;
padding-bottom: 18px;
}
#content .border-right {
border-right: 1px solid #c6c6c6;
}
#content .padding-left {
padding-left: 10px;
}
#content .padding-right {
padding-right: 10px;
}
#content .border-bottom {
border-bottom: 1px solid #c6c6c6;
}

#footer-container {
clear: both;
width: 790px;
margin: auto;
}
#footer {
width: 700px;
float: right;
border-top: 1px solid #999999;
font-size: 10px;
padding-top: 5px;
margin-top: 20px;
line-height: normal;
}
#footer #kontakt {
width: 200px;
float: right;
text-align: right;
}
#footer a {
color: #666666;
text-decoration: none;
}
#footer a:hover {
color: #333333;
}
