div.box{
	width: 434px;
	margin-bottom: 25px;
}
div.box_header{
	width: 434px;
	height: 52px;
	background-image: url('/grafik/boxes/Box_Header.png');
}
div.box_header_small{
	width: 434px;
	height: 40px;
	background-image: url('/grafik/boxes/Box_Header.png');
}

div.box_mid{
	width: 414px;
	background-image: url('/grafik/boxes/Box_Mid.png');
	background-repeat: repeat-y;
	padding: 10px;
}
div.box_bottom{
	width: 434px;
	height: 34px;
	background-image: url('/grafik/boxes/Box_Bottom.png');
}
h1.box_topic{
	font-size: 32px;
	font-weight: 100;
	font-variant: small-caps;
	color: black;
	padding-left: 10px;
	padding-top: 4px;
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*Newsboxes*/

div.newsbox_bottom{
	width: 434px;
	height: 34px;
	background-image: url('/grafik/boxes/NewsBox_Bottom.png');
}
h1.newsbox_topic{
	font-size: 32px;
	font-weight: 100;
	font-variant: small-caps;
	color: black;
	padding-left: 10px;
	padding-top: 4px;
	margin: 0px;
	margin-bottom: 0px;
}
p.newsbox_date{
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 100;
	padding-left: 10px;
	margin: 0px;
	margin-top: -5px;
}
img.newsbox_comment{
	margin-top: 4px;
	margin-left: 13px;
	float: left;
}
p.newsbox_bar{
	color: white;
	font-size: 16px;
	font-weight: 500;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}
img.newsbox_arrow{
	float: right;
	margin-top: 5px;
	margin-right: 13px;
}
a.newsbox{
	color: white;
	text-decoration: none;
}
a.newsbox:hover{
	color: white;
	text-decoration: underline;
}

/*Comment box*/
p.comment_name{
	font-size: 18px;
}
span.comment_date{
	color: #5A5A5A; 
	font-size: 14px; 
	margin-left: 3px;
}

/* Profil-boxes */
div.box_pro1{
	width: 534px;
	margin-bottom: 25px;
}
div.box_pro1_header{
	width: 534px;
	height: 49px;
	background-image: url('/grafik/boxes/Box_Pro1_Header.png');
}
div.box_pro1_mid{
	width: 514px;
	background-image: url('/grafik/boxes/Box_Pro1_Mid.png');
	background-repeat: repeat-y;
	padding: 10px;
}
div.box_pro1_bottom{
	width: 534px;
	height: 49px;
	background-image: url('/grafik/boxes/Box_Pro1_Bottom.png');
}

div.box_pro2{
	width: 336px;
	margin-bottom: 25px;
}
div.box_pro2_header{
	width: 336px;
	height: 49px;
	background-image: url('/grafik/boxes/Box_Pro2_Header.png');
}
div.box_pro2_mid{
	width: 316px;
	background-image: url('/grafik/boxes/Box_Pro2_Mid.png');
	background-repeat: repeat-y;
	padding: 10px;
}
div.box_pro2_bottom{
	width: 336px;
	height: 49px;
	background-image: url('/grafik/boxes/Box_Pro2_Bottom.png');
}
