* {
	margin:0;
	padding: 0;
} 

body { 
	color: #FFF;    
	background: #000 url(../gfx/bg_page.gif);
	text-align: left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
body.home {
    background-image: none;
}

a {
	color: #FFF;	
	text-decoration: none;
	font-weight: 400;
	text-transform:uppercase;
}

a:hover{
	text-decoration: underline;
}

a.cb {
	margin: 0 20px 10px 0;
	float: left; 
}

a.cb img {
	border: 0;
}

p {
	padding-bottom: 15px;
}

ul {
	list-style: none;
}

.shops ul {
    margin-bottom: 20px;
}

h2, h3 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 35px;
}
h2, .red {
    color: #e42618;
}
h2 {
    padding-bottom: 20px;
}
.impressum h2 {
    color: #FFF;
}
#page {
	width: 900px;
	margin: 0px auto 0px auto;
	
}

#footer {
    margin-top: 30px;
	height:30px;
	font-size: 13px;
	position: relative;
	clear: both;
}

#footer-link {
	left: 466px;
	position: absolute;
	width: 460px;
}
#footer-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-link li {
	float: left;
	margin: 0 12px 0 0 ;
	padding: 0;
}

#col1 {
	text-align: center;
	width: 208px;
	float: left;
}

#col2 {
	float: right;
	width: 435px;
	line-height: 1.5em;
	position: relative;
	padding-top: 200px;
}
.home #col2 {
    height: 562px;
    padding-top: 0;
}
.home #col2 img {
    position: absolute;
    top: 35px;
    right: 0;

}

.impressum #col2 {
    padding-top: 70px;
}

#logo {
	padding-top: 168px;
	height: 71px;
}

#koelner-licht {
	padding-top: 27px;
	height: 72px;
}

#lang-select {
	float:left;
	text-align:center;
	width:208px;	
	
}

#back-select {
	position: absolute;
	left: 0;
	text-align:center;
	width:208px;
	
}

#lang-select a, #footer-link a, #back-select a {
	color: #7f7f7f;	
	text-decoration: none;
	font-weight: normal;
}

#lang-select a:hover, #footer-link a:hover, #back-select a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.cl {
    overflow: hidden;
}
* html .cl {zoom:1;}
*+html .cl {zoom:1;}