/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 04: 2 Column Sidebar Left
  Vertical Menu
  -------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
	background-image: url(../images/fond_kachel.png);
}
.bg_oben {
	background-image: url(../images/fond_oben.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#tagline {
	min-width: 942px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
}
#tagline h1 {
	font-size: 1.5em;
	color: #999999;
	font-weight: normal;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align: center;
}
/*
Layout Width
*/
#outer {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 1px solid #999999;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #E9E8E4;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}
#masthead {
	overflow: hidden;
	margin-bottom: 20px;
	background-image: url(../images/wohngestaltung_start.jpg);
	height: 250px;
	background-repeat: no-repeat;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}
#masthead img {display: block;}
.masthead_adresse {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 235px;
	padding-top: 150px;
	text-align: right;
}

#contentwrapper {
	background-color: #E9E8E4;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}
/*
Floated Columns
680 + 200 + 20 = 900
*/
.maincolumn {
	float: right;
	width: 665px;
	background-color: #F7F7F2;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height: 420px;
}
.sidebarwrapper {
	float: left;
	width: 200px;
	border: 1px solid #999999;
	margin-left: 25px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}
.sidebarbox {

}
.sidebar, .sidebar2 {
	color: #D5D1CE;
	background-color: #000;
	padding: 16px;
	font-size: .7em;
	line-height: 1.4em;
}
.sidebar2 {
	color: #000;
	background-color: #4AB0C6;
}
.sidebar a {
	color: #4AB0C6;
}
.sidebar a:visited {
	color: #4AB0C6;
}
.sidebar a:hover {
	color: #FFF;
}
.sidebar2 a {
	color: #FFF;
}
.sidebar2 a:visited {
	color: #FFF;
}
.sidebar2 a:hover {
	color: #000;
}
h1, h2 {
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 0.35em;
	font-weight: normal;
}

h2 {
	margin: 36px 0 0 0;
}
img {
	float: right;
	padding-top: 20px;
}

.maincontent {
	font-size: .8em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
.maincontent  p strong {
	color: #990000;
	font-size: 1.2em;
}

/*Links*/
.maincontent a {}
.maincontent a:visited {}
.maincontent a:hover {}
.innen_links {
	width: 300px;
	position: absolute;
	padding-left: 300px;
}
.innen_links h1 {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
}
.innen_links a {
	color: #990000;
	text-decoration: none;
}
.innen_links a:hover {
	color: #333333;
	text-decoration: none;
}


.innen_rechts {
	width: 300px;
	position: absolute;
	float: right;
}

.innen_rechts  h1 {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
}
.innen_rechts a {
	color: #990000;
	text-decoration: none;
}
.innen_rechts  a:hover {
	color: #333333;
	text-decoration: none;
}


.footercolumn1 a {
	color: #999999;
	text-decoration: none;
}
.footercolumn1 a:visited {
	color: #999999;
}
.footercolumn1 a:hover {
	color: #333333;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 504px 0px;
	height: 130px;
	padding-top: 20px;
}
.footercolumn1 {
	float: left;
	width: 478px;
	margin-right: 30px;
	padding-left: 20px;
	padding-top: 70px;
}
.footercolumn2 {
	float: left;
	width: 370px;
	font-size: 1.1em;
}
.footer p {
	margin: 1px 0 12px 0;
}
.footercolumn2 a {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	border: 1px solid #333;
	background-color: #161616;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	
}
.footercolumn2 a:hover {
	color: #CCCCCC;
	background-color: #990000;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
