@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CC6600;
	text-decoration: none;	
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#inhalt {
	width: 496px;
	margin-left: 190px;
	position: absolute;
	margin-bottom: 50px;
}
#voodoo {
	text-align:right;
	font-size: 16px;
	margin-top: 43px;
}
#image {
	width: 490px;
	height: 270px;
	background-color: #999999;
	padding: 3px;
	margin-top: 0px;
}
#text {
	width: 476px;
	background-color: #FFFF44;
	padding: 10px;
	margin-top: 5px;
	height: 120px;
}
#text-upload {
	width: 476px;
	background-color: #FFFF44;
	padding: 2px 10px;
	margin-top: 24px;
	height: 120px;
}
#navi {
	width: 476px;
	padding: 10px 10px 0 10px;
	margin-top: 5px;
	background-image: url(images/gitter-kasten.png);
}
#links {
	width: 180px;
	color: #FF0000;
	position: absolute;
	margin-top: 12px;
}
#rechts {
	width: 180px;
	margin-left: 696px;
	position: absolute;
	margin-top: 152px;
}
#rechts2 {
	width: 180px;
	margin-left: 696px;
	position: absolute;
	margin-top: 476px;
}
#rechts-upload {
	width: 180px;
	margin-left: 696px;
	position: absolute;
	margin-top: 16px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.thumb {
	padding: 0 11px 11px 0;
}

#upload {
	width: 476px;
	padding: 10px;
	margin-top: 5px;
	background-image: url(images/gitter-kasten.png);
}
#sendbutton {
	width: 480px;
	padding: 10px;
	margin-top: 5px;
	background-color: #FFFF66;
}

#gitterbalken {
	width: 496px;
	height: 24px;
	background-image: url(images/gitter-kasten.png);
}

#upload-done{
	width: 490px;
	height: 270px;
	background-color: #FFFF44;
	padding: 3px;
	margin-top: 0px;
}	
