body{
	background-color:#ffffff;
}
p{
	margin:0px;
	padding:0px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:none;
}

#logo{
	position:absolute;
	top:45px;
	left:45px;
	width:146px;
	height:30px;  
}

#luogo{
	position:absolute;
	top:0px;
	left:0px;
	width:254px;
	height:79px;
}

#content{
	position:absolute;
	top:205px;
	left:45px;
	width:420px;
	padding-bottom:30px;
}
#contentXL{
	position:absolute;
	top:198px;
	left:42px;
	padding-bottom:30px;
}

#menu{
	position:absolute;
	top:159px;
	left:45px;
}

#menuXL{
	position:absolute;
	top:152px;
	left:42px;
}

#lngSwitcher{
	position:absolute;
	top:5px;
	right:5px;
}

.txtBig{
	color:black;
	font-family:"courier new", courier, mono;
	font-size:38px;
	line-height:45px;
}

.txt{
	color:black;
	font-family:"courier new", courier, mono;
	font-size:14px;
	line-height:15px;
}

.kkPreviewBox{
	position:relative;
	float:left;
	width:130px;
	height:130px;
	border-width: 0px;
	margin:0px 15px 15px 0px;
}

.admintext{
	color:#ff8888;
}

.inputtext{
	background-color:#cccccc;
	font-family:"courier new", courier, mono;
	font-size:14px;
	border:1px solid #cccccc;
	padding:1px;
	margin-top:4px;
	margin-bottom:12px;
}

.inputtextWarning{
	border:1px solid red;
	background-color:#ffdddd;
}

.kkKreuzfeld{
	background-image:url('kreuzfeld.gif');
	background-repeat:no-repeat;
}

hr{
	height:3px;
	border-width: 0px;
	margin-top:25px;
	margin-bottom:5px;
	background-image:url('dot.gif');
	background-repeat:repeat-x;
}
