@charset "utf-8"; /*ä*/

html, body{
	font-family:arial,sans-serif;
	font-size:14px;
	color:#000;
}

legend{
	font-weight:bold;
}

fieldset{
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

h1{
	margin:0;
	margin-bottom:25px;
	padding:0;
	color:#004;
	font-size:2.2em;
	text-align:center;
}

ul{
	margin:5px;
	margin-left:30px;
	padding:0;
	list-style-type:none;
}

img{
	margin-bottom:5px;
}

#site_container{
	margin:auto;
	margin-top:3%;
	width:810px;
	height:810px;
	background-image:url('bilder/design/main_bg.jpg');
	background-repeat:repeat-x;
	/*position:relative;*/
}

#domains fieldset{
	width:401px;
	padding:0;
	margin:0;
	display:inline;
}

#domains fieldset.upper{
	height:150px;
}

#domains fieldset.lower{
	height:190px;
}

.info fieldset{
	padding-top:25px;
}

#reqform{
	margin:auto;
}

#status{
	margin:auto;
	position:relative;
	top:50px;
	width:500px;
}

#footer{
	position:absolute;
	bottom:15px;
	right:15px;
	padding-top:30px;
	color:#333;
	font-size:0.8em;
}