body, div, p, img, form, textarea, input, select, td, th, h1, h2, h3 {
	font:12px Arial, "sans serif";
}


table.sizes {
	caption-side: top;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	text-align: center;
	width: 98%;
}


h2.underscore {
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 16px verdana, sans-serif;
	border-left:10px solid #6699cc;
	border-bottom:1px solid #6699cc;
	clear: both; 
	
	/* width:100%;
	height:22px;
	vertical-align: bottom;
	background-repeat:no-repeat;
    background-image:url('images/h2_underscore.gif'); */
}

h2 {
	font-size:13px;
	font-weight:bold;
	clear: both; 
	}

h3 {
	font-size:11px;
	font-weight:bold;
	clear: both; 
	}

img.bildli	{ /* Bild im Fließtext links anordnen*/
	padding-right: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	}
	
img.bildre	{ /* Bild im Fließtext rechts anordnen*/
	margin-left:  6px;
	margin-bottom: 6px;
	float: right;
	}
	
div#maincontent p {
	padding:5px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	}
	
	
	
	/*               L I N K S            */
a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: red;
	}

a:focus {
	outline: none;
	}



a.ext { /* Extern-Icon vor externem Link*/
padding-left: 15px;
background: transparent url(images/extern.gif) no-repeat center left;
}

a.int  { /* Intern-Icon vor internem Link [hello="Cleveland"][goodbye="Columbus"]*/
padding-left: 15px;
background: transparent url(images/intern.gif) no-repeat center left;
}

a[href $='.pdf'] { /* PDF Icon vor Link auf PDF-Dokument */
padding-left: 18px;
background: transparent url(images/pdficon.gif) no-repeat center left;
}

a[href $='.zip'] { /* ZIP-Icon vor Link auf ZIP-Dokument */
padding-left: 18px;
background: transparent url(images/zipicon.gif) no-repeat center left;
}

a[href ^="mailto:"] { /* Brief Icon vor E-Mail-Link*/
padding-left: 14px;
background: transparent url(images/mailtoicon.gif) no-repeat center left;
}

a[href $='.wmv'] { /* Video-Icon vor externem Link*/
padding-left: 17px;
background: transparent url(images/videoicon.gif) no-repeat center left;
}

