/**
 * file:	http://www.praeventionscentrum-muenchen.de/layout/screen.css
 * media:	all
 */

/**
 * definition of standard tags
 */
html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	
}

a {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: -1em 0em 2em 0em;
	padding: -50px 0px 0px 0px;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0px 1em 0px;
}

h3 {
	font-size: 1em;
	margin-top: 0.5em;
	font-weight: bold;
}
	
img {
	border: none;
}

p {
	margin: 0px 0px 0.5em 0px;
}

table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

td {
	border: none;
	padding: 0.5em;
}

th {
	border: 1px solid black;
	padding: 0.5em;
}

/******************************************
 * elements of the screen layout
 ******************************************/
/* centered area */
div.canvas {
	position: relative;
	margin:  auto;
	width: 810px;
	margin-top: 50px;
	padding: 0px;
	min-height: 80%;
	font-size: 80%;
	line-height: 1.3em;
	/*background: #D5F5FE url(backgroundCanvas.gif) top left repeat-y;*/
	/*background-color: #D4F5FE;*/
	text-align:  justify;
	background-color: #F0F0F0;
}
* html div.canvas {
	height: 80%;
}

/* columns in the content area */
div.column {
/*	margin-top: 50px;*/
	/*padding: 0px;*/
	float: left;
}

div.left {
	width: 350px;
	padding: 50px 50px 0px 30px;

}

* html div.left {
	/*width:  350px;*/
	/*margin-right:20px;*/
	padding: 50px 0px 0px 30px;
}

div.right {
	/*width: 350px;*/
	padding: 50px 0px 0px 20px;
}

* html div.right {
	/*width:  350px;*/
	/*margin-right:20px;*/
	padding: 50px 0px 0px 70px;
}

div.contact {
	float: none;
	width: 300px;
	height: auto;
	text-align: left;
	padding: 15px 0px 25px 25px;
	background-color: #DCDCDC;
	margin: 0px 0px 0px 0px;
}

* html div.contact {
 	float: none;
	width: 250px;
	height: auto;
	text-align: left;
	padding: 0px 0px 25px 25px;
	background-color: #DCDCDC;
	margin: 0px 0px 15px 15px;
}

div.contact img {
	float: right;
	position: relative;
	top: -40px;
	left:60px;
}

* html div.contact img {
	float: right;
	position: relative;
	top: -30px;
	left:80px;
}
/*  /////////////////////// IMAGES */
img.left {
	margin: 0em 0em 0.5em 0em;
	border-bottom: 3px solid #A5DAC8;
}

img.right {
	margin: 0em 0em 0.5em 0em;  
	border-bottom: 3px solid #A5DAC8;
}

img.none {	
	margin: -1em 2.5em 0.5em 0em;
	border-bottom: 3px solid #A5DAC8;
}

img.mitarbeiter {
	float: left;
	margin: 0em 1em 2em 0em;
	border-bottom: 3px solid #A5DAC8;
}
img.doppel {
	float: left;
	margin: 0em 0em 2em 0em;
	border-bottom: 3px solid #A5DAC8;
}

div.gallerie {
	float: left;
	position: relative;
	margin:  auto;
	padding: 50px 120px 0px 90px;
}
* html div.gallerie {
	height: 80%;
}



/***************
 * REFERENZEN
 ***************/
div.referenzen { 
position: relative; 
color: #ffffff; 
width: 810px;
}
* html div.referenzen {
	/*position: relative;*/
	/*margin-bottom: 50px;
	/*bottom: 50px*/
}

/******FOOOTER*************/

div.footer { 
position: relative; 
color: #ffffff; 
width: 810px;
text-align: center;
vertical-align: bottom; 
margin: auto;
background: url(ba_img/ba_footer_bg.gif) repeat-x left; 
height:150px; 
/*margin-bottom: 50px;*/

}
  
* html div.footer {
	position: relative;
	margin-bottom: 50px;
	/*bottom: 50px*/
}

div.footer ul {
	padding-top: 30px;
	list-style-type: none;
	margin: 0px;
	height: 2em;
}

div.footer li {
	display: inline;
	list-style-position: inside;
	margin: auto; 
	font-size: 0.8em;
}

div.footer li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	
}

div.footer li + li {
	border-left: 1px solid #ffffff;
}


/* forms */
fieldset {
	margin-bottom: 1em;
}

legend {
	color: #ffffff;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	width: 10em;
	padding-right: 1em;
}

/* lists */
ul,
ol
{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 2em;
}

dl {
	margin-bottom: 2em;
}


/**
 * logo
 */
img#logo {
	position: absolute;
	top: 17px;
	left: 19px;
	z-index: 99;
}


/**************************************
 * head area
 **************************************/
div.head { 
 width: 810px;
 height: 230px; 
 background: url(ba_img/ba_top.jpg) no-repeat ;
}
div.head a {
	/*display: block;*/
	width: 100%;
	height: 100%;
}

body.bad div.head {
	background: url(ba_img/_bad/ba_top.jpg) no-repeat;
}
body.teppich div.head {
	background: url(ba_img/_teppich/ba_top.jpg) no-repeat;
}
body.maler div.head {
	background: url(ba_img/_maler/ba_top.jpg) no-repeat;
}
body.natur div.head {
	background: url(ba_img/_natur/ba_top.jpg) no-repeat;
}
body.dach div.head {
	background: url(ba_img/_dach/ba_top.jpg) no-repeat;
}
body.waerme div.head {
	background: url(ba_img/_waerme/ba_top.jpg)url(ba_img/_waerme/ba_top.jpg) no-repeat;
}
/**
 * navigation area: definition in navigation.css
 */

/* print button */
div.printButton {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.7em;
	padding: 0.3em;
	color: #980A00;
}

div.printButton a {
	color: #980A00;
}

div.printButton img {
	vertical-align: middle;
}


/* page Top */
div.pageTop {
text-decoration:underline;
	font-size: 0.7em;
	padding: 0.3em 0.3em 0.3em 10px;
	text-align:left;
	background: url(nachoben.gif) center left no-repeat;
}

div.printButton img {
	vertical-align: middle;
}

/* addresses */
dl.address dt {
	float: left;
	width: 6em;
}

/* links */
a.siehe {
	padding-left: 1.1em;
	text-decoration: none;
	background: url(../img/bg/siehe.gif) center left no-repeat;
}

a.nachOben {
	color: #8E1109;
	display: block;
	width: 100%;
	background: url(../img/bg/nachoben.gif) center right no-repeat;
}





/**
 * exceptions
 */

/* external sites in linklist */
span.sitename {
	font-weight: bold;
}


/***************************
 * anchors in left column
 ***************************/
/*ul.anchors {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.anchors li {
	background: #FFFFC6 url(borderAnchorLeft.gif) top left no-repeat;
	height: 23px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 19px;
	width: 160px;
}

ul.anchors li a {
	display: block;
	line-height: 20px;
	border-bottom: 3px solid #94CEE8;
	width: auto;
}*/

/************
 * footnotes
 ************/
div.footnote {
	font-size: 0.8em;
}

/************
 * textboxes
 ************/
div.textbox {
	border: 1px solid black;
	padding: 1em;
}



