@charset "utf-8";
/* CSS Document */
* {
	margin:0;
   padding:0;
}

body {
	background-color: #333333;
	font-family: Verdana, Arial, Sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 150%;}

.container {
	background-image:url(bilder/bg2.jpg);
	background-repeat:repeat-x;
	height: 580px;
	width: 100%;
}

#content {
	margin: auto;
	height: 580px;
	width: 960px;
	}

.contentleft {
	float:left;
	height: 580px;
	width: 440px;
}
.contentright {
	float:right;
	height: 580px;
	width: 520px;
}
.header {
	height: 130px;
	width: 520px;
}
.stkbild {

	background-position: right bottom;
	height: 440px;
	width: 440px;
}
.content {
	background-image: url(bilder/blase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 29px;
	height: 360px;
	width: 500px;
	border-bottom: 2px solid #660000;
	padding:10px;
}

.cont {
	padding: 10px;
	overflow:auto;
	width: 480px;
	height: 340px;
}

/*Formatierungen*/

p { padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	padding-bottom: 20px;
	}

.wichtig {
	font-weight: bold;
    }


/*links*/
a:link	{
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;

	}

a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #999999;
	}

a:focus	{
	text-decoration:none;
	border: none;
	font-weight: normal;
	color: #ffffff;
	}

a:hover	{
	text-decoration:none;
	border: none;
	font-weight: normal;
	color: #cccccc;
	}

a:active {
	text-decoration:none;
	border: none;
	font-weight:normal;
	color:#ffffff;

	}

.cont a:link	{

	text-decoration: none;
	font-weight: normal;
	color: #660000;
	}

.cont	a:visited {

	font-weight:normal;
	color: #660000;
	}

.cont	a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #999999;
	}





.kommentar { font-size: 9px; }
.kommentar_hg {
	
	padding: 10px;
	margin-bottom: 10px;
	font-style: normal;
	}
