
/* headings */



/* ----------------------
LAYOUT
-------------------------  */
@import url(igmg-style.css);
@import url(css-based.css);


/* ----------------------
NEWS
-------------------------  */
@import url(news/news-2.css);








body,p,ol,ul,div,td {
font-family: Verdana;
font-size:11px;
color: #000; 
font-style: normal;  
line-height: 150%;
}		
	
			
		



h1 {
	font-family:Verdana;
	font-size: 15px;
	font-weight:bold;
	color:#1AB800;
	text-align: left;
	margin-bottom:10px;
	line-height:20px;
}



h2 {
font-family: Verdana;
font-weight:bold;
color: #1AB800;
font-size: 12px;
line-height:130%;
margin-bottom:5px;
}


h3 {
font-family: Verdana;
font-weight:bold;
color: #1AB800;
font-size: 12px;
}


h4 {
font-family: Verdana;
color: #FFFFFF;
background-color:#75C22A;
font-size:13px;
padding-top:5px;
padding-bottom:5px;
padding-Left:7px;
background: url("images/h4_bg.gif") bottom ;		
}




h5 {
font-family: Verdana;
font-weight:bold;
color: #1AB800;
font-size: 13px;
line-height:130%;
margin-bottom:10px;
padding-bottom:5px;
padding-top:5px;
border-bottom:1px dotted #CCC;
}



h6 {
	border-bottom:1px dotted #CCC;
	font-family:Arial;
	font-size: 16px;
	color:#1AB800;
	text-align: left;
	margin-bottom:5px;
	line-height:20px;
}







/* Allgemeine Definition der Listen */
ul, ol, dd {

margin: 0px 0px 0px 20px;
}



 
/* last update */
.lastupdate {
font-family:Verdana;
font-size: 10px;
color: #759214;			/* lime green */
line-height: 150%; 
text-align: center;
}


 
/* in text hyperlinks */
a:link {
font-family:Verdana;
color: #1AB800; 
font-style: normal;
text-decoration:none;  
}
a:visited {
font-family:Verdana;
color: #1AB800; 
font-style: normal;  
text-decoration:none;
}
a:hover {
font-family:Verdana;
color:#FF0000; 
font-style: normal;  
}
 

 
/* forms fields */
select {  
 font-family: arial, helvetica, sans-serif;
 font-size: 12px 
}










 
 
 
 
 
 
 
 
 
 
 
 
address {
	font-style:normal;	
	line-height: 1.5em;
	margin: 0 0 1em 0;
}


em,i { font-style:italic; }

em.mono, em.file, em.directory {
	font-size: 115%; 	/* monospace Schriften auf gleiche Größe bringen */
	font-family: monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}

pre, code {
	font-size: 115%; 	/* monospace Schriften auf gleiche Größe bringen */
	font-family: monospace;

	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css { 
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml { 
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

blockquote { 

}

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

.bluebox {
	background: #F7F6FB; border: 1px #ccd solid;
	text-align: left;
	padding: 10px;
	margin-bottom: 1em;
}

.bluebox p {
	background: #F7F6FB; border: 1px #ccd solid;
	text-align: left;
	padding: 10px;
	margin-bottom: 1em;
}

ul.linklist {
 list-style-type: none;
}

ul.linklist li {margin:0;}



/* ######################################################################################################
** ### Bildpositionierung links- und rechtsbündig als Fließobjekte ######################################
** ######################################################################################################
*/

img.float_left {
	float: left;
	margin-right: 1em; 
	margin-bottom: 0.15em; 
	border:0;
}

img.float_right {
	float: right;
	margin-left: 1em; 
	margin-bottom: 0.15em; 
	border:0;
}

img.center {
	text-align:center;
	background: #fff;
	padding: 4px;
	border:1px #ddd solid;
}
/* ######################################################################################################
** ### Auszeichnung lokaler und Externer Links ##########################################################
** ######################################################################################################
*/



a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}

a.dl_link:hover { text-decoration: none; background-color: transparent; }


input, textarea, password {
    width: auto;
	font-family:Verdana;
	font-size: 11px;
	color:#6F6F6F;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 2px;
	color: #777;
	display:table;
	margin-bottom:2px;
}

* html input, textarea {
	display:block;
	padding:0px;
	margin-bottom:7px;	
	margin-bottom:2px;	
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}


