/*-----------------------------------------------------------------------------
Screen Stylesheet

version:   1.0
date:      16/09/2009
author:    Dipl.-Ing. Katherina Trumpf
email:     info@i-design-websites.com
website:   http://www.i-design-websites.com
-----------------------------------------------------------------------------*/
/*Paragraph-Stil des Inhalts*/

div#CenterCol h1 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 1.5em 0px 1em 0px;
	line-height: 1.8em;
}
div#CenterCol h2 {
	color: #333333;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: auto;
	padding: 0px;
	margin: 1.5em 0px 1em 0em;
	font-style: normal;
	line-height: 1.8em;

}
div#CenterCol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 2em;
	padding: 0em;
	margin: 1.5em 0px 1em 0em;
}
div#CenterCol h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 0em;
	margin: 1.5em 0px 0em 0em;
}

div#CenterCol p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0em 0em 0em 0em;
	margin: 0.5em 0em 0.5em 0em;
}

div#CenterCol img.right {
	margin: 0px 0.3em 1em 0px;
	text-align: right;
}

div#CenterCol ul {
	list-style-type: square;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0px;
	margin: 0em 2em 1em 3em;
}
div#CenterCol ul ul{
	font-size: 1em;
}

div#CenterCol ul.noBullet {
	list-style-type: none;
}

div#CenterCol li {
	padding-top: 0.5em;
}
div#CenterCol p.info{
	margin: 1em 5em 2em 4em;
	clear: both;
	color: #333333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}


/* ================ Sitemap Design =================== */
div#CenterCol h2 a{
	background: url(../images/icons/link.gif) no-repeat left center;
	text-align: right;
	text-decoration: underline;
	color: #333333;
	padding: 0em 0.2em 0em 1.2em;
	margin: 0px;
	border: 1px solid #FFFFFF;
	height:1.8em;
}
div#CenterCol h2 a:link,div#CenterCol h2 a:visited {
}
div#CenterCol h2 a:hover {
	background: #F4F4F4 url(../images/icons/link_hov.gif) no-repeat left center;
	border: 1px solid #999999;
	color: #FF0000;
	text-decoration: none;
}
div#CenterCol h2 a:active,div#CenterCol h2 a:focus {
	background: #F4F4F4 url(../images/icons/link_hov.gif) no-repeat left center;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	color: #CC0000;
	outline: none;
	text-decoration: none;
}

