/*
 * AGT PRINT CSS
 * (c) by Martin Trenkmann
 * webmaster(at)arch-thueringen.de
 * june 2006
 *
 */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
	margin-top: 0px;
	margin-left: 15px;
	padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    line-height: 50px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 13px;
	padding: 0px;
}

a:link{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#head{
    display: none;
}

/* Navigation Bar */

#sidebar{
    display: none;
}

/* News Frame */

#content{
	width: 17cm;
	padding: 0px;
	margin: 0px;
}

#news{
    display: none;
}

#print{
    display: none;
}


/* Main Frame */

#main{
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}

#main table {
	font-size: 11px;
	line-height: 17px;
}

#main td.discript{
	text-align: right;
	padding-right: 8px;
}

#main span.info{
    display: block;
    padding: 10px;
    margin: 10px 0px;
    border: 1px dashed #999999;
}

/* Bottom Links */

#bottoms{
    display: none;
}
