@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

body {
	
	background: #8f7bf4 url(plan1.jpg);
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:30px;
}

#main
{
	width:800px;
	height:1100px;
	margin: 0 auto;
}

#mainherr
{
	width:800px;
	height:800px;
	margin: 0 auto;
}


#form
{
	width:300px;
	height:400px;
	margin: 0 auto;
}

#formdam
{
	width:420px;
	height:850px;
	margin: 0 auto;
}

#formherr
{
	width:420px;
	height:550px;
	margin: 0 auto;
}


#formadmin
{
	width:620px;
	height:400px;
	margin: 0 auto;
}

#anm  {
	color:#000000;
	top:20px;
	width:290px;
	height:240px;
	overflow:auto;
	margin: 0 auto;
}

#anmdam  {
	color:#000000;
	top:20px;
	width:410px;
	height:250px;
	overflow:auto;
	margin: 0 auto;
}

#left  {
	color:#000000;
	top:20px;
	width:160px;
	height:250px;
	overflow:auto;
	margin-left:50px;
	float:left;
}

#right  {
	color:#000000;
	top:20px;
	width:180px;
	height:250px;
	overflow:auto;
	margin: 0 auto;
	float:right;
}

#antal  {
	color:#000000;
	width:410px;
	height:25px;
	overflow:auto;
	margin: 0 auto;
}

#antalv  {
	color:#000000;
	width:140px;
	height:20px;
	overflow:auto;
	margin: 0 auto;
	float:left;
	margin-left:70px;
	font-size:16px;
}

#antalh  {
	color:#000000;
	top:20px;
	width:150px;
	height:20px;
	overflow:auto;
	margin: 0 auto;
	float:right;
	font-size:16px;
}

#medd  {
	color:#000000;
	top:20px;
	width:400px;
	height:280px;
	overflow:auto;
	margin: 0 auto;
	float: none;
	text-align:left;
}

#popup {
	padding:5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-180px;
	margin-top:-180px;
	height: 210px;
	width: 360px;
	background:#A3BAF1;
	border:1px dashed black;
	color:#F5FFDC;
}

#login  {
	color:#000000;
	top:20px;
	width:200px;
	float:none;
	overflow:auto;
	margin: 0 auto;
}

#comment  {
	color:#000000;
	top:20px;
	width:300px;
	float:none;
	overflow:auto;
	margin: 0 auto;
	text-align:center;
	
}

