/** 
 * bern-saniert.ch
 * 
 * css style definitions for bern-saniert.ch may 2009
 * 
 * @author  Markus Howald 
 * @see     http://www.bern-saniert.ch/ 
 * @copyright copyright(c) Klink GmbH
 * @date 2009-05-06
 * @media screen
 *
 * @colordef #141414; darkgrey
 * @colordef #999; grey
 * @colordef #D00024; darkred
 */ 



/** 
 * @section general
 * 
 * general styles
 */ 
 
body {
	background:#FFF;
	color:#141414;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.4em;
	margin:4em 0 0 0;
	padding:0;
}

img {
	border:0;
}

* {
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


/** 
 * @section hyperlinks
 * 
 * global hyperlinks definitions
 */ 

a:link, a:visited {
	color:#D00024;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active, a:focus {
	outline: none
}


/** 
 * @section main
 * 
 * definitions for main
 */ 

#main {
	margin:0 auto 0 3em;
	position:relative;
	width:60em;
}


/** 
 * @section head
 * 
 * definitions for head
 */ 

#head-left {
	float:left;
	width:1.75em;
}

#head-right {
	float:right;
	width:47.5em;
}

#head-right-bottom {
	float:left;
}


/** 
 * @section header
 * 
 * 
 */ 

#header {
	margin:0 0 1.5em 12.5em;
}

#header h1 {
	color:#D00024;
	font-size:1.5em;
}


/** 
 * @section content-container
 * 
 * 
 */ 

#content-container {
	width:55em;
}


/** 
 * @section nav
 * 
 * 
 */ 
 
#nav {
	float:left;
	width:12.5em;
}


#nav ul {
	border-top:1px solid #999;
	line-height:1.5em;
	list-style:none;
	width:8.5em;
}

#nav ul li a {
	border-bottom:1px solid #999;
	color:#141414;
	display:block;
	font-size:0.8em;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#D00024;
}

#nav ul li a.active {
	color:#D00024;
	font-weight:bold;
}


/** 
 * @section content
 * 
 * 
 */

#content-frame {
	border-top:1px solid #999;
	float:left;
	padding-top:1.2em;
	width:42.5em;
}

#content {
	font-size:0.8em;
}

#content p {
	margin-bottom:1.25em;
}

#content ul {
	margin:-1.25em 0 1.25em 1.5em;
}

#content table.berater {
	border-spacing:0;
	border-top:1px solid #CCC;
	width:100%;
}

#content table.berater td {
	border-bottom:1px solid #CCC;
}

#content table.berater caption {
	display:none;
}

#content div.teaser_box {
	float:right;
	border-spacing:0;
	border:1px solid #D00024;
	width:15em;
	padding:1em 0.75em 0.5em 0.75em;
	margin:0.5em 0 0.5em 1.5em;
	text-align:center;
}

#content div.teaser_box p {
	font-size:0.94em;
	line-height:1.3em;
	margin:0 0 0.75em 0;
}

#content div.teaser_box strong, #content div.teaser_box b {
	font-size:1.25em;
	color:#D00024;
}

#content div.teaser_box em, #content div.teaser_box i {
	font-size:0.81em;
}

#content div.teaser_box table {
	width:100%;
	border:1px solid #999;
	text-align:left;
	margin:0 0 0.5em 0;
}

#content div.teaser_box td.left {
	background:#eee;
	color:#222;
	padding:0 0 0 0.25em;
}

#content div.teaser_box td.right {
	background:#D00024;
	color:#fff;
	border-left:1px dotted #999;
	padding:0 0 0 0.25em;
}

/** 
 * @section foot
 * 
 * 
 */ 

#foot {
	border-top:1px solid #999;
	margin:2em 0 1em 12.5em;
	padding-top:1em;
	width:42.5em;
}

#foot img {
	margin-right:2em;
}
