/***************************************
Author  : Niels Lange <info@nielslange.de>
Date    : 2009.09.10
File    : css/content.css
***************************************/

/* GENERAL ****************************/

@CHARSET "UTF-8";

html {
    /* height: 101%; */
}

/* PAGE *******************************/

#page {}

/* UPPERPAGE **************************/

#upperPage {}

/* BANNER *****************************/

#banner {}

/* CONTENT ****************************/

#content h1,
#content h2,
#content h3 {
    border-bottom: 1px dotted;
    margin-bottom: 20px;
    font-weight: normal;
    color: #2C557F;
}

#content div#left h2, #content div#right h2 {
	font-weight: bold;	
	margin-bottom: 0px;
}

#content h1 { 
	font-size: 17px;
}

#content h2 {
    font-size: 15px;
}

#content h3 {
    font-size: 13px;
}

#content fieldset
{
	border: none;	
}

fieldset label{
	width: 120px;
	display: block;
	font-size: 12px;
}
	

#content p { 
    margin-bottom: 20px;
    font-size: 12px;
}

#content p img, div.map-container { 
    border: 1px solid #ccc;
    padding: 2px; 
}

#content img.teaser
{
	float: right;
}

#content ul {
    margin-bottom: 20px;
}

#content li {
    margin-left: 20px;
    list-style: square;
    font-size: 12px;
}

#content table {
    margin-bottom: 20px;
}

#content table td, #content table th {
    padding: 3px;
    vertical-align: top;
}

#content table.angebote
{
	width: 100%;	
}

#content th {
    background: #2C557F;
    color: #fff;
    text-align: left; 
    font-size: 12px;
}

#content td {
    background: #eee; 
    font-size: 12px;
}

#content a {
    color: #2C557F;
    text-decoration: none;
    border-bottom: 1px dotted; 
}

#content a:hover, #content a:focus {
    border-bottom: 1px solid; 
}

#content a.img, #content a.img:hover {
    text-decoration: none;
    border-bottom: none; 
}

#content h2 > a, #content h2 > a:hover {
    color: #2C557F;
    text-decoration: none;
    border: none;
}

#content h2 > a:focus {
    border-bottom: none;
}

/* SUBNAVI ****************************/

#content #subnavi ul {
    margin: 0 0 8px 0;
    padding-left: 0;
}

#subnavi li {
    list-style: none;
    display: inline;
    margin: 0 10px 0 0;
    font-size: 12px;
}

#subnavi li a {
    border-top: 1px dotted #2C557F;
    border-bottom: 1px dotted #2C557F;
    padding: 5px 10px;
    color: #2C557F;
    text-decoration: none;
}

#subnavi li a.active,
#subnavi li a:hover {
    background: #2C557F;
    color: #fff;
    border-top: 1px solid #2C557F;
    border-bottom: 1px solid #2C557F;
}

/* SUCHE ******************************/

#suche input {
    border: 1px solid #ccc;
    padding: 2px;
}

/* NAVI *******************************/

#navi h3 {
    border-bottom: 1px dotted;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #2C557F;
}

#navi h3.first
{
	margin-top: 60px;	
}

#navi ul { 
	border: 0px solid;
	padding: 0; 
}

#navi li { list-style: none; }

#navi li a {
    border-bottom: 1px dotted #2C557F;
    text-decoration: none;
    display: block; 
    color: #2C557F;
    padding: 5px;
} 

#navi li a.top { 
    border-top: 0px dotted #444; 
} 

#navi li a.active,
#navi li a:hover { 
    background: #eee; 
} 

/* FOOTER *****************************/

#footer p.copy {
    float: left;
    text-align: left;
}

#footer p {
    text-align: right;
}

#footer a {
    color: #eee;
    border-bottom: 1px dotted;
    text-decoration: none;
}

#footer a:hover, #footer a.active {
    color: #e93;
}