@charset "UTF-8";

@font-face {
    font-family: 'frutiger_light_condensedLtcn';
    src: url('frutiger_47_light_condensed-webfont.eot');
    src: url('frutiger_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('frutiger_47_light_condensed-webfont.woff') format('woff'),
         url('frutiger_47_light_condensed-webfont.ttf') format('truetype'),
         url('frutiger_47_light_condensed-webfont.svg#frutiger_light_condensedLtcn') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	letter-spacing: 0.3px;
	font-weight: normal;
	font-family: 'frutiger_light_condensedLtcn', Arial;
}

html {
	height: 100%;

}

body {
	text-align:center;
	margin: 0;
	padding: 0;
	height: 100%;
	
}

#container
{
	display: block;
	border: 0px solid black;	
	width: 960px;
	margin:0 auto;
	height: 90%;
	padding-top: 30px;
}

#logoBar
{
	display: block;
	border: 0px solid red;
	width: 180px;
	height: 110px;
	float: left;
	text-align: left;
	margin-top: -2px;
	margin-left: -5px;
	padding-top: 0px;
	vertical-align: text-top;
	
}

#logoBar #top
{
	border: 0px solid blue;
	width: 100%;
}

#logoBar #top a
{
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	color: black;
	text-decoration: none;
	font-size: 26px;
	display:block;
		
}

#logoBar #bottom
{
	border: 0px solid orange;
	text-align: center;
	padding-top: 8px;
}

#logoBar #bottom a 
{
	font-family: 'Open Sans', sans-serif;
	color: black;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.3em;
	text-align: center;
	margin: 0 auto;
	display:block
}

#menuBar
{
	display: inline-block;
	border: 0px solid green;
	float: right;
}

#menuBar ul
{
	margin: 0;
}

#menuBar li
{
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	
}

#menuBar li a
{
	border: 0;
	height: 78px;
    overflow: hidden;
	display: inline-block;
	
}


#menuBar li a img
{
	border: 0;
	display: inline-block;	
}



#menuBar li a:hover img {
    margin-top: -78px;
}

#menuBar li a#currentMenuPosition img
{
	margin-top: -78px;
}




#contentBar
{
	padding-top: 15px;
	display: block;
	border: 0px solid blue;
	width: 100%;
	text-align: center;
	clear: both;

}



img
{
	border: 0;
}

h1
{
	text-align: left;
	padding-top: 30px;
	font-size: 24px;
	color: #5B5B5B;
	padding-left: 0px;
	font-weight: bold;
}

h2
{
	text-align: left;
	padding-top: 30px;
	font-size: 20px;
	color: #5B5B5B;
	padding-left: 0px;
	font-weight: bold;
}

p
{
	text-align: left;
	letter-spacing: 1px;
	line-height: 125%;
	color: #5B5B5B;
	font-size: 18px;
	padding-left: 0px;
	padding-top: 30px;
}

p strong
{
	font-weight: bold;
}

.uber-uns
{
	background-color: #DA2A55;
	color: white;
}

p.smaller
{
	font-size: 14px;
}

#textContent
{
	border: 0px solid red; 
	width: 960px; 
	margin: 0 auto;
	padding-bottom: 40px;
}

#textContent li
{
	text-align: left;
	letter-spacing: 1px;
	line-height: 125%;
	color: #5B5B5B;
	font-size: 18px;
	padding-left: 0px;
	padding-top: 30px;
}

.columnLeft
{
	border: 0px solid red; 
	width: 480px; 
	position: relative; 
	float: left; 
	display: block;
	text-align: left;
}

.columnRight
{
	border: 0px solid red; 
	width: 480px; 
	position: relative; 
	float: right; 
	display: block;
	text-align: right;
}


.columnLeft h2, .columnRight h2
{
	padding-top: 30px;
	text-align: left;
	padding-left: 0px;
	font-size: 38px;
	color: #898989;
	font-weight: bold;
}

.columnLeft p, .columnRight p
{
	line-height: 150%;
}


.separator
{
	clear: both; 
	border-bottom: 1px solid #898989; 
	width: 915px; 
	padding-top: 30px;
	margin-left: 30px;
}

.separator2
{
	clear: both; 
	padding-top: 30px; 
	padding-bottom:30px;
}

#downloadLinks
{
	text-align: left;
	width: 960px;
	border: 0px solid red;
	display: block;
}

#downloadLinks ul
{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

#downloadLinks li
{
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	margin-left: 0px;
}

#downloadLinks a, #downloadLinks a:hover, #downloadLinks a:visited
{
	display: inline-block; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 25px;
	padding-right: 25px; 
	background-color: #2077C6;
	color: white;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}

#social a
{
	border: 0;
	height: 69px;
    overflow: hidden;
	display: inline-block;
	
}


#social a img
{
	border: 0;
	display: inline-block;	
}



#social a:hover img {
    margin-top: -69px;
}


#angebotContent
{
	border: 0px solid red; 
	width: 960px; 
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 30px;

}

#footerBar
{
	clear: both;
	display: block;
	border-top: 1px solid #B2B3B3; ;
	width: 100%;
	padding-top: 20px;
	margin-left: 30px;
	width: 915px; 
}

#footerBar p
{
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
}

#footerBar a, #footerBar a:hover, #footerBar a:visited
{
	font-weight: bold;
	font-size: 14px;
	color: #5B5B5B;
	text-decoration: none;
}


#cat-gallery img {
    cursor: -moz-zoom-in;
    float: left;
    height: 200px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-right: 10px;
    padding-top: 10px;      
}

a.impressum, a:visited.impressum, .datenschutz p a
{
	color: #2077C6;	
	font-weight: bold;
	text-decoration: none;
}

a:hover.impressum
{
	text-decoration: underline;
}


a.kontakt, a:visited.kontakt
{
	color: #6C1848;	
	font-weight: bold;
	text-decoration: none;
}

a:hover.kontakt
{
	text-decoration: underline;
}

table
{
	padding-left: 50px;	
	padding-top: 1px;
}

.columnRight table th, .columnRight table td
{
	text-align: left;
	letter-spacing: 1px;
	line-height: 125%;
	color: #5B5B5B;
	font-size: 18px;
	padding-right: 50px;
}

.technische-details-header
{
	background-color: #DA2A55;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	
}

.technische-details-regular
{
	padding-left: 10px;
}

.technische-details ul
{
	margin: 0px;
	padding-left: 0px;
	text-align: left;
}

.technische-details .columnLeft ul li
{
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	color: #5B5B5B;
    font-size: 18px;
    line-height: 150%;
}

.technische-details .columnRight ul li
{
	list-style: none;
	margin: 0px;
	padding-left: 60px;
	color: #5B5B5B;
    font-size: 18px;
    line-height: 150%;
}

#technische-details-1
{
	margin: 0 auto;
	width: 800px;	
}

#technische-details-1 th
{
	text-align: center;
	background-color: #DA2A55;
	color: white;
	letter-spacing: 1px;
	line-height: 200%;
	font-size: 18px;
	border-bottom: 3px solid white;
}


#technische-details-1 tr td
{
	text-align: center;
	background-color: #EBECEC;
	border: 3px solid white;
	letter-spacing: 1px;
	line-height: 200%;
	color: #3B3B3B;
	font-size: 18px;
}


#technische-details-2
{
	margin: 0 auto;
	width: 800px;	
}

#technische-details-2 th
{
	text-align: center;
	background-color: #DA2A55;
	color: white;
	letter-spacing: 1px;
	line-height: 200%;
	font-size: 18px;
	border-bottom: 3px solid white;
}


#technische-details-2 tr td
{
	text-align: center;
	background-color: #EBECEC;
	border: 3px solid white;
	letter-spacing: 1px;
	line-height: 200%;
	color: #3B3B3B;
	font-size: 18px;
}

.galerie
{
	background-color: #CC0067;
	color: white;
	font-weight: normal;
}

#back-button
{
	position: fixed; 
	top: 50%; 
	right: 0px; 
	width: 50px; 
	height: 50px;
	z-index: 1000;
}

.allwetterschirme
{
	background-color: #DC1078;
	color: white;
}

.konstruktion
{
	background-color: #60B238;
	color: white;
}

.maximaler-oberflachenschutz
{
	background-color: #008DD2;
	color: white;	
}

.schirmmembran
{
	background-color: #5E4B97;
	color: white;		
}

.dauerhaft-bedruckte-membranen
{
	background-color: #83265A;
	color: white;
}

.sichere-lieferung
{
	background-color: #FECC00;
	color: white;
}

.schirmpflege-und-lagerung
{
	background-color: #A85FA1;
	color: white;	
}
