/*
    landgraf-schneider.de

    css/styles.css      2008-06-26  (c) Philipp Theobald
*/




body
{
    margin:                     0px;
    color:                      #000000;
    
    background-color:           #d6d2d3;
    
    background-repeat:          repeat-x;
    background-position:        left top;
    font-family:                sans-serif;
    font-size:                  12px;
    text-align:                 left;
    line-height:                120%;
}

a:link,
a:visited
{
    color:                     	#6B1D13;
    text-decoration:            underline;
}

a:hover,
a:active
{
    color:                      #ff8800;
    text-decoration:            underline;
}

img
{
    border-style:               none;
    display: block;
    
}


h1
{
    display:                    none;
}

form
{
    display:                    inline;         /* IE */
}

p
{
    padding:                    0px;
    margin-top:                 10px;
    margin-bottom:              10px;
}

ul
{
    list-style-type:            square;
    overflow:hidden; 
    padding-left: 1.05em;
}


.align_left
{
    text-align:                 left;
}

.align_right
{
    text-align:                 right;
}

.align_center
{
    text-align:                 center;
}

.align_justify
{
    text-align:                 justify;
}

.allcaps
{
    text-transform:             uppercase;
}

.float_left
{
    clear:                      left;
    float:                      left;
}

.float_right
{
    clear:                      right;
    float:                      right;
}

div.centered
{
    width:                      991px;
    margin:											0px auto;
		background-color:						#FFFFFF;
		text-align:									left;
}

div#graybox
{
	background-color:           #e8e8e8;
}

div#navrahmen
{
	background-color: #8b1d04; 
	border-bottom: 1px solid #8b1d04;
}

div#main
{
    float:                      left;
    width:                      850px;
    background-color:           #FFFFFF;
    border:                     none;
}

div#header
{
    text-align: 								left;
    background-color:           #ffffff;
    height:											134px;
    overflow:										hidden;
}

img#logo
{
    margin-top:                 10px;
    margin-bottom:              10px;
}

ul#nav
{
    clear:                      both;
    float:                      left;
    width:                      100%;
    margin:                     0px;
    padding:                    0px;    
    background-color:           #8b1d04;
}

ul#nav li
{
    display:                    block;
    float:                      left;
    margin:                     0px;
    padding:                    0px;    
}

ul#nav li a:link,
ul#nav li a:visited
{
    display:                    block;
    float:                      left;
    margin-right:               20px;
    padding-left:               20px;
    padding-right:              0px;
    padding-top:                10px;
    padding-bottom:             10px;    
    color:                      #FFFFFF;
    font-size:                  13px;
    font-weight:                bold;
    text-decoration:            none;
}

ul#nav li a:hover,
ul#nav li a:active,
ul#nav li.open a:link,
ul#nav li.open a:visited,
ul#nav li.open a:hover,
ul#nav li.open a:active
{
    text-decoration:            none;
    color:                      #CCCCCC;
    
}

ul#nav li ul
{
    clear:                      left;
    float:                      left;
    position:                   absolute;
    visibility:                 hidden;
    margin:                     0px;
    margin-top:                 35px;
    padding:                    0px;
}

ul#nav li.open ul
{
    visibility:                 visible;
}

ul#nav li ul li
{
    clear:                      left;
    float:                      left;
    margin:                     0px;
    padding:                    0px;
    

}

ul#nav li ul li a:link,
ul#nav li ul li a:visited
{
		width:150px;
    padding-top:                5px;
    padding-bottom:             5px;
    /*
    background-color:           #FFFFFF !important;
    background-image:           none !important;
    filter:											alpha(opacity=80);
    -moz-opacity:								0.8;
    opacity:										0.8;                
    */
    font-size:                  12px;
    font-weight:                bold;
    color:											#6B1C15 !important; 
    
    /*
    background-image:           url('../img/alphatier.png') !important;
    background-repeat:          repeat;
    background-position:        0px 0px;
    */
    
    background-color:						#FFFFFF;

}

ul#nav li ul li a:hover,
ul#nav li ul li a:active
{
    font-weight:                bold;
    color:											#6B1C15 !important;    
}

.content
{
    padding:                    10px;
}

.keinrand
{
    padding:                    0px;
}

.textcontent 
{
    line-height:								150%;
    font-size:									13px;
}


div.leftpane
{
    float:                      left;
    width:                      796px;
    padding:                    0px;
}

div.rightpane
{
    float:                      right;
    width:                      195px;
    padding:                    0px;
    padding-left:               0px;
    font-size:									12px;
}

div#footer
{
    clear:                      both;
    float:                      left;
    width:                      100%;
    border-top:                 5px solid #999999;
    background-color:           #525252;
    color:                      #ff8800;
    font-size:                  11px;
    font-weight:                bold;
}

div#footer hr
{
    display:                    none;
}

div#footer p,
div#footer a:link,
div#footer a:visited
{
    display:                    block;
    float:                      left;
    margin-left:                2px;
    margin-right:               25px;
    margin-top:                 0px;
    margin-bottom:              0px;
    padding-left:               3px;
    padding-right:              3px;
    padding-top:                0px;
    padding-bottom:             1px;
    color:                      #ff8800;
    text-decoration:            none;
}

div#footer a:hover,
div#footer a:active
{
    text-decoration:            underline;
}

div.copyright {
	background-color:							#746e6e;
	text-decoration:							none;
	font-size:										10px;
}

div.copyright a {
	color:												#FFFFFF !important;
	text-decoration:							none !important;
	font-size:										10px;
}



a.pfeil {
  background-image:           url('../img/icon_pfeil.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

a.add {
  background-image:           url('../img/icon_add.gif');
  background-repeat:          no-repeat;
  background-position:        7px center;
  padding-left:								25px;
  color:											#000000;  
  font-size:									11px;
}

h2 {
	font-size: 									20px;
	font-weight: 								bold;
	color:											#6B1D13;	
	margin-top: 								5px;
	margin-bottom: 							7px;
}

h3 {
	font-size: 									16px;
	font-weight: 								bold;
	color:											#6B1D13;
	margin-top: 								2px;
	margin-bottom: 							7px;
}

h4 {
	font-size: 									13px;
	font-weight: 								bold;
	color:											#6B1D13;
	margin-top: 								0px;
	margin-bottom: 							7px;
}

h5 {
	font-size: 									12px;
	font-weight: 								bold;
	font-style:									italic;
	color:											#676767;
	margin-top: 								0px;
	margin-bottom: 							7px;
}







.weiss{
	background-color: #FFFFFF;
	font-size:                  13px;
  line-height:                140%;
}

.grau {
	background-color: #e8e8e8;
	font-size:                  13px;
  line-height:                140%;
}

div.link_quadrat a {
	background-image: url('../img/greenblock.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

div.link_pfeil a {
	background-image: url('../img/greenpfeil.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 20px;
}

img
{
	border-style:			none;
}

img.linksbuendig
{
	float:					left;
	margin-right:		15px;
	margin-bottom:	10px;
}

img.rechtsbuendig
{
	float:			right;
	margin-left:		15px;
	margin-bottom:	10px;	
}

div.zentriert
{
	text-align: center;
}



form
{
	display:			inline;		/* IE */
}


p.blocksatz
{
	text-align: justify;
}


table.border {
	border: 1px solid black;
	border-collapse : collapse;	
	width: 100%;
	margin-bottom: 5px;
}

table.border th {
	border: 1px solid black;	
	padding: 4px;
	font-weight:			bold;
	color:				#A53521;	
}

table.border td {
	border: 1px solid black;	
	padding: 4px;
}

table.border td.center {
	text-align: center;
}















#youarehere {
	font-size: 11px;
	color: #999999;
	margin: 5px;
}

#youarehere a {
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}





ul.quicklink
{
    clear:                      both;
    float:                      left;
    width:                      100%;
    margin:                     0px;
    padding:                    0px;    
    background-color:           #FFFFFF;
    margin-bottom:							20px;
    padding-bottom:							1px;
}

ul.quicklink li
{
    display:                    block;
    margin:                     0px;
    padding:                    0px;
    margin-bottom:							1px;
}

ul.quicklink li a:link,
ul.quicklink li a:visited
{
    display:                    block;
    margin-right:               3px;
    padding-left:               3px;
    padding-right:              7px;
    padding-top:                4px;
    padding-bottom:             4px;
    color:                      #4C4847;
    font-size:                  13px;
    text-decoration:            none;
    border-bottom:							1px solid #EEEEEE;
}

ul.quicklink li a:hover,
ul.quicklink li a:active
{    
    text-decoration:            none;   
    color:                      #6b1d13;
}



div.clearpane
{
	clear:both;
	padding-right:			20px;
	padding-left:				20px;
}