body {
	background-color: #000000;
	background-image: url(images/background_mit_gauss.jpg); /* Alternative: _ohne_gauss */
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana;
	height: 2764px;
	padding: 0;
	margin: 0;
	border: 0;
}
img {
	border: 0;
}

			
/*
	Inhalts Layer 	
*/
.whiteLayer {
	width: 653px;
	position: absolute;
	top: 50px;
	right: 100px;
}

.whiteLayerTop {
	height: 15px;	
	background-image: url(images/whiteContentLayerTop.png);
	background-repeat: no-repeat;
}

.whiteLayerContent {
	background-image: url(images/whiteContentLayerRepeat.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 15px;
	
}

.whiteLayerBottom {
	height: 15px;	
	background-image: url(images/whiteContentLayerBottom.png);
	background-repeat: no-repeat;
}

.contentUpperArea table td {
	vertical-align: top;
	color: #444444;
}

.contentUpperAreaLeft {
	font: normal 1.1em Times;
	width: 288px;
	text-align: right;
}
.contentUpperAreaMiddle {
	text-align: center;
}

.contentUpperAreaRight {
	text-align: left;
	font: normal 1.1em Times;
	width: 250px;
	padding-top: 4px;		
}

.logo {
}

.menuBox {
	position: relative;	
	left: 135px;
}

ul#menu {
	margin-top: 4px;	
    list-style-type: none;
	width: 100px;
	position: relative;
}

ul#menu li {
	padding-right: 5px;
	position: relative;
	z-index: 5;
}

ul#menu li a {
	display: block;
	color: #444444;
	text-decoration: none;
		
}
ul#menu li a:hover {
	display: block;
	color: #444444;
	text-decoration: none;
		
}

ul#menu li.backLava {
	background-image: url(images/schraffur.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
	position: absolute;
    z-index: 3;
}

/* Semester Slider */
#panel {
	text-align: center;
}
#slides ul {
	padding-left: 5px;
}
#slides ul li{
	padding-bottom: 0.6em;
}

#slides {
	position: relative;
	text-align: left;
}

#semester {
	overflow: hidden;
	position: relative;
	height: 360px;
}

#semester ul {
	list-style-type: square;
	margin-left: 30px;
}

#prev-next {
	padding-top: 20px;
}
#controller span{
	cursor: pointer;
	font-weight: bold;
}
#prev-next img {
	cursor: pointer;
}

#youTubeLink {
	margin: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#youTubeLink img{
	border: 1px solid #444444;
	padding: 5px;
	
}

#prevCgProject {
	width: 100%; 
	text-align: center;
}
#prevCgProject a {
	padding: 15px;;
}
#prevCgProject img {
	border: 1px solid #444444;
	padding: 5px;
}
/* Text-Content Style */
.textContentBox {
	margin: 10px;
	color: #333333;
	font-family: Verdana;
	font-size: 0.85em;
}
.textContentBox p {
	text-align: left; /* Oder doch lieber Justify? */
}
.textContentBox  h1{
	text-align: center;
	font-size: 1.7em;
	background-image: url(images/schraffur.png); 
}

.textContentBox a:link {
	background-image: url(images/schraffur.png);
	text-decoration: underline;
	color: #333333;;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.textContentBox a:hover {
	text-decoration: none;
	color: #333333;
	position: relative;
	top: 1px;
}
.textContentBox a:visited {
	background-image: url(images/schraffur.png);
	color: #333333;
	outline: none;
}
.textContentBox  h2{
	font-size: 1em;
}
.textContentBox ul {
	list-style-type: square;
	padding-left: 20px;
}
.textContentBox ul li {
	padding-bottom: 1em;
	text-indent: 0em;
}
.logoUniRostock {
	text-align: center;
}
.textContentLeft {
	float: left;
	width: 47%;
	padding: 2px;

}
.textContentRight {
	float: right;
	width: 47%;
	padding: 2px;
	padding-right: 10px;
}
.textContentBoth {
	clear: both;
	padding: 2px;
	padding-right: 10px;
}


/*
	Sidebar: Lupeneffekt
*/
#sidebar {
	width: 50px;
	height: 100px;
	position: fixed;
	top: 50px;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
}

#sidebarRight {
	width: 50px;
	height: 100px;
	position: fixed;
	top: 50px;
	right: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
}

#switchLanguageBox {
	position: fixed;
	bottom: 5px;
	left: 5px;
	background-color: #000000;
	padding: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
}

#switchLanguageBox  a {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}

#sidebarWarnung {
	width: 300px;
	height: 250px;
	position: fixed;
	background-color: #DD0000;
	color: #FFFFFF;
	top: 150px;
	left: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#sidebarWarnung p,#sidebarWarnung  h1 {
	margin: 20px;
}

#sidebar404 {
	width: 300px;
	height: 250px;
	position: fixed;
	background-color: #DD0000;
	color: #FFFFFF;
	bottom: 150px;
	left: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    border-radius: 10px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#sidebar404 p, #sidebar404 h1 {
	margin: 20px;
}



ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 64px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Position der Lupfenfunktion */
	width: 64px;
	height: 64px;
}
 ul.thumb li img {
	width: 64px; height: 64px; /* Größere der kleineren Thumnails */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	border: none;
}

/*
	Alternativer Background
*/
#alternateBackground   {
	background-image: url(images/background_ohne_gauss.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

