* {
	font-family: Arial;
}

body {
	background-color: #D8D8D8;
}

#distance {
	margin-bottom: -350px;
}

#page {
	position:relative;
	width: 950px;
	background-color: #FFF;
}

#header {
	height: 145px;
	width: 835px;
}

#navigation {
	height: 145px;
	width: 115px;
}

#navigation ul {
	list-style: none;
	margin-top: 25px; /* 30px */
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	padding: 0px 1px 0px 3px;
	margin: 1px 0 1px 1px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	/*font-size: 11px;*/
	text-transform: lowercase;
}

#navigation .active a,#navigation a:hover {
	color: #FFF;
}

#language {

	position:absolute;
	list-style:none;
	top: 190px;
	right: 0;
	width: 115px;
}

#language li {
	display: inline;
}

#language li.first a {
	border-bottom:1px solid #FFF;
}

#language a {
	display: block;
	padding: 0px 1px 0px 3px;
	margin: 1px 0 1px 1px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	/*font-size: 11px;*/
	text-transform: lowercase;
}

#language .active a,#language a:hover {
	color: #FFF;
}

#content {
	background: #369;
	width: 950px;
	height: 555px;
}

#content #column1 {
	width: 170px;
}

#content #column2 {
	width: 660px;
}

#content #bg-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#content .block {
	margin-top: 40px;
}

#content .block .title {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}

#content .block .body,#content .block .body p,#content .block .body h3 {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

#content .block .body h3 {
	margin-bottom: 5px;
}

#content .block .body p {
	margin-bottom: 10px;
}

#content .block .body a {
	color: #FFF;
}

#content .list th,#content .list td {
	padding: 2px;
}

#content #column1 .block ul {
	list-style: none;
}

#content #column1 .block ul ul {
	padding-left: 20px;
}

#content #column1 .block li {
	display: inline;
}

#content #column1 .block li a {
	display: block;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#content #column1 .block ul li a {
	padding-left: 40px;
	margin-left: 0;
	text-transform: lowercase;
}

#content #column1 .block ul li.active a {
	background-color: #F00;
	color: #FFF;
}

#content #column2 .block {
	margin-left: 30px;
}

#content #column2 ul {
	padding-left: 15px;
	margin: 0 0 15px 0;
}

#login #content {
	background: #CCC;
}

#home #content .body p {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#articles .bg #content {
	background: url(../files/backgrounds/aktuell.jpg) no-repeat;
}

#articles #content,#navigation .active a.articles,#navigation a.articles:hover
	{
	background: #00a3e6;
}

#articles #column1 .block ul li.active a,#articles #column1 .block ul li a:hover
	{
	background-color: #ff9000;
}

#article .floatbox img {
	width: 150px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#article p {
	text-align: justify;
}

#article .contact {
	text-align: right;
}

#study .bg #content {
	background: url(../files/backgrounds/studium.jpg) no-repeat;
}

#study #content,#navigation .active a.study,#navigation a.study:hover {
	background: #f00000;
}

#study #column1 .block ul li.active a,#study #column1 .block ul li a:hover
	{
	background-color: #ba1cff;
}

#projects .bg #content {
	background: url(../files/backgrounds/projekte.jpg) no-repeat;
}

#projects #content,#navigation .active a.projects,#navigation a.projects:hover
	{
	background: #999;
}

#projects #column1 .block ul li.active a,#projects #column1 .block ul li a:hover
	{
	background-color: #00aeef;
}

#projects #column1 .block ul.sub li a {
	background-color: transparent;
	margin: 0;
	border-bottom: 2px solid #999;
}

#projects #column1 .block ul.sub li.active a,#projects #column1 .block ul.sub li a:hover
	{
	border-bottom: 2px solid #00aeef;
}

#projects #content .empty {
	background: url(../img/dummy_projects.jpg) no-repeat;
}

#project {
	height: 450px;
}

#column2 #project-image {
	margin: 0;
	width: 750px;
	height: 490px;
}

#column2 #project-images {
	margin: 0;
	width: 750px;
}

#column2 #project-images ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#column2 #project-images ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#column2 #project-images ul li a, #column2 #project-images ul li span {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #000;
}

#column2 #project-images ul li span {
	border: 1px solid #999;
}

#column2 #project-images ul li div {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	font-size: 10px;
	margin-left: 20px;
}

#column2 #project-images ul.options li a, #column2 #project-images ul.options li span  {
	border: 0;
	width: 23.5px;
}

/* Studenten */
#students .bg #content {
	background: url(../files/backgrounds/studenten.jpg) no-repeat;
}

#students #content,#navigation .active a.students,#navigation a.students:hover
	{
	background: #ff9000;
}

#students #column1 .block ul li.active a,#students #column1 .block ul li a:hover
	{
	background-color: #00f900;
}

#students #column1 .block ul.sub li a {
	background-color: transparent;
	margin: 0;
	border-bottom: 2px solid #ff9000;
	text-transform: none;
}

#students #column1 .block ul.sub li.active a,#students #column1 .block ul.sub li a:hover
	{
	border-bottom: 2px solid #00f900;
}

#student .floatbox img {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#student p {
	text-align: justify;
}

#student .contact {
	text-align: right;
}

#content #student-list h3 {
	margin-bottom: 0;
}
#student-list p {
	width: 210px;
	height: 26px;
}

/* Dozenten */
#tutors .bg #content {
	background: url(../files/backgrounds/dozenten.jpg) no-repeat;
}

#tutors #content,#navigation .active a.tutors,#navigation a.tutors:hover
	{
	background: #abd000;
}

#tutors #column1 .block ul li.active a,#tutors #column1 .block ul li a:hover
	{
	background-color: #ec008c;
}

#tutors #column1 .block ul.sub li a {
	background-color: transparent;
	margin: 0;
	border-bottom: 2px solid #ABD000;
	text-transform: none;
}

#tutors #column1 .block ul.sub li.active a,#tutors #column1 .block ul.sub li a:hover
	{
	border-bottom: 2px solid #ec008c;
}

#tutor .floatbox img {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#tutor p {
	text-align: justify;
}

#tutor .contact {
	text-align: right;
}

/* Kontakt */
#contact .bg #content {
	background: url(../files/backgrounds/kontakt.jpg) no-repeat;
}

#contact #content,#navigation .active a.contact,#navigation a.contact:hover
	{
	background: #ec008c;
}

#contact #column1 .block ul li.active a,#contact #column1 .block ul li a:hover
	{
	background-color: #00e9cd;
}

/** Fusszeile */
#footer {
	width: 950px;
	margin: 0 auto;
	font-family: Arial;
	text-align: right;
	font-size: 10px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer a,#footer span {
	color: #D8D8D8;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.backend a {
	color: #000 !important;
}

#footer .actions a,#footer .actions span {
	float: left;
}

#footer .options a,#footer .options span {
	float: right;
}

/** forms */
form label {
	display: none;
}

.admin form label {
	display: block;
}

form .required {
	font-weight: bold;
}

form .optional input,form .required input,form textarea {
	width: 630px;
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

form .optional .checkbox,form .required .checkbox {
	width: auto;
}

.admin .list {
	width: 660px;
}
