/**
*	ADDITIONAL STYLES

*   (c) KULOW IT+C GmbH

*	@autor RK

**/

@media all
{
	
	
h1 {
		
	font-size: 24px;
		
	color: #333333;
		
	font-weight: bold;
		
	padding: 5px 0px 5px 0px;
	
}
	
	
h2 {
		
	font-size: 20px;
		
	color: #555555;
		
	font-weight: normal;
		
	padding: 5px 0px 5px 0px;
	
}
	
h3 {
		
	font-size: 16px;
		
	color: #555555;
		
	font-weight: normal;
		
	padding: 5px 0px 5px 0px;
	
}
	
hr {
		
	height: 1px;
		
	border: 0px;
		
	background: #BBBBBB;
		
	margin: 10px 0px 10px 0px;
	
}
	
	
.title {
		
	font-size: 18px;
		
	color: #555555;
		
	font-weight: normal;
		
	margin: 10px 0px 10px 0px;
	
}

/** LINKS END **/	

	
.content_box {
		
	width: 280px;
		
	height: 280px;
		
	background-color: #EEEEEE;
		
	margin: 0px 0px 0px 0px;
		
	padding: 10px 10px 10px 10px;
	
}
	
.content_middle {
		
	margin: 0px 20px 0px 20px;
	
}


table {
	border-color: #000000;
}
th {
	border-color: #000000;
}

td {
	border-color: #000000;
}

}
