/**
 * Theme Name:     atelierhaus
 * Theme URI:      http://www.atelierhaus-im-anscharpark.de
 * Description:    To realize the atelierhaus-im-anscharpark design.
 * Author:         Lorenz Drews
 * Author URI:     http://www.beniafe.com
 * Version:        0.1.0
 */

/*body: e1d2c2*/ 
/*content: ddd3ca*/ 
/*schrift: 9b552e*/ 



 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin: 0 0 30px 0;
	font: normal .80em/1.5em TheSans, Verdana, sans-serif;
	color: #545452;
	background: #E0DAD6 url(../images/bg-body.png) no-repeat center 10px;
	}

/* links */
#content-wrap a { background: inherit; color: #9b552e; text-decoration: none; }
#content-wrap a:hover { background: inherit; color: #9b552e; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	color: #333;
}
h1 {
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing:1px;
	}
h2 { font-size: 1.1em; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */

div.image {
	clear:left;
	float:left;
	margin:70px 0;
}

.single div.image {
	float:left;
	margin:0;
	padding:0;
}

.large-both {
	padding-bottom:10px;
}

.small-left {
	clear:both;
	padding-right:10px;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

iframe {
	float:left;
	margin-top:70px;
}

blockquote {
	margin: 15px 10px 15px 0px;
 	padding: 10px 10px 10px 35px;  
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
	font-style: italic;	
	color: #555;
}

p strong {font-weight:bold;}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */



/***********************
	  LAYOUT
************************/
#wrap {
	position: relative;
	width: 1000px;
	margin: auto;
	background-color:#fff;
	
}
#top {
	margin: 0 auto;
	background-color:transparent;
	width: 1000px;
	height:160px;
	background: transparent url(../images/bg-top.png) no-repeat 500px 50px;
}
#top .logo {
margin-left:596px;
margin-top:48px;
margin-bottom:0px;
height:72px;
}

#main-wrap {
	background-color:transparent;
	width: 1000px;
	
}

/* header */
#header {
	position: relative;
	width:1000px;
	height: 190px;
	text-align: left;		
	margin: 0;
	padding: 0;	
	background-color: #fff;
}
#header .headerphoto {
	position: absolute;
	right: 28px ; top: 28px;
	width: 694px;
	height: 230px;
	background: #FFF url(../images/header_01.png) no-repeat;	
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 14px 0 0px 40px; 	
	width: 960px;		
	float: left;
	background-color:#fff;
}
#menu ul {
	width: 960px;
	color: #FFF;
	background-color: #fff;		 	
	margin: 0 0px;
	padding: 3px 0 ;
	display: inline;
	float: left;
	font-weight:bold;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 0px 40px 0px 0px;	
	color: #9b552e;	
	text-decoration: none;	
}
#menu li a:hover {
	color: #333;
}
#index #nav1 a,
#praxis #nav2 a,
#leistungen #nav3 a,
#ueber-mich #nav4 a,
#galerie #nav5 a,
#kontakt #nav6 a,
#impressum #nav7 a  {
	color: #c30;
}

#nav7 a  {
	margin-left:240px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding-top:75px;
	background-color:#fff;
	background: transparent url(../images/bg-single.png) no-repeat 96% bottom;	
}
#content {
	width: 924px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* main */
#main {
	float: left;
	width: 900px;
	min-height:350px;
	margin: 0;
	padding: 0;
}
#main h1, #main h2, #main h3, #main h4, #main p, #main blockquote p, #contactform {
	margin-left: 450px;
}

#main ul, #main ol {
	margin-left: 465px;
}

#main h1 {
	padding: 10px 0 15px 0px;
	color: #9b552e;
}

#main h2 {
	padding: 0 0 15px 0;
	color: #9b552e;
	font-weight: bold;
	border-top: 1px solid #ccc;
	margin-top: 35px;
}

#main h3 {
	margin-top: 40px;
	padding: 5px 0 15px 0;
}

#main h4 {
	padding: 8px 0 0 0;
	margin-top:30px;
	margin-bottom:0;
	border-top:1px solid #000;
	font-weight:bold;
}

#main h4.first {
	margin-top:0px;
	padding-top:0px;
	border-top:none;
}

#main ul li {
	list-style-image: url(../images/square.png);
	padding-bottom:4px;
}

#main ol li {
	list-style: outside;
}

/* form elements */
form {
	margin: 0px 0px 20px 0px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #9b552e; 
	background: #f9f9f9;
	width:350px;
}

label {
	color: #9b552e;

}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

#name, #email, #message, #subject, #website{
	width: 300px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 8px 0 6px 0;
	padding: 4px 12px; 
	color: #fff;
	background: #9b552e;
}

/* footer */
#footer {
	clear: both;
	background-color:#ddd3c9;
	font-size:90%;
	margin: 0;
	padding: 10px 0;
	border-bottom:1px solid #fff;
	color: #333;
	text-align: center;
}

#footer a{
	color:#9b552e;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* additional classes */
.clear { clear: both; }