/*

   PROJECT: steuerkanzlei-hirtreiter.de
   FILE:    css/style.php
   VERSION: $Id: style.css 129 2010-07-20 10:10:24Z m.tidona $

*/

/* ----------------------------------------------------------- */

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* ----------------------------------------------------------- */

body{
	font-size: 75%;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F9FFE2;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube a{
	color: #6C9934;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
}
.innertube a:hover{
	background-color: #6C9934;
	color: #FFFFFF;
}

.innertube h1{
	color: #6C9934;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}

.innertube h2{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0;
}

.innertube h3{
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0;
}


#maincontainer{
	width: 870px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
}

#topsection{
	background: #EAEAEA;
	height: 145px; /*Height of top section*/
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

#topsection h1, #topsection h1 a {
	color: #6C9934;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

#topmenu {
    float: right; 
    padding-right: 22px;
    padding-top: 22px;
}

#topmenu a.smallink {
    color: #000;
    text-decoration: none;
    margin: 0 5px 5px 5px;
    font-size: 14px;
}
#topmenu a.smallink:hover {
    color: #666;
}

#logo {
	float: left;
	margin: 15px 0 0 20px;
	padding: 0;
}

#menu {
	height: 88px;
	width: 100%;
	margin-top: 16px;
}

#menu a {
	display: block;
	float: right;
	height: 88px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat-x;
	font-weight: normal;
	font-size: 21px;
	line-height: 4em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 25px;
	margin: 0px;
	border-left: solid 1px #BBBBBB;
}
#menu a:hover, #menu a.highlighted{
    background-image: url(../images/menu_bg_activated.jpg);
	background-repeat: repeat-x;
}

#contentwrapper{
	float: left;
	width: 100%;
	padding-top: 20px;
}

#contentcolumn{
	margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#contentcolumn75 {
	width: 670px; /*No LeftColumnWidth*/
}

#contentcolumn100{
    width: 100%; /*No RightColumnWidth, LeftColumnWidth*/
}

#topbox{
    background-image: url(../images/topbox_top_bg.jpg);
    background-repeat: repeat-x;
	background-color: #776C60;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px; 
	font-size: 1.3em;
}
#topbox h1{
    color: #A7D66C;
    font-size: 1.3em;
    font-weight: normal;
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	background: #D1D1D1;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 20px #FFFFFF;
}

#rightcolumn{
	float: left;
	width: 190px; /*Width of right column in pixels*/
	margin-left: -190px; /*Set margin to -RightColumnWidth*/
	background: #E1E1E1;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 20px #FFFFFF;
}

#rightcolumn ul, #leftcolumn ul{
	list-style-type: square;
    margin: 4px 0;
    padding-left: 15px;
}

#rightcolumn ul li, #leftcolumn ul li{
    color: #6C9934;
}

#leftcolumn a, #rightcolumn a {
    font-weight: normal;
    text-decoration: none;
    color: #6C9934;
    padding: 0;
}
#leftcolumn a:hover, #rightcolumn a:hover {
    text-decoration: underline;
    background-color: transparent;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 20px 0;
	margin-top: 10px;
    border-bottom: solid 1px #C9E4A7;
}

#footer a, a.simple{
	color: #6C9934;
	text-decoration: none;
}

#footer a:hover, a.simple:hover{
	color: #666666;
	background: none;
}

/* ---------------------------- */

#ReportRight {
    float: right;
    width: 220px;
    right: 0px;
    margin: 0px 20px 10px 20px;
}

#ReportRight .toc {
    text-align: left;
}

#ReportRight ul {
    list-style-type: square;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align: left;
}
#ReportRight ul li {
	margin-top: 4px;
}

#ReportRight a.toc, #ReportRight a.toc:link, #ReportRight a.toc:visited {
    font-weight: normal;
    padding: 0;
}

#ReportRight a.toc:active, #ReportRight a.toc:hover {
    font-weight: normal;
}

#ReportLeft {
    width: 500px;
    margin-bottom: 10px;
    border-right: dashed 1px #8D847B;
    margin-right: 10px;
    padding-right: 35px;
}

#ReportLeft .paragra {
    border-top: dashed 1px #8D847B;
    padding: 5px 0px 5px 0px;
}

#ReportLeft .toplink {
    float: right;
    margin: 15px 0px 5px 5px;
    font-size: 1.5em;
}

ul.axel {
    margin-bottom: 0;
}
ul.pfeil {
    list-style-image: url(../images/bullet_arr.gif);
    margin-left: 15px;
    padding-left: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align: left;
}
ul.pfeil li {
    margin-top: 4px;
}

/* ----------------------------------------------------------- */

.hitmarker { background-color: #FCBFBF; }

.black { color: #000; }

.button      { background-color:#F1F1F1; border-width:1; font-size:10px;}
.button_mini { background-color:#F1F1F1; border-width:1; font-size:9px; }
.input       { background-color:#FFFFFF; border-width:1; font-size:10px;}
.input_radio { border-width:1; font-size:10px;}
.input_mini  { background-color:#FFFFFF; border-width:1; font-size:9px; }
.mini        { color:#9B9B9B; font-size:9px; }

.tr_special  { background-color:#8D847B; color:#FFFFFF; }
.tr_highlight{ background-color:#FFDBDB; color:#993300; }
.tr_even     { background-color:#E0E0E0; }
.tr_odd      { background-color:#F1F1F1; }
.tr_verylight{ background-color:#F6F1EB; }
.tr_grey     { background-color:#BAC8AD; color:#666666; }
.tr_hidden_special  { background-color:#666666; color:#FFFFFF; }
.tr_hidden_even     { background-color:#FCBFBF; }
.tr_hidden_odd      { background-color:#FFDBDB; }
.tr_grey_even     { background-color:#D7D7D7; }
.tr_grey_odd      { background-color:#EDEDED; }


.alert           { color:#993300; font-weight:bold; font-size:1.1em; }
.alertfield      { background-color:#FFDBDB; color:#993300; }
.important_red   { color:#993300; font-weight:bold; }
.important_green { color:#3C3CA9; font-weight:bold; }
.imp_mini        { color:#993300; font-weight:bold; font-size:9px; }


