/**
 * CSS Document for bayerische-staedtebau.de
 * Stylesheet: twocolumns_print.css
 *
 * Stylesheet for the print version of a two column layout: 
 * - Header section 
 * - Main body: content
 * - Footer
 *
 * Author: Renaldo Scola
 * Copyright: Renaldo Scola
 * Version: v1.0
 * Last update: 2008-02-25
 *
 **/


/**
 * Some resets
 **/
 
* { margin:0; padding:0 }
fieldset { border:0 }
img { border:0; text-decoration:none }
ul { list-style-type:none }


/**
 * Elements
 **/

hr 
{ 
	border-top:1px solid #eee; 
	border-bottom:1px solid white; 
	border-left:0; 
	border-right:0; 
}

input, textarea
{
	padding:0.1em;
	border-top:1px solid #ccc;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
}

p 
{ 
	margin:0.7em 0;
	line-height:1.5em;
}


/**
 * Classes
 **/

/* Borders */
.bt { border-top:1px solid #eee }
.bb { border-bottom:1px solid #eee }
.bl { border-left:1px solid #eee }
.br { border-right:1px solid #eee }
.b { border:1px solid #eee }
.no-b { border:0 }

/* Floating */
.left { float:left }
.right { float:right }
.clear { clear:both }

/* Images */
img.left { margin:0 10px 10px 0 }
img.right { margin:0 0 10px 10px }
img.frame
{
	padding:4px;
	border-top:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
}
img.frame-left /* special for RTE */
{ 
	float:left;
	padding:4px;
	margin-right:10px;
	margin-bottom:10px;
	border-top:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
}
img.frame-right /* special for RTE */
{ 
	float:right;
	padding:4px;
	margin-left:10px;
	margin-bottom:10px;
	border-top:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
}

/* Forms */
input.submit
{
	border-top:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
}
input.submit:hover { cursor:pointer }
.formerror { color:#e00 }


/**
 * Overall wrapping container
 **/

#wrap
{
	min-width:980px;
}

/**
 * The #header container
 **/
 
#header
{
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
}

#header-left 
{ 
	float:left;
	width:29%;
	margin-right:1%;
	padding-left:1em;
	text-align:left;
}

#header-right
{
	float:right;
	width:68%;
	margin:0;
	padding:25px 0 0.2em 0;
}


/**
 * The #main-body container:
 * - #content-wrap
 * - #sidebar
 **/
 
#main-body
{
	max-width:1250px;
	clear:both;
	width:100%;
	margin-top:2px;
	background:white;
}

#content-wrap 
{ 
	width:600px;
	float:left;
	margin:0 1%;
}

#printlink /* The back to normal version link */
{
	float:right;
	margin:0.5em 0;
}

#content-wrap h1 { clear:both; }


/**
 * Elements inside #content 
 **/

#content ul, #content ol { padding-left:40px }
#content ul { list-style-type:square }
#content address, #content li, #content p { line-height:1.5em }
#content .center { text-align:center }


/**
 * The #footer container
 **/
 
#footer
{
	clear:both;
	border-top:1px solid #eee;
	padding:1em;
}

