@charset "utf-8";
body {
	font-family: "dienstag-1", "dienstag-2";
	color: #646464;
	font-size: 30pt;
	margin:0;
}
h1 {
	font-size: 100%;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	margin: 0;
}
h2 {
	font-size: 75%;
	font-weight: normal;
	text-align: center;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 50px;
}
h3 {
	font-size: 50%;
	font-weight: normal;
	text-align: center;
}
#sidebar{
	width:375px;
	float:left;
}
#Navbar {
	float: left;
	background-image:url(../images/kriswirly.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#Navbar ul {
	font-size: 35%;
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Navbar ul li {
	white-space: nowrap;
	display:inline;
	margin-right: 5px;
	margin-left: 5px;
}
#Navbar ul li a {
	text-decoration: none;
}
#Navbar ul li a:link {
	color:#646464;
}
#Navbar ul li a:visited {
	color:#646464;
}
#Navbar ul li a:hover {
	color:#006
}
#Navbar img {
	float: right;
	margin-top: 25px;
}
#maincontent {
	width:700px;
	float:left;
	margin-top: 50px;
	margin-left: 50px;
	
}

#maincontent .thickbox img {
	margin: 15px;
}
#maincontent p {
	font-size: 40%;	
}
.navpic {
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#maincontent .navpic a img {
	border: none;
}
a {
	text-decoration: none;
}
a:link {
	color:#646464;
}
a:visited {
	color:#646464;
}
a:hover {
	color:#006
}

#maincontent form textarea {
	background-color: #D8D8D8;
	width: 400px;
	height: 200px;
	font-size: 40%;
	font-weight: normal;
	margin-bottom: 10px;
}
label {
	font-size: 40%;
	font-weight: normal;
}
.textfieldRequiredMsg {
	font-size: 40%;
}
.required {
	color: #C60000;
}

.inputfields {
	font-size: 40%;
	font-weight: normal;
	background-color: #D6D6D6;
	width: 400px;
	margin-bottom: 10px;
}

#sidebar #addthisbutton {
	font-size: 12pt;
	margin-top: 20px;
	margin-left: 100px;
}
#maincontent #krisbubbletext {
	margin-top: -65px;
}
#maincontent ul {
	font-size: 35%;
	list-style-type: none;
}
