/* Functiongraphics */

.main {
	background-image: url(../img/wirtschaftspatenbg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#introscreen {
	background-color: #CE0A18;
	border-bottom: #808080 5px solid;
	border-top: #808080 5px solid;
	position: relative;
	top: 10px;
	height: 350px;
	text-align: center;
	vertical-align: middle;
}

#introscreen a{
	color: #FFFFFF;
	border-bottom: none;
}

#introscreen a:hover{
	color: #FFFFFF;
	border-bottom: none;
}

#introscreen h3 {
letter-spacing: 5.9px;
}

#seitenleiste{
	background-color: #CE0A18;
	height: 430px;
	width: 130px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#seitenleiste tr td {
	color: White;
}

#seitenleiste tr td a{
	color: White;
	border-bottom: 1px dotted white;
}

#seitenleiste tr td a:hover{
	border-bottom: 1px solid white;
}


#inhalt_mit_seitenleiste {
	right:100px;
}
