@charset "UTF-8";
/* CSS Document */

@import url(style-architekturfotograf-navi.css);

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #d7d7d7;
}



#header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(img/architekturfotograf-top.jpg) no-repeat;
	height: 140px;
}

#navigation-top {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 940px;
	height: 40px;
}


/* ------------ Inhalt --------------- */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background-image: url(img/architekturfotograf-contain.jpg);
}



#column1 {
	float: left;
	width: 880px;
	display: inline;
	margin-left: 60px;
}




/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width: 1000px;
	background: url(img/architekturfotograf-contain.jpg) repeat-y;
}
.footer, .push {
	height: 120px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	background: url(img/architekturfotograf-bottom.jpg) no-repeat #d7d7d7;
}

#footer-innen {
	position: absolute;
	top: 32px;
	left: 60px;
	width: 880px;
	text-align: center;
}


/* ------------------------ Schrift ------------------------------- */

#navigation-top, #column1, #footer-innen {
	font-family: Tahoma, Geneva, sans-serif;
	color: #515151;
}
#column1 {
	font-size: 0.9em;
}

#footer-innen {
	font-size: 0.7em;
}

	
	
.csc-firstHeader, h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}
	
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
	
	
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #f23434;
	font-weight: normal;
}


.csc-textpic-caption {
	font-size: 0.7em;
	color: #515151;
	font-style: italic;
	text-align: right;
	}
	
.contenttable p {
	margin: 0;
	padding: 0;
}

/* ------------------------ Container ----------------------- */

.csc-frame-rulerAfter {
	border-bottom-color: #009ee0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

.csc-frame-frame1 {
	background: #424040;
	border-top: 1px #f23434 solid;
	border-bottom: 1px #f23434 solid;
	padding: 10px;
}
	
.csc-frame-frame1 h1 {
	font-size: 1.2em;
	color: #e1dede;
	}
	
.csc-frame-frame2 {
	background: #aaa;
	border-bottom: 1px #009ee0 solid;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}

.csc-frame-frame2 h1 {
	font-size: 1.2em;
}

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

.formular-architekt {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	width: 600px;
	color: #515151;
}

.formular-architekt textarea, input {
		width: 320px;
		background-color: #eee;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: normal;
		font-size: 0.8em;
		color: #515151;
		padding: 3px;
		border: none;
}

.powermail_submit {
	width: 188px;
	background: url(img/button.jpg) no-repeat;
	border: none;
}

.tx-srfreecap-pi2-image {
	padding: 5px;
	width: 200px;
}

.tx-srfreecap-pi2-cant-read {
	color: #515151;
}