/* ---------------------------------------------- 
  
	Author: Medienreformer | Hendrik Just
	Author URI: http://www.medienreformer.de/
	Start: 20.09.2010
     
------------------------------------------------- */

/*
 *  Font size
 *  =========
 **/

/*
 *  9px  - .750em       *  18px - 1.500em
 *  10px - .833em       *  19px - 1.583em
 *  11px - .917em       *  20px - 1.667em
 *  12px - 1em          *  21px - 1.750em
 *  13px - 1.083em      *  22px - 1.833em
 *  14px - 1.167em      *  23px - 1.917em
 *  15px - 1.250em      *  24px - 2.000em
 *  16px - 1.333em      *  30px - 2.500em
 *  17px - 1.417em      *  36px - 2.750em
*/

/**************************************/
/*  GLOBAL RESET                      */
/**************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { line-height: 1.5; }

/* BODY
-------------------------------------------------------------- */

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* BLOCKQUOTE
-------------------------------------------------------------- */

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


html { font-size:100.01%; }

/* HEADINGS
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* TEXT ELEMENTS
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a img       { border: none; }
a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* LISTS
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* TABLES
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* MISC
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/**************************************/
/*  GLOBAL                            */
/**************************************/

html { 
	overflow-y: scroll; 
}

body {
	font: 14px/1.4 Georgia, Serif;
	background: #ffffff url(../../../../uploads/bg-foto-header.jpg) no-repeat center top; 
}

p {
	color: #656565; 
	font: 13px/19px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
}


#home { 
	background: #ffffff url(../../../../uploads/bg-foto.jpg) no-repeat center top; 
}


/**************************************/
/*  LINKS                             */
/**************************************/

a, a:link, a:active {
	color: #006387;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/**************************************/
/*  LAYOUT                            */
/**************************************/

#page-wrap {
	margin: 0 auto; 
	width: 970px; 
}

#header, #subheader, #subheader-start, #footer {
	width: 940px;
}

#header {
	height: 120px;
	position: relative; 
}

#content { 
	position: relative; 
	width: 970px; 
}

#main, #sidebar, .drittel, #main-blog, #sidebar-blog { 
	margin-top: 20px; 
}

#main {
	width: 620px;
	float: left; 
}

#sidebar {
	width: 300px;
	float: right;  
	margin-right: 30px; 
}

.drittel {
	width: 300px;
	float: left; 
	margin-right: 20px; 
}

#footer {
	height: 50px;
	border-top: 1px solid #dadada; 
}

/* BLOGSEITE */

#main-blog {
	width: 730px;
	float: left; 
}

#sidebar-blog {
	width: 180px;
	float: right;  
	margin-right: 30px; 
}

/* KONTAKT/IMPRESSUM - LINIE UNTEN */

.line-down { 
	border-bottom: 1px solid #dadada; 
}

/* KONTAKTSEITE */

#main-kontakt {
	width: 640px;
	float: left; 
}

#sidebar-kontakt {
	width: 260px;
	float: right;  
	margin-right: 30px; 
}

/**************************************/
/*  HEADER                            */
/**************************************/

#logo {
	position: absolute;
	top: 30px;
	height: 63px;
	width: 208px;
	left: 0;
}

#logo a {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	background-image: url(../images/logo.png);
	height: 63px;
	width: 208px;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	background-position: 0px 0px;
}

#logo h1 a:hover {
	background-position: 0px -63px;
}

/**************************************/
/*  SUBHEADER                         */
/**************************************/

#subheader {
	height: 50px;
	position: relative; 
	border-top: 1px solid #dadada; 
	border-bottom: 1px solid #dadada; 
}

#subheader h2 { 
	color: #5b5b5b; 
	font-size: 18px; 
	font-style: italic; 
	margin-top: 12px; 
	margin-bottom: 0; 
}

#subheader h2 span { 
	font-weight: bold; 
	color: #4f4f4f; 
	font-style: italic; 
}

#subheader .btn-uebersicht { 
	position: absolute;
	top: 13px; 
	right: 0; 
	width: 120px; 
	height: 23px; 
}

/**************************************/
/*  STARTSEITE                        */
/**************************************/

#subheader-start {
	position: relative; 
	border-top: 1px solid #dadada; 
}

#subheader-start h2 { 
	color: #454545; 
	font-size: 24px; 
	font-style: italic; 
	margin-top: 12px; 
	margin-bottom: 12px; 
}

#subheader-start h2 span { 
	font-weight: bold; 
	font-style: italic; 
}

#subheader-start p { 
	color: #454545; 
	font-size: 14px; 
	line-height: 22px; 
}

/* NEWS BEREICH */

#main-start { 
	width: 480px; 
	background: url(../images/bg-news-24.png) repeat 0 0; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding-top: 20px; 
	padding-bottom: 20px; 
}

#main-start h3 { 
	text-transform: uppercase; 
	margin-left: 20px; 
	font: 24px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
	color: #525252; 
}

.news { 
	margin-left: 20px; 
	margin-right: 20px; 
}

.news h4 { 
	margin-bottom: 5px; 
	font-size: 18px; 
}

.news h4 a { 
	font-family: "Georgia", Times New Roman, Times, serif; 
}

.news h5 { 
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
	color: #ffffff; 
	padding: 3px 9px 10px;  
	margin-bottom: 5px; 
	background: url(../images/bg-date.gif) no-repeat 0 0; 
}

.news p { 
	font: 13px/18px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
	color: #525252; 
	margin-bottom: 0; 
}

.news a { 
	color: #006387; 
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
}

.news a:hover, .post a:hover { 
	color: #4f4f4f;  
}

.news p.link { 
	margin-bottom: 10px; 
	margin-top: 10px; 
	font-size: 12px; 
	background: url(../images/pfeil-link.gif) no-repeat 0 3px; 
	padding-left: 12px; 
}

/**************************************/
/*  PORTFOLIO                         */
/**************************************/

#portfolio { 
	width: 970px; 
	padding-bottom: 20px; 
	overflow: hidden; 
}

#portfolio .item { 
	margin-top: 20px;
	margin-right: 20px; 
	float: left; 
	width: 220px; 
	height: 170px;
	background-color: #ebebeb;  
}

#portfolio img { 
	padding: 5px; 	  
	width: 210px; 
	height: 130px; 
}

#portfolio .item-title {
	text-align: center; 
	font: bold 12px/24px "Lucida Grande", Lucida, Verdana, sans-serif; 
	 
}

#portfolio-details { 
	width: 970px; 
	padding-bottom: 20px; 
	overflow: hidden; 
}

#portfolio-details img { 
	margin-right: 10px; 
	margin-bottom: 10px;
	padding: 4px;  
	background-color: #ebebeb; 
	float: left; 
}

#jobdetails { 
	padding: 15px 15px 10px; 
	margin-top: 20px; 
	margin-right: 30px; 
	margin-bottom: 10px;
	background: #ececec url(../images/bg-jobdetails.gif) repeat-x 0 0; 
}

#jobdetails p {
	font: 13px/21px "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #656565;  
	margin-top: 0; 
	margin-bottom: 5px;
	text-shadow: #ffffff 1px 1px 1px; 
}

#pagination { 
	border-top: 1px solid #dadada; 
	margin-right: 30px; 
	overflow: hidden; 
	padding-top: 8px; 
	padding-bottom: 8px; 
}

#pagination a img.pagination-left { 
	float: left; 
}

#pagination a img.pagination-right { 
	float: right; 
}

#pagination ul { 
	float: left; 
	font: 10px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
}

#pagination ul li { 
	float: left; 
}

#pagination ul a { 
	display: block;
	background-color: #ebebeb; 
	margin-right: 3px; 
	padding: 3px 5px; 
}

/* PAGINATION TOP */

#pagination-top { 
	position: absolute;
	top: 13px; 
	right: 130px; 
	width: 75px; 
	height: 23px; 
}

#pagination-top a img.pagination-left-top { 
	float: left; 
}

#pagination-top a img.pagination-right-top { 
	float: right; 
}

/* PAGINATION NEXT */

.pagination { 
	text-align: center; 
	margin: 0 0 20px; 
}

/* WP GALLERY */

dd.gallery-caption { 
	color: #757575; 
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif; 
	margin-right: 20px; 
}

/**************************************/
/*  SEITE - DER ZEICHNER              */
/**************************************/

div.box-foto { 
	background-color: #ebebeb; 
	overflow: hidden; 
	padding: 5px; 
	margin-bottom: 16px; 
}

.box-foto img { 
	float: left; 
	margin-right: 8px; 
}

.box-foto p, .box-foto { 
	font-size: 11px; 
	line-height: 14px; 
	margin-top: 3px; 
	margin-bottom: 0; 
}

/**************************************/
/*  BLOG-NEWS                         */
/**************************************/

#main-blog h3.post-title { 
	padding-left: 160px; 
	margin-bottom: 10px;
	color: #006387; 
	padding-top: 8px; 
}

#sidebar-blog h4 { 
	color: #464340; 
	font-size: 1.500em;  
	margin-bottom: 0.6em;  
}

#sidebar-blog h4.rss { 
	margin-top: 8px; 
}
 
#sidebar-blog h4.rss, #sidebar-blog h4.archiv, #sidebar-blog h4.category { 
	background: url(../images/icon-rss.gif) no-repeat 0 4px; 
	padding-left: 25px; 
}

.attachment {  
	width: 130px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	text-align: right; 
	height: 60px;
	background: url(../images/news-thumb.jpg) no-repeat 0 0; 
	border: 1px solid #e5e5e5; 
}
 
/* -- subnavi Blog --*/
 
ul.subnavi-blog {
	border-top: 1px solid #dddddd; 
	margin-bottom: 18px; 
}
 
.subnavi-blog li  {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif; 
}
 
.subnavi-blog a {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px 10px 25px;
	background: url(../images/pfeil-subnavi.gif) no-repeat 5px 12px; 
}
 
.subnavi-blog a:link, .subnavi-blog a:visited {
	color: #5d5a53;
	text-decoration: none;
}

.subnavi-blog a:hover, #main-blog h4 a:hover {
	color: #006387;
}

/**************************************/
/*  NAVIGATION                        */
/**************************************/

#navi {
	position: absolute;
	right: -10px;
	top: 0;
}

#navi ul {
	list-style-type: none; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic; 
}

#navi li {
	float: left;
}

#navi li a {
	display: block;
	padding: 45px 10px 5px; 
	color: #aaaaaa; 
}

#navi li a:hover { 
	color: #4f4f4f; 
	text-decoration: none; 
}

#navi a.current,
.home #navi a.home,
.date #navi a#archiv,
.page-id-2 #navi a.zeichner,
.page-id-11 #navi a.kontakt {
	color: #ae2b22;
	background: url(../images/navi-active.gif) no-repeat center top;
}

/**************************************/
/*  SUBNAVIGATION                     */
/**************************************/

ul#subnavi {
	list-style-type: none;
}

ul#subnavi li {
	border-bottom: 1px dotted silver;
}

ul#subnavi li a {
	display: block;
	padding: 5px 10px;
}

/**************************************/
/*  FOOTER                            */
/**************************************/

#footer p { 
	padding-top: 15px; 
	color: #aaaaaa; 
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;  
}

#footer p a { 
	color: #aaaaaa;
}

#footer a:hover { 
	color: #4f4f4f; 
	text-decoration: none;  
}

.page-id-13 #footer a.impressum { 
	 color: #ae2b22;
}

p.footer-left { 
	width: 500px; 
	float: left; 
}

p.footer-right { 
	width: 200px; 
	float: right; 
	text-align: right; 
}

/**************************************/
/*  GOOGLE MAPS                       */
/**************************************/

#map { 
	width: 320px; 
	height: 160px; 
	border: 1px solid silver; 
	margin-top: 20px; 
	margin-bottom: 20px; 
}

#map h3 { 
	font-weight: bold; 
	font-size: 14px; 
	color: black; 
	margin-bottom: 5px; 
}

#map p { 
	font-size: 11px; 
	color: black; 
	margin-bottom: 5px; 
	line-height: 15px; 
}

/**************************************/
/*  IMG FLOATS CLEAR                  */
/**************************************/

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

/* -- floats -- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

* html .clearfix {
	height: 1%
}

.clear {
	clear: both;
}

/**************************************/
/*  JQUERY WRAPCAPTION                */
/**************************************/
 
.imgpost {
	float: left;
	position: relative; 
}

/* so that image still floats and looks nice even if JS is turned off */

.imgpost img,
img.captionme {
	float: left;
}

.imgpost .thecaption {
	bottom: 5px;
	color: #fff;
	left: 5px;
	position: absolute; 
	background-color: #434343; 
	padding: 4px 10px; 
	font: 11px "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
}
