/*  all material copyright 2012

	@author creativegroup
	@country germany
	@phone ++49 (0) 178 / 81 78 183
	@mail info@creativegroup.de

	thank you for examining our code
	feel free to ask us about webdesign, advertisement and editorial design
---------------------------------------------------------------------------------*/



/*  modified eric meyer’s css reset
---------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; border: 0; vertical-align: baseline; }
option { padding-left: 0.4em; }
html { height: 101%; margin-bottom: 1px; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
fildset,img { border: none; overflow: hidden; }
ol,ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
caption,th,td { font-weight: normal; text-align: left; }
blockquote:before,blockquote:after,q:before,q:after { content:""; content: none; }
blockquote,q { quotes: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/*  basic class
---------------------------------------------------------------------------------*/
.hidden { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }
.indent { height: 0; width: 0; line-height: 0; font-size: 0; padding: 0; margin: 0; border: 0; position: absolute; top: -999em; left: -999em; display: block; visibility: hidden; }
.clr { height: 0; width: 0; line-height: 0; font-size: 0; padding: 0; margin: 0; border: 0; clear: both; display: block; visibility: hidden; }
.hr { clear: both; height: 1px; width: 335px; line-height: 0px; font-size: 0px; background: #18a096; margin: 30px 0px 30px 0px; overflow: hidden; }
.clr hr, .hr hr { display: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
::-moz-selection{ background: #999; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }



/*  generic
---------------------------------------------------------------------------------*/
* {
	color: #7d7d7d;
	font-family: Verdana, sans-serif;
}

body {
	background: #999999;
	font-size: 12px;
	line-height: 140%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}



/*  headlines
---------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, sans-serif;
	color: #249f95;
	margin-bottom: 20px;
	font-weight: bold;
}

h1#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 32px;
	width: 116px;
	height: 74px;
}

h1#logo a {
	width: 116px;
	height: 74px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url("../bilder/logo-martin-froels.png") no-repeat;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.subpage h2 {
	font-size: 32px;
	color: #d2ecea;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3.no-margin {
	margin: 0;
}


/*  links
---------------------------------------------------------------------------------*/
a {
	color: #18a096;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: underline;
}

a:focus {
	outline: none;
	text-decoration: underline;
}



/*  list
---------------------------------------------------------------------------------*/
ul, 
ol, 
dl {
	padding: 0 0 1.25em 2.5em;
}

ul li, 
ol li {
	margin-left: 30px;
}


/**
 * unordered list
 */
ul {
	list-style: none;
	padding: 0;
}
	
ul li {
	margin-left: 0;
	margin-bottom: 10px;
}

.error li span {
	color: red;
}


/*  forms
---------------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	display: block;
}

form .inner {
	position: static;
	min-height: inherit;
	height: auto;
}

form p {
	margin-bottom: 5px;
}

.intro {
	margin-bottom: 20px;
}
 
input, 
select {
	vertical-align: middle;
}

button,
input, 
select, 
textarea {
	font: 1em sans-serif;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, 
input { 
	line-height: normal;
	border: 1px solid #249f95;
	background-color: #fafcfd;
	width: 376px;
	padding: 5px;
}

label,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	cursor: pointer; 
	*overflow: visible;
}

button[disabled],
input[disabled] { 
	cursor: default;
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing: border-box; 
	padding: 0; 
	*width: 13px; 
	*height: 13px;
}

input[type="search"] { 
	-webkit-appearance: textfield; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { 
	-webkit-appearance: none;
}
 
textarea { 
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	line-height: 140%;
	border: 1px solid #249f95;
	background-color: #fafcfd;
	resize: none;
	width: 376px;
	height: 100px;
	padding: 5px;
}
 
label {
	cursor: pointer;
	display: block;
	color: #249f95;
	text-transform: uppercase;
}

fieldset {
	border: 0; 
	margin: 0; 
	padding: 0;
}

legend { 
	border: 0; 
	*margin-left: -7px; 
	padding: 0; 
	white-space: normal;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

.submit-area {
	overflow: hidden;
	margin-top: 21px;
}

.submit-area span {
	float: left;
	padding-top: 5px;
}

.submit {
	float: right;
	width: 80px;
	border: 1px solid #9c9e9f;
	background-color: #249f95;
	color: #fff;
}

.submit:hover {
	background-color: #2ad0c3;
}



/*  tables
---------------------------------------------------------------------------------*/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: bold;
}
 
table td {
	padding: 2px;
	vertical-align: top;
}



/*  content style
---------------------------------------------------------------------------------*/
/**
 * basic styles
 */
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

address {
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 50px;
}


small {
	color: #249f95;
	font-size: 12px;
	text-transform: none;
}

strong {
	font-weight: bold;
}


img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}


/**
 * teaser
 */
#teaser {
	background: #18a096;
	overflow: hidden;
	position: relative;
}

#teaser img {
	float: right;
}

#teaser p {
	color: #fff;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 492px;
	margin-bottom: 0;
}

#teaser strong {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: Verdana, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
}

/* subpage teaser */
.subpage #teaser {
	padding: 40px 0 20px 35px;
}

#content-home {
	padding: 45px 25px 80px 450px;
}

#content-home article {
	padding-left: 25px;
	border-left: 1px solid #18a096;
}

#content-home article p {
	font-style: italic;
}

#content-subpage {
	padding: 55px 35px; 
}

/* columns styling */


.left {
	float: left;
	width: 423px;
	border-right: 1px solid #18a096
}

.right {
	float: left;
	width: 422px;
	border-left: 1px solid #18a096;
	margin-left: -1px;
}

.left .inner {
	padding-right: 35px;
}

.right .inner {
	padding-left: 35px;
}

.inner {
	position: relative;
	min-height: 552px;
	height: auto !important;
	height: 552px;
}

/*  basic structure
---------------------------------------------------------------------------------*/
/**
 * main
 */
div#site-wrapper {
	width: auto;
	height: auto;
	position: relative;
}
	
/**
 * head
 */
header {
	height: 133px;
	background: #fff;
	border-bottom: 4px solid #18a096;
}

.center_it {
	position: relative;
	width: 917px;
	margin: 0px auto;
}

/**
 * content
 */
#content {
	margin-top: 18px;	
}

#content .center_it {
	background: #fff;
}



/*  navigation styles
---------------------------------------------------------------------------------*/
/**
 * main navigation
 */
#navigation ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 92px;
	left: 451px;
}

#navigation li {
	width: auto;
	height: auto;
	margin: 0 13px 0 0;
	padding: 0;
	float: left;
}

#navigation .last,
#navigation li:last-child {
	margin-right: 0;
}

#navigation li.active a {
	color: #18a096;
	border-bottom: 1px solid #18a096;
}

#navigation a {
	text-decoration: none;
	color: #9c9e9f;
	padding: 5px 5px 1px;
	font-size: 13px;
}

#navigation a:focus,
#navigation a:hover {
	color: #18a096;
}

 
/*  print styles
---------------------------------------------------------------------------------*/
@media print {
	* { 
		background: transparent !important; 
		color: #000 !important; 
		text-shadow: none !important;
	}
	
	a, 
	a:visited { 
	color: #000 !important; 
	text-decoration: underline;
	}
	
	a:after { 
		content: " (" attr(href) ")"; 
	} 
	
	abbr:after { 
		content: " (" attr(title) ")"; 
	}
	
	.ir a:after { 
		content: ""; 
	}
	
	pre, 
	blockquote { 
		border: 1px solid #999; 
		page-break-inside: avoid; 
	}
	
	thead { 
		display: table-header-group; 
	}
	
	tr, 
	img { 
		page-break-inside: avoid; 
	}
	
	#navigation ul {
		display: none!important;
	}
	
	@page { 
		margin: 0.5cm; 
	}
	
	p, 
	h2, 
	h3 { 
		orphans: 3; 
		widows: 3; 
	}
	
	h2, 
	h3 { 
		page-break-after: avoid; 
	}
}
