/* 
	Website Basislayout
	(www.pro-bild.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 02/2006
	letzte Änderung: 25.06.2006 (mu)

*/

/* ###### Allgemeines ###### */ 

body {
	color: black;
	background: white;
	font-size: 85%;
	padding: 0em 0em;
	margin:0;
}

.cleaner {
	clear: both;
}

/* ###### Header ###### */ 

#header {
	width: 73em;
}

#logo{
	float:left;
	padding-right: 31px;
	background: url(bg_logo.png) right top no-repeat;
}

#imageline{
	text-align: center;
	margin-left:200px;
	padding-left: 31px;
	height: 100px ;
	background: url(bg_imageline.png) left top repeat-x;
}

#imageline img{
	margin: 20px 1.5em 0 1.5em;
	border:0;
}

#textline {
	text-align: center;
	min-height: 20px;
	margin-left:200px;
	padding-left: 31px;
	background: url(bg_textline.png) left top repeat-x;
}

/* ###### Main / Content ###### */ 

#main {
	background: url(bg_leftcol.png) left top repeat-y;
	width: 73em;
}

#content {
	margin-left: 15em;
	padding: 3em 1em 1em 2em;
}

div.oneColumn {
	width: 54em;
}

div.twoColumn {
	width: 38em;
}

#content img.inline {
	border:0;
}

#content img.side {
	width: 8em;
	float:right;
	margin: 0 1em 1em;
}
#content img.gallery {
	margin: 0 10px 4px 0;
	border: 1px solid #C5CCE0;
}

/* ###### Sidebar ###### */ 

#sidebar {
	float:right;
	margin-top: 4em;
	width:15em;
}

div.sidebox {
	margin-bottom: 3em;
	padding-bottom: 0.5em;
	background: #FFF2BD url(sidebox_bottom.jpg) left bottom no-repeat;
}

div.sidebox img {
	float:right;
	margin: 0.3em 0 0.5em 0.5em;
}

/* ###### Footer ###### */ 

#footer {
	width: 69em;
	border-top: 2px solid #C5CCE0;
	padding: 0.3em 0.5em;
	margin: -2px 0 1em 42px;
}

#footer .copyright {
	float: right;
}

