* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#screen {
	position: relative;
	width: 900px;
	text-align: left;
	background-color: #000000;
	background-image:  url(../img/bg_tripple.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	left: -13px;

}



#breadcrumb{
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-right: 50px;
	background-color: #333333;
	text-decoration: none;
}



#breadcrumb a:link, 
#breadcrumb a:visited,{
	text-decoration: underline;
	font-size: 12px;
}
#breadcrumb a:hover {
	color: #FFFF00;
}


h2 {
	color: #FFFFFF;
	font-size: 1.4em;

}
.marker {
	font-weight: bold;
	color: #FFFF00;

}

img.border {

	border: 1px solid #ffffff;
}


#logo {
	background-image: url(../img/classic_head_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 115px;
}

p strong {
	font-size: 1.1em;
}

#content{
padding:0px 10px 10px
}

#content table tr td{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: top;

}


#content table tr td p{
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}

 a.weiter:link,a.weiter:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	
}
