/* ######################################################################### */
/*   URL: www.dr-schwertfeger.de                                             */
/*   Path: ./_css/dr.schwertfeger.css                                        */
/*   Author: tatze - www.gearz.de                                            */
/*   Date: 25.11.2006                                                        */
/* ######################################################################### */

body
{
	background: #ebebeb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333333;
}

table
{
	border: none;
	padding: 2px;
	color: #333333;
	font-size: 10pt;
	text-align: left;
}

tr, td, th
{
    vertical-align: top;
    border-bottom: 1px solid #333333;
}

th
{
    border-top: 1px solid #333333;
    font-size: 10pt;
    font-weight: normal;
    background: #bbbbbb;
}

table a, tr a, td a, th a { text-decoration: none; }

h1 { font-size: 1.25em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.05em; }

h1, h2, h3, h4, h5 { padding-top: 10px; }
ul { display: inline; list-style: none; padding: 0px; margin: 0px; }
li { padding-bottom: 10px; }

a
{
	color: #333333;
    text-decoration: underline;
}

a:hover
{
    color: #666666;
    text-decoration: underline;
}

a:visited { color: #444444; }



/* ######################################################################### */
/*   Display Output                                                          */
/* ######################################################################### */
@media screen {

#header
{
    background: #ebebeb url("../_img/drschwertfeger.png") no-repeat top right;
    height: 100px;
	width: 730px;
}

#pagebody
{
    background: #ebebeb url("../_img/logo-ra.png") no-repeat top right;
    width: 800px;
    border: 0px;
	text-align: left;
	overflow: auto;
}
	
#content { width: 730px; }

#heading
{
    background: #a1a1a1;
    font-size: 16pt;
    font-weight: bold;
    height: 113px;
    overflow: hidden;
}

#headpic
{
    width: 150px;
    float: left;
    background: #ebebeb;
}

#headtext1
{
    text-align: right;
    color: white;
    margin-right: 18px;
    margin-top: 10px;
}

#headtext2
{
    margin-left: 168px;
    position: relative;
    top: 40px;
}

#nav
{
    clear: both;
    float: left;
    width: 140px;
    margin-top: 20px;
    margin-right: 10px;
}

#nav a
{
	background: #ebebeb;
	border-left: 1px solid #A8AEBC;
    margin-left: 6px;
    padding: 2px;
    padding-left: 5px;
    display: block;
    text-decoration: none;
}

#nav a:hover
{
	background: #cccccc;
	border-left: 1px solid #A8AEBC;
    margin-left: 6px;
    padding: 2px;
    padding-left: 5px;
    display: block;
    text-decoration: underline;
}

#nav .active a
{
	background: #cccccc;
	border-left: 1px solid #A8AEBC;
    margin-left: 6px;
    padding: 2px;
    padding-left: 5px;
    display: block;
}

#data
{
    float: right;
    width: 540px;
    background: #cccccc;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px; 
}

html>body #data
{
    padding-top: 0px;
}


#footer
{
    clear: both;
    width: 800px;
    font-size: 8pt;
    padding-top: 20px;
}
	
#footer a { text-decoration: none; }

.navlink
{
    background: #a1a1a1;
   	border: 1px solid #A8AEBC;
   	display: block;
   	margin-top: 5px;
   	margin-left: 5px;
   	margin-right: 5px;
}

.navlink2
{
   	display: block;
   	margin-left: 5px;
   	margin-right: 5px;
}

.navlink2 a
{
    border-left: 1px solid #a8aebc;
    border-right: 1px solid #a8aebc;
    border-bottom: 1px solid #a8aebc; 
}

.navlink.active {
	background: #A3181B;
	border: 1px solid #888;
}

.navlink2.active { background: #ebebeb; }

.image
{
    border: none;
    margin: 20px;
    margin-top: 10px;
    margin-right: 0px;
}

html>body .image { margin-top: 25px; }

.bright { color: white; }

.dark { color: #555555; }

.left { float: left; }

.right { float: right; }
	
.firstdata { margin-top: 25px; }
	
.innertable table, .innertable tr, .innertable td, .innertable th { border: none; }

.innerlisting table, .innerlisting tr, .innerlisting td, .innerlisting th
{
	border: none;
	padding: 5px;
	padding-left: 0px;
    text-align: left;
}

.spaced { margin-bottom: 6px; }

#printheader1, #printheader2 { display: none; }

}


/* ######################################################################### */
/*   Printer Output                                                          */
/* ######################################################################### */
@media print {


/*   Dont print this:                                                        */
/* ######################################################################### */

#nav, #footer, #headpic { display: none; }


/*   Print this:                                                             */
/* ######################################################################### */

table, tr, td { border: none; }

#pagebody
{
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 0px;
    background: transparent;
	color: black;
	position: relative;
	z-index: 2;
}

body { background: white;}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    text-decoration: none;
    color: black;
}

#data { margin-right: 70px; }

#heading
{
    background: transparent;
    font-size: 12pt;
    font-weight: bold;
    height: 70px;
    overflow: hidden;
}

#headtext1, #headtext2 { color: black; }

#header { height: 50px; }

#printheader1
{
    position: absolute;
    top: 10px;
    right: 80px;
    vertical-align: top;
}

#printheader2
{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.image
{
    border: none;
    margin: 20px;
}

.firstdata { padding-top: 20px; }	

.innertable table, .innertable tr, .innertable td, .innertable th { border: none; }

.innerlisting table, .innerlisting tr, .innerlisting td, .innerlisting th
{
	border: none;
	padding: 5px;
	padding-left: 0px;
	padding-right: 10px;
    text-align: left;
}

}
