* {
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
body {
	padding-bottom: 25px;
	padding-top: 30px;
   background-color: #3C221C;
   color: #ffffee;
   text-align: center;
}

#programm {
	padding-top: 0px;
}

#wrapper {
   text-align: left;
   width: 960px;
}
#column1 {
	margin-top: 14px;
	margin-left: 10px;
	width: 410px;
	float: left;
}
#content
{
	top: 80px;
	float: right;
	left: 420px;
	width: 520px;
}
#column2 {
	width: 280px;
	float: left;
    border-right: 1px dotted #DE0071;
}
#column3 {
	width: 239px;
	float:right;
}
#footer {
	padding-top: 24px;
	clear: both;
    border-bottom: 1px dotted #DE0071;
}
#popup {
	text-align: left;
	width: 320px;
}
h1 {
	line-height: 18px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	font-size: 15px;
}

p {
	line-height: 18px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
form {
	line-height: 18px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#column2 a, #column3 a, #popup a, #programm a {
	color: #DE0071;
	text-decoration: none;
	background-image: url(images/ic-link.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding-left: 12px;
}
#footer a {
  color: #DE0071;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.mini {
	color: #333333;
	font-size: 10px;
}
.small {
	color: #ffffff;
	font-size: 10px;
}
