/*
Jan Hendrik Just . medienreformer.de
www.medienreformer.de
Start: 05.09.2009
*/

/* @group Reset */

/* Reset
-------------------------------------*/

html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*

 @end */

/* @group Global */

/* Globals und Typo 
-------------------------------------------- */

body {
	text-align: center;
	background-color: #e5e5cc;
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Typographie 12px Zeilenhöhe: 18px
-------------------------------------------- */

h1 {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1em;
}

h2 {
	margin-top: 0;
	margin-bottom: 0.6em;
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
	color: #FF9B00;
}

h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
	color: #FF9B00;
}

h4 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1em;
}

h5 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 1.2em;
	line-height: 1.2em;
}

h6 {
	font-size: 1.08em;
	margin-top: 0;
	margin-bottom: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	word-spacing: 0.125em;
	color: white;
	font-size: 0.89em;
}

/* Global Links and Focus
-------------------------------------------- */

a {
	cursor: pointer;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited, a:active {
	color: #FF9B00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* IMG / strong, em
-------------------------------------------- */

a img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* Lists Reset
-------------------------------------------- */

ul, ol, dl, li, dd {
	
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

li ul, li ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

ul.list, ol.list, dl.list {
	margin-top: 1.6em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	font-size: 1em;
}

ul.list li, ol.list li, dl.list dt, dl.list dd {
	line-height: 1.5em;
}

/* Blockquote
-------------------------------------------- */

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

blockquote, q {
	quotes: "" "";
}

blockquote em, blockquote cite {
	font-style: italic;
}

/* @end */

/* @group Structure */

/* Structure - Layout
-------------------------------------------- */

#wrapper {	
	width: 900px;
	height:640px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; /* negative Hälfte von width:900px */
	margin-top: -320px; /* negative Hälfte von height:640px */
}

#header, #content, #footer {
	width: 900px;
	text-align: left;
}

#header {
	height: 122px;
	position: relative;
	clear: both;
	background: url(../images/bg-header.png) no-repeat left bottom;
}

#content {
	clear: both;
	background: url(../images/bg-content.png) repeat-y 0 0;
	height: 470px;
}

#content-inner {
	clear: both;
	background: url(../images/bg-content-logo.png) no-repeat 0 0;
	height: 470px;
}

#main {
	float: right;
	display: inline;
	width: 635px;
	margin-right: 10px;
	margin-top: 50px;
}

#main-start {
	float: right;
	display: inline;
	width: 640px;
	margin-right: 10px;
	margin-top: 55px;
}

#sidebar {
	float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.gif) repeat-x 0 0;
}

#open {
	width: 880px;
	height: 75px;
	background: url(../images/bg-open.png) repeat-y 0 0;
	position: absolute;
	top: 500px;
	left: 10px;
}

.full {
	margin-left: 10px;
	margin-right: 10px;
}


/* @end */

/* @group Header */

/* Header
-------------------------------------------- */

#logo {
	position: absolute;
	width: 192px;
	height: 166px;
	top: 0;
	left: 10px;
}

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

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

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

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


/* @end */

/* @group Content */

.startfoto img, .startfoto a img {
	margin: 0;
	padding: 0;
}

#subnavi h3 {
	padding: 0 0 0 20px;
	margin-bottom: 0.6em;
}

#main a {
	color: #FF9B00;
}

#main a:hover {
	text-decoration: underline;
}

#main p {
	margin-right: 20px;
}

#open p {
	font-size: 0.89em;
	margin-top: 10px;
	margin-left: 20px;
	display: inline-block;
}

#open p span.big {
	color: #FF9B00;
	font-weight: bold;
}

#main p.btn-1 {
	padding: 5px 10px;
	display: inline;
	background: #b26e02 url(../images/bg-btn-1.gif) repeat-x 0 0;
	border: 1px solid #cb810d;
	float: left;
}

#main .btn-1 a {
	color: #4d1212;
}

#main p.btn-1 a:hover {
	text-decoration: underline;
}

#main .box1 {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#main .box2 {
	float: left;
	width: 300px;
}

#flash {
	width: 620px;
	height: 400px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

#thumbs {
	width: 350px;
	height: 60px;
	position: absolute;
	top: 508px;
	right: 0;
}

#thumbs img {
	margin-right: 4px;
}

.box-historie {
	border: 1px solid #823636;
	padding: 5px 0 0 10px;
	width: 300px;
}

p.historie span {
	color: #FF9B00;
	font-weight: bold;
}

p.about {
	width: 580px;
}

/* @end */

/* @group Footer */

/* Footer
-------------------------------------------- */

#footer p {
	color: #999a7d;
	margin: 0;
	padding: 15px 0 0;
	font-size: 0.89em;
}

#footer a {
	color: #999a7d;
}

#footer a:hover {
	color: #7f1313;
}

#footer .full p {
	text-align: center;
}

/* @end */

/* @group Navi */


/* Hauptnavigation
-------------------------------------------- */

#subnavi {
	margin: 50px 0 0;
	padding: 0;
}

#subnavi ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin-bottom: 1em;
}

#subnavi li {
	margin: 0;
	padding: 0;
	font-size: 0.89em;
	color: white;
	width: 200px;
}

/* Breite in px angeben für IE Padding abziehen */

#subnavi a {
	display: block;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
}

#subnavi a:link, #subnavi a:visited {
	color: white;
}

#subnavi a:hover {
	color: orange;
}

/* Hauptnavigation active per ID
-------------------------------------------- */

#hochzeit #subnavi a.active1,
#danksagung #subnavi a.active2,
#portrait #subnavi a.active3,
#pass #subnavi a.active4,
#familie #subnavi a.active5,
#kinder #subnavi a.active6,
#beauty #subnavi a.active7,
#bildbearbeitung #subnavi a.active8,
#babybauch #subnavi a.active8,

#kontakt #subnavi a.active10,
#about #subnavi a.active11 {
	color: orange;
	text-decoration: underline;
}

#impressum a.active15 {
	color: orange;
	text-decoration: underline;
}


/* @end */

/* @group Form */

/* Formular
-------------------------------------------- */

textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
	
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

/* Div Formular */

#formular {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 40px;
}

#formular ul {
	margin: 18px 0;
	list-style-type: none;
}

#formular input, #formular textarea, #formular select {
	background-color: white;
	border: 1px solid silver;
	color: gray;
	font-size: 18px;
	padding: 5px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid red;
}

#formular label {
	color: black;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

/* 460px minus 2px Border */

#formular li input {
	width: 448px;
	margin-bottom: 19px;
}

/* 460px minus 2px Border */

#formular li textarea {
	width: 448px;
	height: 148px;
	margin-bottom: 16px;
	margin-top: 2px;
}

/* Senden als Grafik */

input#submit-buttom {
	background: transparent url(../images/submit.png) no-repeat 0 0;
	border: 0;
	height: 35px;
	padding: 0;
	width: 127px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 18px;
}

input#submit-buttom:hover,
input#submit-buttom:active {
	background-position: 0 -35px;
}


/* Error Boxes
-------------------------------------------- */

.error,
.notice,
.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* @end */

/* @group Table */

/* Tables
-------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: transparent;
	width: auto;
	height: auto;
}

table {
	border-top: solid 3px #000;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}

th, td {
	border-top: solid 1px #000;
	line-height: 1.5em;
	padding: 8px 10px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

th:first-child, td:first-child {
	padding-left: 0;
}

th:last-child, td:last-child {
	padding-right: 0;
}

/* Zebra */

tr:nth-child(even) td {
	background: #ffffff;
}

tr:nth-child(odd) td {
	background: #f6f6f6;
}

caption {
	top: 1.5em;
	margin-bottom: 1.5em;
}

/* Columns */

.table-column th.width-3, .table-column td.width-3 { width: 220px; }
.table-column th.width-4, .table-column td.width-4 { width: 300px; }
.table-column th.width-5, .table-column td.width-5 { width: 380px; }

/* Full Tables */

.table-full-width-10 { width: 780px; }
.table-full-width-11 { width: 860px; }
.table-full-width-12 { width: 940px; }


/* @end */

/* @group Floats */

/* Floats
-------------------------------------------- */

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

.bild-2 {
	float: right;
	margin: 4px 50px 4px 10px;
	padding: 4px;
	border: 1px solid #823636;
}

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

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

* html .clearfix {
	height: 1%
}

/* @end */