/*  
Theme Name: IAGUS
	Theme URI: http://www.minimlwork.de
	Description: einfaches, zweispaltiges Design (orientiert an genesis)
	Author: Uwe Hapke
	Author URI: http://www.uwehapke.de
	*/

html {
      height: 101%;
}

a {
	color: #1f5aa6;
        font-family: Verdana, Lucida Sans Unicode, Arial;
        font-size: 11px;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: orange;
	text-decoration:;
        font-weight: bold;
}

body {
	color: #;
        font-family: Arial, Lucida Sans Unicode, sans-serif;
	font-size: 0.80em;
	margin: 0;
	padding: 0;
	text-align: center;
        background-color:#FFFFFF;
        height:101%;
}

code,pre {
	font-size: 1.1em;
}

h1 a, h2 a, h3 a {
	color: #333333;
}

h1, h2, h3 {
	font-family: 'Arial', "Times New Roman", Times, serif;
        color: #333333;
}

h1 {
        margin-bottom: 0;
        padding-left: 1.0em;
}

h2 {    
        font-size: 0.9em;
        margin-bottom: 0;
        text-transform: uppercase;
}

h3 {
        margin-top: 0;
        margin-bottom: 0;
}




#content p, ol, ul {
	line-height: 1.4em;
	color: black;
        text-align: justify;    
}


#content code,pre {
	color: black;
}

#content a {
      font-family: Arial, Lucida Sans Unicode, sans-serif;
      color: #1f5aa6;
      font-size: 12px;
    }

#content a:hover {
      text-decoration: none;
      color: orange;
      font-weight: bold;
     }


#content table {
    border-collapse: collapse;
    width:580px;
    border:1px solid black;
    font-family: 'Arial', Verdana, Lucida Sans Unicode, sans-serif;
    font-size: 11px;
    color: black;
    }

	

#content td {
    border:1px solid black;
    background:white;
    text-align: left;
    padding: 5px;
}


#footer {
	clear:both;
}

#footer p {
	font-size: 81%;
        padding-bottom: 1.0em;
}

#header h1 {
        padding-top: 120px;
        padding-bottom: 0em;
        margin-left: -1.0em;
        margin-right: -1.0em;
        margin-top: 0px;
        background: #FFFFFF;
        font-size: 2.0em;
        background-image:url(images/iagus_head.jpg);
        background-repeat:no-repeat;
}

#page {
	background-color: #FFFFFF;
        border: 1px solid #000000;
	padding: 0em 2em 0em 2em;
	margin: 0 auto; /* So firefox centers this properly. */
	text-align: left;
	width: 65em;
        margin-top: 20px;
        margin-bottom: 20px;
        background-image:url(images/hg_side.gif);
        background-repeat:repeat-y;
}

#sidebar {
	background-color: #f3f3f3;
	float: right;
	width: 22%;
       
        }

#sidebar p {
        font-size: 0.20em;
        text-align: left;
        color: black;
        
        }

#sidebar h2 {
        font-family: Verdana;
        font-size: 11px;
      }

 #sidebar p, #sidebar li, #sidebar ul, #sidebar ol {
	font-size: 98%;
        color: #333333;
}

# sidebar a { 
        font-family: Arial, Lucida Sans Unicode, sans-serif;
	font-size: 0.70em;
        text-align: left;
}


#sidebar ul {
	padding-bottom:0;
        margin-top: 5px;
        line-height: 13px;
        text-align: left;
}

#sidebar ul li {
        margin-left: -2.1em;
        list-style-type: square;
         
}

#sidebar ul li li{
        font-size: 95%;
        
}

p.postmetadata {
	font-size: 0.8em;
}

.alt {
	clear:left;
	background: WhiteSmoke;
	padding: .2em;
	
}


.narrowcolumn {
	float:left;
	width: 70%;
}

.widecolumn {
	float:left;
	width: 70%;
}


 

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        margin-left: 1em;
	}

img.alignleft {
        margin-right: 1em;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */


/* Form */

form {
   background-color: #ffffff;
   width: 580px;
   height: 500px;
   padding: 0px;
   border: 1px solid #ffffff;
   }
   
label {
   display: block;
   }
   
#absender, textarea {
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1.0em;
   margin-top: -1.0em;
   }
   
textarea {
   height: 7em;
   }
   
input:focus, textarea:focus {
   background-color: #f7f7f7;
   }

/* End Form* /


