/************************************
 CSS Datei für iq-mbh.de
 Anselm Kugelmeier
 netdienste.net
 10.08.2008

 #FF6300 Logofarbe orange
 #692905 Schriftfarbe braun (body)
 #F8E4D9 Navigation Hintergrund (col_navback)
 #F7D8BF Navigation Hintergrund dunkler sowie Mouseover
 #FFF5EE Hauptseite Hintergrund (body)
 #DDB0A0 Navigation dunkler Hintergrund, Rahmen und Linien (.col_rahmen hr)

 ************************************/


/****************/
/* Allgemeines  */
/****************/

html, body { height:101%; }

body {
 font-family: Arial;
 text-align: left;
 font-size:12px;
 color: #692905;
 background-color:#FFF5EE;
 background-image:url(img/back.jpg);
 background-position:top;
 background-repeat:repeat;
 margin-left:4px;
 margin-top:0px;
}

h1 {
 font-size:18px;
 color:#692905;
}

h2 {
 font-size:15px;
 color:#692905;
 padding-top:0px;
 padding-bottom:3px;
 margin-top:0px;
 margin-bottom:3px;
}

h3 {
 font-size:13px;
 color:#692905;
 padding-top:0px;
 margin-top:0px;
}

h4 {
 font-size:13px;
 color:#692905;
 padding-top:0px;
 margin-top:0px;
 margin-bottom:0px;
 padding-Bottom:0px;
}

td {
 vertical-align:top;
}

hr {
	border:solid 1px #DDB0A0;
}

/**********/
/* Links  */
/**********/

a:link {
 font-weight:bold;
 text-decoration: none;
 color: #FF6300;
}
a:visited {
 font-weight:bold;
 text-decoration: none;
 color: #FF6300;
}
a:hover {
 font-weight:bold;
 color: #692905;
 text-decoration: none;
/* background:#004080;*/
}
a:active {
 font-weight:bold;
 text-decoration: none;
 color: #FF6300;
}

img {
 border:none;
}


/***********/
/* Tabelle */
/***********/

/* Tabellengröße auf der Indexseite */
.tbl_kopf {
	width:994px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
    table-layout:fixed;
    border:1px solid;
}

/* Tabellengröße auf der Indexseite */
.tbl_index_kopf{
	width:560px;
    height:90px;
    table-layout:fixed;
}

.tbl_index {
	width:560px;
    height:540px;
    table-layout:fixed;
}

/* Spalteneigenschaften in der Tabelle auf der Indexseite */
.td_index {
	width=50%;
}



/*********************/
/* DIV Eigenschaften */
/*********************/

/* Tabelle mit Bildern auf der Indexseite */
.div_index_top {
    width:530px;
    height:80px;
    border:solid 1px;
    background-image:url(img/block.jpg);
    padding:5px;
}

.div_index {
	position:absolute;
    width:278px;
    height:120px;
    border:none; /*solid 1px;
    background-image:url(img/block.jpg);
    padding:5px;*/
}

/* Bildern auf der Indexseite */
.div_index2 {
	position:absolute;
}

/* Links neben Bildern auf der Indexseite */
.div_index3 {
	position:absolute;
    bottom:14px;
    left:179px;
}



/**************/
/* Navigation */
/**************/

.nav_norm {
	border-top:solid 1px #DDB0A0;
    vertical-align:middle;
    padding:5px;
}

.nav_norm2 {
	border-top:solid 1px #DDB0A0;
    vertical-align:middle;
    padding:5px;
    padding:5px;
    background-color:#F7D8BF;
}

.pad {
	padding-left:14px;
}




/**********/
/* Farben */
/**********/

.col_rahmen 		{border-color:#DDB0A0;}
.col_navback 		{color:#F8E4D9;}





/*************/
/* sonstiges */
/*************/

.textabsatz {
	padding-bottom:20px;
}

.trenner1 {
    margin:20px;
    padding:20px;
}

.trenner2 {
    border-top:solid 1px #FF6300;
    margin:20px;
    padding:20px;
}

.pic_inline {
	border:1px solid #DDB0A0;
}

.portrait {
	margin-bottom:5px;
	width:80px;
    height:80px;
}

.left_column {
	width:200px;
	padding-left:20px;
}


/* Beispiel für transparentes png in Firefox und Iexplorer

#office_signer {
  width:121px;
  height:107px;
  background: url(img/thumbs_office-signer.png);
  background: expression("none");
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/thumbs_office-signer.png');
}

*/
