@charset "UTF-8";
/* CSS Document */

/*========================================
2. Spezifische divs
==========================================*/
#wrapperColumns {
	background:url(../Assets/Backgrounds/Topic_4.jpg);
}

#column_1,
#column_2,
#column_3,
#column_4 {
	float:left;
}

#column_1 {
	padding-left:50px;
	width:200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#column_2 {
	padding-left:20px;
	padding-right: 20px;
	width:734px;
}

#column_3 {
	width:400px;
	margin-top:40px;
	margin-left:30px;
}

.links a:hover {
	background: #5CADAD;
}

.links a {
	background: #85C2C2;
	color: white;
	padding: 5px;
	margin-left: 1px;
	font-size:100%;
	color:#FFF;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

.links li {
	list-style-type: none;
	margin-bottom: 15px;
}

.links ul {
	list-style: none;
	padding-left:0;
}