body {
	font-family:"Comic Sans MS", Arial, sans-serif; 
	font-size:10pt;
	background-color:#FDEB59;
	color:#000000;
}
			
a:link {
	font-weight:bold; 
	text-decoration:none;
	color:#000000;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
				
img { 
	border:none; 
}

input {
	background-color:#FDEB59;
	color:#000000;
	border-color:#000000;
	border-style:dotted;
}

button {
	background-color:#000000;
	color:#FDEB59;
	border-style:double;
	border-color:#000000;
}

textarea {
	background-color:#FDEB59;
	color:#000000;
	border-color:#000000;
	border-style:dotted;
}

code {
	font-family:Courier,Arial, sans-serif;
}

h1 {
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:16pt;
	font-weight:bold;
	background-color:#FDEB59;
	color:#000000;
	margin-top:15px;
	margin-bottom:15px;
}
					
h2 {
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:13pt;
	font-weight:normal;
	background-color:#FDEB59;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

.bodytext {
        margin-top: 100px;
        margin-bottom: 0px;
}

.inputs {
	font-weight:bold;
}

.buttons {
	font-weight:bold;
}

.textbox {
	margin:10px;
}

.diary {
	text-align:justify;
}

.bushtext {
	text-align:justify;
}

span.icq_online {
	color:#00FF00;
}

span.icq_offline {
	color:#FF0000;
}

span.icq_unbekannt {
}

#navbox {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:100%;
	background-color:#000000;
	color:#FDEB59;
}

#navbox[id] {
	position:fixed;
}

#navbox a {
	color:#FDEB59;
}

#mainbox { 
	position:absolute;
	left:220px;
	right:220px;
	top:0px;
	background-color:#FDEB59;
	color:#000000;
}

#mainbox a {
	color:#000000;
}

#sidebox { 
	position:absolute;
	right:0px;
	top:0px;
	bottom:130px;
	width:220px;
	height:100%;
	background-color:#000000;
	color:#FDEB59;
}

#sidebox[id] {
	position:fixed;
}