/***********************************************/
/* general html styles                         */
/***********************************************/
body	{
	background: white;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #004070;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #004070;
	font-weight: normal;
}

a {
	line-height: 15px;
	text-decoration: none;
	color: #BC4231;
	font-size: 15px;
}

a:hover {
	text-decoration: underline;
	color: #BC4231;
	font-size: 12px;
}


/***********************************************/
/* container styles                            */
/***********************************************/

#divLogo {
	margin-top: 0px;
	width: 1000px;
	height: 110px;
	background:url(../images/logo.gif) no-repeat 780px 0;
}

#divMain {
	display: inline;
	float:left;
	margin: 20px 0 0 0;
	width: 1000px;
}

#divMenue {
	display:inline;
	float: left;
	margin: 90px 0 0 34px;
	width: 81px;
}

#divInhalt {
	/*display:inline*/
	float: left;
	margin: 0 0 0 90px;
	width: 770px;
}

#divFooter {
	margin-top: 15px;
	width: 173px;
	height: 22px;
	text-align: right;
}

#divTitel {
	position: relative;
	margin: 0 0 20px 0;
	width: 520px;
	height: 60px;
	text-align: right;
}

#divTitelklein {
	text-align: right;
	position: absolute;
	right: 2;
	bottom: 0;
	width: 500px;
	height: 20px;

}

#divKategorie {
	width: 500px;
	height: 20px;
	margin: 0 0 2px 0;
}

#divKatBild {
	float: left;
	width: 112px;
	height: 140px;
	margin: 0 22px 0 0;
	text-align: right;
}

/***********************************************/
/* klassen styles                              */
/***********************************************/

.untertitel {
	font-size: 10px;
}

.trenner	{
	margin: 4px 0 4px 0;
}

.clear	{
	clear: both;
	visibility: hidden;
}

.abstand5	{
	height: 5px;
	width: 20px;
}

.abstand10	{
	height: 10px;
	width: 20px;
}

.abstand20	{
	height: 20px;
	width: 20px;
}

.ausrichtungLinks	{
	float: left;
	margin: 0 15px 15px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 15px 15px;
}

.ausrichtungKeine {
	display: block;
	margin-bottom: 25px
}
