html, body{
	width:100%;
	margin:0; padding:0;
	background:transparent;
}

br{
	clear:both;
}

p{
	float:left; display:inline; text-align:left;
	color: #E4DC96; margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt;
}

h1, h2{
	float:left; display:inline; text-align:center;
	color: #E4DC96; margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold;
}

a{
	float:left; display:inline;
	font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ADC6AB;
}
a.title{
	float:left;
	font-size:10pt; text-decoration:none;
	color: #bfd5d5; margin:0px; padding:0px;
	font-weight:bold;
}
a.subtitle{
	float:left; text-decoration:none;
	color:#D5CE86; font-size:8pt; font-weight:bold;
}
a.unterrubrik{
	float:left; font-weight:bold; 
	font-size:11pt; text-decoration:underline; 
	margin:0 0 10px 0; color:#D5D393;
}

a:hover{
	color:#d5d393;
}

/*-----------------------------------------------------------*/

.links-uebersicht{
	float:left; display:inline;
	width:49%; border:1px solid #12121b;
	margin:0 0 0 1%; padding:0px;
	background:url(../design/catfight-world.com/linkliste-uebersicht-bg.png);
}

a.linkliste-gelb, a.linkliste-blau{
	float:left; display:inline; text-align:left;
	margin:10px 10px 0 10px;
	color:#d5d393;
	font-weight:bold; text-decoration:none;
}

#kategorie-container{
	float:left; display:inline; text-align:center;
	width:98%;
	margin:10px 0 0 1%;
	border:1px solid #12121b;
}

.kategorie-dunkel{
	float:left; display:inline;
	width:100%;
	background:url(../design/catfight-world.com/linkliste-kategorie-dunkel.png) repeat-x; background-color:#13133C;
}

.kategorie-hell{
	float:left; display:inline;
	width:100%;
	background:url(../design/catfight-world.com/linkliste-kategorie-hell.png) repeat-x; background-color:#13133C;
}

a.linkliste-blau{
	color:#bfd5d5;
}

a.linkliste-gelb:hover{
	color:#bfd5d5;
}

a.linkliste-blau:hover{
	color:#d5d393;
}

.links-kategorie-dunkel, .links-kategorie-hell{
	float:left; display:inline;
	width:100%;
	background:url(../design/catfight-world.com/linkliste-kategorie-dunkel.png) repeat-x;
	background-color:#29293b;
}

.links-kategorie-hell{
	background:url(../design/catfight-world.com/linkliste-kategorie-hell.png) repeat-x;
	background-color:#2f2f43;
}

/* Formulare */

select{
	float:left; display:inline; text-align:left;
	width:200px;
	margin:26px 0 0 170px;
}

input{
	float:left; display:inline;
	width:250px;
	margin:0 0 5px 10px;
}

label, .label-checkbox{
	float:left; display:inline; text-align:right;
	width:130px;
	color:#E4DC96; font-family:Verdana; font-size:10pt;
}

.label-checkbox{
	text-align:left;
	width:250px;
}

textarea{
	float:left; display:inline;
	width:250px;
	margin:0 0 5px 10px;
}

.checkbox{
	float:left; display:inline;
	width:20px;
	margin:0 0 10px 0;
}

/*-----------------*/

.pagenr, .pagenr-active{
	display:inline; 
	padding:5px 10px 5px 10px; margin:5px;
	color:#ADC6AB;
	text-align:center; text-decoration:none;
	font-weight:bold;
	border:1px solid #303058; background:#202046;
}



a.pagenr:hover, a.pagenr-active{
	background:#3c4e86; border:1px solid #dae5ff;
	color:#D4D593;
}
