@charset "UTF-8";
/*
Theme Name: Modellbau Renner
Theme URI: -
Description: The default Modellbau Renner theme.
Version: 1.0
Author: Orlando Hohmeier (wolkenfrom.de) by order of Heinz E. Mänz Kommunikation GmbH & Co. KG
Author URI: http://www.maenzkommunikation.de/ 
Tags: blue, fixed width, two columns

	Modellbau Renner v1.0 in some parts based on Kubrick v1.5 by Michael Heilemann (http://binarybonsai.com/)
	
	This theme was designed and built by Orlando Hohmeier in order of Heinz E. Mänz Kommunikation GmbH & Co. KG,
	whose blog you will find at http://blog.wolkenform.de/
	
*/

/* Begin Typography & Colors */

body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	/*font-weight:bold;*/
	background: #FFF;
	color: #000;
	text-align: center;
	}

#page {
	background:#2E5FA1;
	color:#FFF;
	text-align:left;
}
#footer {
	color: #666;
	font-weight:normal;
	font-size:11px;
	}
.gallery .gallery-icon {
	background:#FFF;
}

.googleMap {
	color:#333;	
	}

/* End Typography & Colors */

/* Begin Structure */
#page {
	width: 775px;
	min-height:770px;
	margin: 20px auto;
}
#header {
	width: 775px;
	height: 102px;
}
#navigation_logo {
	width:775px;
	height:65px;
}
#navigation {
	width:450px;
	padding-left:12px;
	}
#navigation a {
	height:27px;
	margin-top:19px;
	margin-right:0px;
	float:left;
}
#logo {
	position:absolute;
	margin-left:450px;
	margin-top:13px;
	}
#content {
	min-height:566px;
	margin-top:19px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:20px;
	}
#content #text{
	width:430px;
	margin-top:-30px;
	float:left;
	}
#entry {
	margin-top:5px;
	}
#footer {
	height:22px;
	width:775px;
	padding-left:12px;
}
#footer span {
	position:absolute;
	margin-top:2px;
}
.gallery {
	width: 310px;
	margin-left: 441px;
	margin-bottom: 100px;
	margin-top: 50px;
	text-align:center;
	clear: none;	
	overflow: visible;
}
.gallery .gallery-item {
	float:none;
}
.gallery .gallery-icon {
	width:249px;
	padding:5px 5px 4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:13px;
}
.gallery #gallery_top {
	position:relative;
	padding-left:310px;
	padding-top:28px;
}
.gallery #gallery_bottom {
	position:relative;
	top:14px;
	padding-left:310px;
	padding-bottom:30px;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	
	margin:0px;
	width:249px;
	max-width:249px;
	height:169px;
	padding:0px;

}
.mark {
	float:right;
	position:relative;
	right:10px;
	bottom:35px;
	width:24px;
	height:26px;
	}

/* End Structure */

/* Begin Images */
#page {
	background-image:url(images/site_bg.jpg);	
	background-repeat:no-repeat;
}
#header {
	background-image:url(images/header_1.jpg);	
	background-repeat:no-repeat;
}
#navigation_logo {
	background-image:url(images/navigation_bg.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-image:url(images/footer_bg.jpg);	
	background-repeat:no-repeat;
}
.gallery {
	background-image:url(images/gallery/gallery_bg.png);
	background-repeat:repeat-y;
}
.gallery #gallery_top {
	background-image:url(images/gallery/gallery_top.png);
	background-repeat:no-repeat;
}
.gallery #gallery_bottom {
	background-image:url(images/gallery/gallery_bottom.png);
	background-repeat:no-repeat;
}
.mark {
	background-image:url(images/mark.png);	
	background-repeat:no-repeat;
}
/* End Images */

/* Begin Buttons */
#navigation #profil {
	background-image:url(images/buttons/profil.png);
	background-repeat:no-repeat;
}
#navigation #kompetenzen {
	background-image:url(images/buttons/kompetenzen.png);
	background-repeat:no-repeat;
}
#navigation #projekte {
	background-image:url(images/buttons/projekte.png);
	background-repeat:no-repeat;
}
#navigation #spezialitaeten {
	background-image:url(images/buttons/spezialitaeten.png);
	background-repeat:no-repeat;
}
#navigation #kontakt_impressum {
	background-image:url(images/buttons/kontakt_impressum.png);
	background-repeat:no-repeat;
}
#navigation a:hover {
	background-position:0px -30px;
}
#navigation .button-active {
	background-position:0px -30px;
	}

/* End Buttons */

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	
	}

/* End Headers */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}
/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/