@charset "UTF-8";

* {margin:0;padding:0}

body {
	background: url('../pics/bg.png');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
}

.sszMain #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}

.sszMain #header {
	background-image: url(../pics/header.jpg);
	height: 150px;
}

.sszMain #mainContent {
	height: 520px;
}

.sszMain #contentframe {
	height: 520px;
	width: 780px;
}

.sszMain #footer {
	height: 30px;
	padding: 0 10px;
	background: #302d27;
}

.sszMain #footer p {
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #b49b58;
	text-align: right;
	margin: 0; 
	padding: 10px 0; 
}

.link {
	background: url('../pics/linkline.gif');
	background-repeat: no-repeat;
	background-position: 30px bottom;
	float: left;
	width: 155px; /* padding-left muss subtrahiert werden */
	height: 40px;  /* padding-top muss subtrahiert werden */
	padding-left: 40px;
	padding-top: 110px;
	font-size: 22px;
	letter-spacing: 1px;
	color: #ffffbe; /*#e5a432;*/
}

.link a {
	color: #ffffbe;
}

.link a:link, .link a:visited, .link a:hover {
	text-decoration: none;
}

.link a:hover {
	color: #ff6f20;
}

.sszMain #navigation .a:active {
	color:white;
}