@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'paete_roundregular';
    src: url('PAETRRG_-webfont.eot');
    src: url('PAETRRG_-webfont.eot?#iefix') format('embedded-opentype'),
         url('PAETRRG_-webfont.woff') format('woff'),
         url('PAETRRG_-webfont.ttf') format('truetype'),
         url('PAETRRG_-webfont.svg#paete_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0 auto;
	padding: 0 auto;
}

body {
	background-color: #52B354;
}


#site {
	
	background: url(gras1.png) repeat-x;
}

#wrapper {
	width: 800px;
	padding-bottom:100px;
}

#header {
	
	height: 200px;
}

#main {
	background: url(hintergrund1.jpg);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: #328133 2px 3px 3px 5px;
	-moz-box-shadow:#328133 2px 3px 3px 5px;
	-webkit-box-shadow:#328133 2px 3px 3px 5px;
	min-height: 500px;
}

#nav {
	width: 190px;
	float: left;
	min-height: 200px;
	padding: 10px;
}

#content {
	float: left;
	padding: 15px;
	width:550px;
}

h1 {
	font-family: 'paete_roundregular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom:15px;
}

a, a:link, a:active, a:visited{
	color:#006600;
	text-decoration: none;
}


.monster {
	margin-left: 120px;
}



.profil {
	width: 120px;
	font-weight:bold;
}

.monsterkampf {
	width: 220px;
	float: left;
	margin-left: 20px;
}

.kampf_tabelle {
	float: left;
}

th {
	text-align: left;
}

.liste {
	width: 90%;
}

label {
	width: 100px;
	float: left;
	display: block;
}