/* mainDesign */

body
{ 
	font: 15px "Trebuchet MS", sans-serif; 
	background-image: url(../IMG/backgr.JPG);
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.infoMenue
{
	margin-left: 10px;
	margin-right: -7px;
	margin-top: -37px;
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 50;
	float: right;
	top: 0px;
	right: 0px;
	
	
	border-width: 2px;
	border-style: solid;
	border-bottom-left-radius: 10px;
	border-color: #000;
}

.head
{
	z-index: 10;
	background-image: url(../IMG/transp.png);

	text-align: center;
	margin-top: 30px;
	
	position: absolute;
	left: 50%;
	
	margin-left: -417px;
	margin-bottom: 15px;
	width: 800px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	
	border-width: 2px;
	border-style: solid;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-color: #000;
	
	/*background-image: url(../IMG/noten2.png);*/
}

table
{
font: 15px "Trebuchet MS", sans-serif; 
}

a
{
color: black
}

.pics img
{
	border-width: 2px;
	border-style: solid;
	border-color: #000;
}

.pics
{
	position: relative;
}

.showPic
{
	position: absolute;
	z-index: 200;

	text-align: center;
	/*position: fixed;
	z-index: 200;*/
	background-color: black;
}

.menue
{
	font: 16px "Trebuchet MS", sans-serif; 
	padding-top: 5px;
	margin: 10px;
}

.closePic
{
	z-index: 200;
	width: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.newEntryLink
{
	cursor: pointer;
}

.nextPic
{
	z-index: 200;
	width: 20px;
	position: absolute;
	right: 50px;
}

.login
{
	width: 250px;
	background-color: white;
	z-index: 100;
	padding: 20px;
	border: 2px black solid;
	border-radius: 10px;	
}

.deletePic
{
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 100px;
	color: red;
	cursor: pointer;
}

.entry
{
	margin: 10px;
	border: 2px black solid;
	border-radius: 5px;
}

.response
{
	margin: 5px;
	margin-left: 25px;
	border: 2px black solid;
	border-radius: 5px;
}

.left
{
	position: absolute;
	left: 5px;
}

.right
{
	position: absolute;
	right: 5px;
}

.message
{
	padding: 5px;
}

.entryHead
{
	height: 20px;
	padding: 5px;
	position: relative;
	/*background-color: #ff5522;*/
	background: url(../IMG/grey.png);
}

.lastPic
{
	z-index: 200;
	width: 20px;
	position: absolute;
	left: 25px;
}

.home
{
	text-align: center;
}

.dark
{
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: black;
}

.anmelden
{
	/*position: relative;*/
}

.registerDisable
{
	background-image: url(../IMG/transp.png);
	position:absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 15px;
	height: 770px;
	/*left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;*/
	text-align: center;
}

.content
{
	position: absolute;
	background-image: url(../IMG/transp.png);
	left: 50%;
	margin-left: -417px;
	margin-top: 260px;
	width: 800px;
	
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	
	border-width: 2px;
	border-style: solid;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #000;
	
}