@charset "UTF-8";
 
/*********************************
Theme Name: hünefeld architektur
Description: temnp website layout
Version: 0.02
Author: saba-design
Author URI: http://saba-design.de/
last update: 030812
*********************************/


/*********************************
* reset 
*********************************/
/* !reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

fieldset, img { 
	border:0;
}

/*********************************
* basic formats
*********************************/
body {
	font-family: Verdana, Arial, sans-serif;
	color: 000;
	line-height: 1.2em;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #e9eef4;
}

/* basic links */
a:link, a:visited {
	text-decoration:none;
	color:#26476A;
}

a:focus, a:hover, a:active, a:visited:hover {
	color: #000;
}

.hidden {
	display: none;
}


/*********************************
*** layout
*********************************/
#wrap {
	position: absolute;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	background-color: #e9eef4;
	background: -moz-linear-gradient(top,  #e9eef4 0%, #becedb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eef4), color-stop(100%,#becedb));
	background: -webkit-linear-gradient(top,  #e9eef4 0%,#becedb 100%);
	background: -o-linear-gradient(top,  #e9eef4 0%,#becedb 100%);
	background: -ms-linear-gradient(top,  #e9eef4 0%,#becedb 100%);
	background: linear-gradient(to bottom,  #e9eef4 0%,#becedb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eef4', endColorstr='#becedb',GradientType=0 );

}


/*********************************
*** header
*********************************/
#header #logo {
	position: absolute;
	width: 280px;
	height: 100px;
	background-image: url(../rec/logo.png);
	left: 62%;
	top: 38%;
	margin-left: -140px;
}
#header h1 a {
}

#header h1,
#header p {
	display: none;
	text-indent: -9999;
}

#adress {
	position: absolute;
	left: 62%;
	top:38%;
	margin-top: 110px;
	margin-left: -10px;
	font-size: 0.9em;
	color: #666;
}
#adress p {
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-left: -7px;
	margin-bottom: 0px;
}
#slogan {
	position: absolute;
	left: 62%;
	bottom: 0px;
//top: 38%;
	padding: 10px 0px 5px 5px;
	border-left: 1px solid #000;
	margin-left: -25px;
	font-size: 0.8em;
}
#slogan p {
	font-weight: bold;
}
#slogan p span {
	font-weight: normal;
	font-style: italic;
	margin-left: 3px;
}


/*********************************
* media queries
**********************************/
/* 480 */
@media only screen and (max-width: 480px) and (orientation:landscape) {
#header #logo {
//	left: 50%;
	top: 10px;
}
#adress {
	position: absolute;
//	left: 50%;
	top: 0px;
//	margin-left: -120px;
//	font-size: 1.1em;
line-height: 1.0em;
}
#slogan {
	position: absolute;
	left: 10%;
	bottom: 0px;
//	margin-left: -126px;
//	font-size: 1.0em;
}

/* end 460 */
}

/* 460 */
@media only screen and (max-width: 460px) {
#header #logo {
	left: 50%;
	top: 20px;
}
#adress {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -120px;
	font-size: 1.1em;
}
#slogan {
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -126px;
	font-size: 1.0em;
}

/* end 460 */
}


/*********************************
*** fin  * thx4reading ;) pw
*********************************/