.csc-linkToTop {
	text-align: right;
	font-size: 10px;
}
.csc-textpic-caption {
	padding-bottom: 8px;
}


/* Allgemeine Formatierungen */
body {
	background-color: #cccccc;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serife;
}

#main {
	margin-top: 10px;
	border:1px solid #000000;
}

#content {
	background-color: #3F3F3F;
	background-color: #00009e;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	height: 500px;
	font-size: 11px;
	padding: 10px;
}

#content p{
	align: justify;
	padding-bottom: 3px;
}

#content h1 {
	font-size: 130%;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
}

#content h2 {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 20px;
}

#content h4 {
	font-size: 90%;
	font-weight: bolder;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

#content h5 {
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 20px;
}


#right {
	font-size: 54%;
	padding-top: 10px;
}

a {
	text-decoration: underline;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* Menüs */
#nav {
	font-size: 70%;
	height: 21px;
	border-bottom: 1px solid #000000;
}
#nav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
#nav li {
	display: inline;
 	padding-right: 20px;
 }

#nav img {
	padding-right: 6px;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #AAAAAA;
}
