body{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:auto;
	background-color:#11C46F;
	background-image:url("../img/back.png");
	background-repeat:repeat-y
}

p,li,div,td{
	font-family:Verdana,Tahoma;
	color:#750000;
	font-size:14px
}

h1{
	font-family:"Segoe UI",Verdana,Arial;
	color:#A60000;
	font-weight:bold;
	font-size:22px
}

h2{
	font-family:"Segoe UI",Verdana,Arial;
	color:#A60000;
	font-weight:bold;
	font-size:20px
}

h3{
	font-family:"Segoe UI",Verdana,Arial;
	color:#A60000;
	font-weight:bold;
	font-size:18px
}

a{
	color:blue;
	text-decoration:none
}

a:visited{
	color:blue;
	text-decoration:none
}

a:hover{
	color:red;
	text-decoration:underline
}

#PAGE{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:800px;
	height:500px;
	/*min-width:800px;
	min-height:500px;
	max-width:950px;
	max-height:600px;*/
	margin:auto auto;
}

#LEFTNAV{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	background-color:#FFFFDD;
	width:200px;
}

#CONTENT{
	position:absolute;
	top:0px;
	left:200px;
	right:0px;
	bottom:0px;
	overflow:auto;
	background-color:#FFFFEF;
	padding:20px;
	border-left:1px solid #0B8049;
}

.bigger{
	font-size:16px;
}

.bold{
	font-weight:bold;
}

.artikelBild{
	border:1px solid black;
}

.rahmenBild{
	border:1px solid black;
}
