/****** CUSTOM STYLES FOR INDIVIDUAL PAGES *****/

#content { /* Overrides previous CSS */
	padding-top: 210px;
	background-image: url(../_images/kontakt_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content a:link { color: #E1481B; text-decoration: none; }
#content a:visited { color: #808080; text-decoration: none; }
#content a:hover { color: #E1481B; text-decoration: underline; }
#content a:focus { color: #E1481B; text-decoration: underline; }
#content a:active { color: #E1481B; text-decoration: none; }

.column_left, .column_right {
	position: relative;
	float: left;
}
.column_left {
	width: 300px;
	clear: left;
}
.column_right {
	width: 300px;
	clear: right;
}

h1,h2 {
	clear: left;
}

/************************************************/

