/* 	
Project: Website Juergen Maurer
Author: Christopher Mueller
http://www.christophermueller.de
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* End of Reset CSS 


/*
    // ========================================== \\
   ||                                              ||
   ||               STYLES	    !                  ||
   ||                                              ||
    \\ ========================================== //
*/

h1 {
 font-size: 24px;
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 color: #3d8f29;
 padding: 17px 0px 0px 0px;
 text-align: left;
 font-weight: bold;
 font-style: normal;
}

h2 {
 font-size: 19px;
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 color: #B4D28E;
 padding: 3px 0px 12px 0px;
 font-weight: bold;
 font-style: italic;
}

h3 {
 font-size: 17px;
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 color: #3d8f29;
 padding: 4px 0px 3px 0px;
 vertical-align: middle;
 line-height: 25px;
 font-weight: bold;
 font-style: normal;
}

h3 img {
 float: left;
 margin: 0px 13px 0px 5px;
}

h3 a {
 color: #3d8f29;
 text-decoration: none;
}

h3 a:hover {
 text-decoration: none;
 border-bottom: 1px solid #3d8f29;
}

p {
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 line-height: 20px;
 color: #444;
 padding-bottom: 7px;
}

p.dark strong {
 color: #c08318;
 font-weight: normal;
 border-bottom: 1px dotted #debe87;
 text-shadow: 1px 1px 1px #fff;
}

p.dark a{
 border-bottom: 1px dotted #c08318;
 text-decoration: none;
 color: #444;
}

p.dark a:hover{
 border-bottom: 1px solid #c08318;
}

p.hinweis {
 color: #fff;
 line-height: 20px;
 background: transparent url(../img/bg-p-hinweis.png) repeat-x 50% 50%;
 padding: 11px 10px 13px 10px;
 margin: 15px 0px 50px 0px;
 text-align: center;
 text-shadow: 1px 1px 1px #6e6e6e;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.text-left {
 margin-left: 13px;
}

.infotable table {
  border-collapse:collapse;
}

.infotable td {
 font-size: 15px;
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 color: #22709d;
 padding: 14px 0px 3px 0px;
 text-align: left;
 font-weight: bold;
 font-style: normal;
}

.infotable td span{
 font-size: 14px;
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 font-weight: normal;
 font-style: normal;
 line-height: 20px;
 color: #444;
 text-shadow: 1px 1px 1px #fff;
}

.infotable td span a, .infotable td span a:hover, .infotable td span a:visited, .infotable td span a:link, .infotable td span a:active{
 color: #444;
 text-decoration: none;
 border-bottom: 1px dotted #c08318;
}

body{
	background: #c7deab /*url(../img/bg-body.jpg) no-repeat center top*/;
}

#wrapper  {
	position: relative;
	margin: 80px auto 0 auto;
	width: 700px;
	-moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
	box-shadow: 0px 0px 10px #555;
}



/* HEADER STYLES */

#header {
	height: 210px;
}

#kontaktleiste {
	height: 32px;
	background: #3d8f29;
}

#kontaktleiste p {
	padding: 6px;
	text-align: center;
	color: #fff;
	font-size: 17px;
 	font-family: 'Trebuchet MS', Helvetica, sans-serif;
 	font-weight: bold;
}

/* HEADER STYLES END */

/* CONTENT STYLES */

#content-us {
	background: #fff /*url(../img/bg-us2.png) repeat-y 50% 0%*/;
	padding: 10px 17px 10px 10px;
}

.img-right{
	border: 1px solid #3d8f29;
	background: #B4D28E;
	padding: 4px;
	float: right;
	margin: 14px 7px 13px 24px;
}

.img-right-2{
	border: 1px solid #3d8f29;
	background: #B4D28E;
	padding: 4px;
	float: right;
	margin: 0px 7px 13px 24px;
}

.img-left{
	border: 1px solid #3d8f29;
	background: #B4D28E;
	padding: 4px;
	float: left;
	margin: 14px 24px 13px 13px;
}

.img-left-2{
	border: 1px solid #3d8f29;
	background: #B4D28E;
	padding: 4px;
	float: left;
	margin: 0px 24px 13px 13px;
}

.cleartext {
	clear: both;
}

.h1divider {
	position: relative;
	right: 24px;
	margin: 30px 0px 35px 0px;
	width: 696px;
	border-top: 4px solid #c8dbff;
}

#zurueckbutton-left a {
    position: absolute;
	height: 28px;
	width: 80px;
	left: 0px;
	bottom: 28px;
	background: #3d8f29;
	padding: 6px 0px 0px 10px;
	color: #fff;
	font-size: 17px;
 	font-family: 'Trebuchet MS', Helvetica, sans-serif;
 	font-weight: bold;
 	text-decoration: none;
}

#zurueckbutton-right a {
    position: absolute;
	height: 28px;
	width: 80px;
	right: 0px;
	bottom: 28px;
	background: #3d8f29;
	padding: 6px 0px 0px 10px;
	color: #fff;
	font-size: 17px;
 	font-family: 'Trebuchet MS', Helvetica, sans-serif;
 	font-weight: bold;
 	text-decoration: none;
}

/* FOOTER STYLES */


#footer{
	margin: 0 auto;
	width: 700px;
}
	
#footer p{
	padding: 10px 0px 0px 0px;
	text-align: right;
	color: #3d8f29;
	text-shadow: 1px 1px 1px #E4EECC;
}

#footer p a, #footer p a:active, #footer p a:hover, #footer p a:visited {
	text-decoration: none;
	color: #3d8f29;
}

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*
 *  CSS3 Media queries
 */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

p.oldbrowser_warning {
	font-size: 12px;
	background: #e1e1e1;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
  	padding: 10px 20px;
}
