@charset "utf-8";

/**
*zuendapp-bayern.de - Stylesheet
*
*@version		1.0
*@designer		Johannes Meyer ( http://www.johannes-meyer.info )
*@author		Horst Fickel ( http://www.web-wack.at )
*@copyright		designer, author, web wack creations
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

/* General Markup Styles
----------------------------------------- */
body {
	margin: 0;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", sans-serif;
	font-weight: normal;
}

input {
	background-color: #d0f3ff;
	border: 1px solid;
}

/* Links Styles
----------------------------------------- */
a, a:link, a:visited {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
}

/* Main Position Styles
----------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 1000px;
}

#page-header {
	width: 100%;
	height: 75px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	border-bottom-width: 1px;
}

#logo {
	height: 54px;
	padding-left: 20px;
	padding-top: 26px;
	float: left;
}

#globalnav {
	text-align: right;
	float: right;
	width: 559px;
}

#mainnav {
	width: 100%;
	height: 38px;
}

#subnav {
	width: 100%;
}

#sub-header {
	width: 100%;
	height: 142px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	border-bottom-width: 1px;
}

#special-login {
	width: 478px;
	float: left;
}

#special {
	padding-left: 49px;
}

#login {
	padding-top: 10px;
	padding-left: 50px;
}

#ads {
	float: right;
	width: 480px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
	border-left-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

#page-body {
	width: 100%;
	min-height: 1000px;
	margin-top: 10px;
}

#boxes {
	width: 166px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
}

#content {
	width: 710px;
	min-height: 1000px;
	float: right;
	border-left-style: solid;
	border-left-color: #d2d2d2;
	border-left-width: 1px;
	padding-left: 50px;
	padding-right: 20px;
}

#page-footer {
	width: 100%;
	height: 23px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	border-top-width: 1px;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 11px;
	float: left;
}

/* Main Content Styles
----------------------------------------- */
#nav_main_point {
	margin: 0;
	list-style: none;
}

#nav_main_point li {
	margin-left: 2px;
	float: right;
	font-weight: bold;
	font-size: 15px;
	margin-left: 30px;
	height: 22px;
	padding-top: 10px;
	cursor: pointer;
}

#nav_main_point li:hover {
	color: #6adaff;
	margin-left: 2px;
	float: right;
	font-weight: bold;
	font-size: 15px;
	margin-left: 30px;
	height: 22px;
	background-image: url(./img/nav/select.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	cursor: pointer;
}

.nav_sub_point {
	height: 23px;
	background-color: #d0f3ff;
	background-image: url(./img/nav/point_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 2px;
	float: right;
	cursor: pointer;
}

.nav_sub_point:hover {
	height: 23px;
	color: #FFFFFF;
	background-color: #6adaff;
	background-image: url(./img/nav/point_right_hover.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 2px;
	float: right;
	cursor: pointer;
}

.nav_sub_point_text {
	height: 23px;
	background-image: url(./img/nav/point_left.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	cursor: pointer;
}

.nav_sub_point_text:hover {
	height: 23px;
	background-image: url(./img/nav/point_left_hover.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	font-weight: bold;
	cursor: pointer;
}

#subnav_2, #subnav_3, #subnav_4 {
	display: none;
}

/* Main Content Styles
----------------------------------------- */
.smalfont {
	font-size: 10px;
	color: #b3b3b3;
}

/* Last Forum Styles
----------------------------------------- */
#lastforum {
	margin-bottom: 30px;
}

#lastforum td{
	width: 164px;
	height: 36px;
}

#lastforum td:hover{
	border-style: solid;
	border-color: #d0f3ff;
	border-width: 1px;
	background-image: url(./img/lastforum_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#lastforum td:hover .smalfont{
	color: #939393;
}

#lastforum a, lastforum a:link, lastforum a:visited {
	color: #616161;
	text-decoration: none;
}

#lastforum a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

/* Login Styles
----------------------------------------- */
#login_avatar {
	padding-right: 10px;
}

/* Searchbox Styles
----------------------------------------- */
#search_box {
	background-image:url(./img/nav/point_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 4px;
	width: 24px;
	height: 23px;
	cursor: pointer;
}

#search_box:hover {
	background-image:url(./img/nav/point_right_hover.gif);
}

#search_box_2 {
	background-image:url(./img/nav/point_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 4px;
	margin-left:380px;
	width: 24px;
	height: 23px;
	cursor: pointer;
}

#search_box_2:hover {
	background-image:url(./img/nav/point_right_hover.gif);
}

#search_button {
	background-color: #d0f3ff;
	background-image:url(./img/nav/point_left.gif);
	background-repeat: no-repeat;
	border: 0;
	width: 24px;
	height: 23px;
	cursor: pointer;
}

#search_button:hover {
	background-color: #6adaff;
	background-image:url(./img/nav/point_left_hover.gif);
	color: #FFF;
	font-weight: bold;
}

.search_field {
	background-color: #FFF;
	border: 1px solid #d0f3ff;
	height: 19px;
	float: left;
}
.search_field:hover {
	border: 1px solid #6adaff;
}

.left {
	float: left;
	width: 33%;
	text-align: left;
}

.center {
	float: left;
	width: 33%;
	text-align: center;
}

.right {
	float: left;
	width: 33%;
	text-align: right;
}

/* Ilch Standard Styles
----------------------------------------- */
.Chead
{
  background: #00F;
  color: #FFF;
}

.border {
	border-color: #00F;
	border-width: 1px;
}

.border td, th {
    padding: 5px;
}

.Chead a
{
  color: #9dbdd4;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #16639b;
  color: #9dbdd4;
}

.Callg
{
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm
{
  background-color: #e5e5e5;
}
.Cmite
{
  background-color: #B4C6D8;
}
.Cdark
{
  background-color: #9AB1C8;
}

.border .smalfont {
	font-size: 10px;
	color: #000;
}