/* CSS Document */

html { height: 100%; width:100%;}
body { margin: 0px; padding: 0px; text-align: center; width:100%; background-color: #F6F6F6;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
body * { margin: 0px; padding: 0px; } /* INNERE UND AEUSSERE ABSTAENDE FUER ALLE ENTFERNEN */

.clear {
	clear: both;
	}
.hide {
	display: none;
	}
.hidden {
	visibility: hidden;
	}

#center {
	width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url('/images/lixs_logo.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#center h1 {
	margin: 10px;
	font-size: 14px;
	}
#center h2 {
	margin: 10px;
	font-size: 12px;	
	}
#center p {
	margin: 15px;
}

#center #content {
	margin: 10px;
	margin-top: 230px;
}

#center ul,
#center ol {
	margin-left: 30px;
	}
#center li {
	margin-top: 3px;
	}

#main_leaderboard {
	display: block;
	position: relative;
	top: 20px;
	left: 263px;
	width: 728px;
	height: 90px;
	}
#resizeform {
	margin-top: 200px;
	text-align: center;
	}
#resizeform label {
	font-size: 18px;
	margin: 3px;
	}
#resizeform #url2resize,
#resizeform #shorturl {
	height: 25px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(/images/input_bg.gif);
	}
#resizeform #submit2resize,
#weiterleiten {
	margin: 10px;
	border: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
	height: 25px;
	width: 150px;
	}

#redir {
	margin-top: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
#redir_partner {
	margin-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;	
	padding-top: 10px;
	padding: 3px;
	}
#redir_partner span {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 5px;
	color: #999999;
	font-weight: bold; 
	}
