.inputerror {
  border: 1px solid red;
}

.signature {
	overflow: hidden;
	width: 435px;
	height: 100px;
}

.loading {
	width: 24px;
	height: 24px;
	background: url(../images/spinner.gif) no-repeat center;
	float: left;
	margin-left: 20px;
}

body {
	background: #ffffff repeat-x url(../gfx/bg.jpg);
	color: #000000;
	font: 14px/1.2em 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 120%;
	/*text-transform: uppercase;*/
	margin: 10px 0 0 0;
	color: #222222;
	border-bottom: 1px solid #56A1E2;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 180%;
	line-height: 140%;
	border: 0;
	margin-left: 20px;
	font-weight: normal;
	color: black;
	
}

h2 a {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #00A8D9;
}

img {
	border: 0 !important;
}

a:hover {
	color: black;
}

blockquote {
	background: #F5F5EB;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	color: #003366;
}

pre {
	color: #000000;
	background: #F4f4f4 url(../gfx/codenums.png) repeat-y;
	border: 1px solid #ccc;
	padding: 1px;
	padding-left: 25px;
	font-size: 1em;
	width: 500px;
	margin: 2px auto;
	white-space: nowrap;
	overflow: auto;
}

#wrapper {
	width: 816px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	width: 816px;
	height: 134px;
	background: bottom center no-repeat url(../gfx/header.jpg);
	float: left;
	color: red;
}

#logo_link {
	display:block;
	height:132px;
	left:8px;
	position:relative;
	top:0;
	width:110px;
}

#header_text {
	text-transform: uppercase;
	font-size: 30px;
	padding-left: 300px;
	padding-top: 100px;
}

#header_nav {
	width: 800px;
	height: 39px; 
	float: left;
	margin-left: 8px;
	background: url(../gfx/nav.jpg);
	border-bottom: 5px solid #0E6291;
}

* html #header_nav {
	margin-left: 4px;
}

#nav {
	padding-top: 0;
	margin-top: 15px;
	float: left;
}

* html #nav {
	margin-left: 15px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#nav li a:hover {
	border-bottom: 3px solid white;
}

#content {
	float: left;
	width: 776px;
	padding: 20px;
	background: url(../gfx/content_bg.png);
	min-height: 800px;
}

* html #content {
	height: 800px;
}

#content p {
	margin-left: 0px;
}

#left {
	float: left;
	width: 180px;
	border-right: 1px solid #C9BFAE;
	
}

#right {
	float: right;
	width: 580px;
}


#footer {
	float: left;
	width: 816px;
	background: url(../gfx/content_bg.png);
}

#footer p {
	margin-left: 20px;
}

#copy {
	float: left;
	width: 500px;
}

#imprint {
	float: right;
	width: 250px;
	margin-right: 20px;
	text-align: right;
}

#empty {
	clear: both;
}

/* Menu */


#left ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
}

#left ul li {
	line-height: 180%;
	border-bottom: 1px solid #2CBAE8;
}
	
#left li ul {
	margin-top: 0;
	margin-left: 10px;
	width: 140px;
	display: none;
}

/* Styles for Menu Items */
#left ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border-bottom: 0;
	color: black;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; }
* html #left ul li a { height: 1%; }
/* End */

#left ul li a:hover { 
	color:black;
}
		
#left li ul li a {
	padding: 2px 5px;
} 
		
#left li:hover ul, #left li.over ul { 
	/*display: block;*/ 
}

#left li ul a {
	font-weight: normal;
}

#left li ul li a:hover, #left li ul li a.active {
	background: url(../images/bullit.gif) left no-repeat;
 	padding-left: 10px;
}

#left li.last {
	border: 0 !important;
}


/* News */

#news_postit {
	width: 155px; 
	height: 170px; 
	background: url(../gfx/postit2.jpg) no-repeat; 
	padding: 15px 20px 15px 25px;
}

#news_postit  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news_head {
	margin-left: 10px;
	padding: 0;
	width: 480px;
	float: left;
}

.news_date {
	padding: 0;
	margin: 0;
	width: 64px;
	height: 45px;
	background: url(../images/news_bg.jpg);
	color: white; /*#009ABF;*/
	text-align: center;
	padding-top: 0;
	font-size: 90%;
	font-weight: bold;
	float: left;
	line-height: 18px;
}



.news_day {
	color: #444444;
	font-size: 150%;
	line-height: 150%;
}

.news_day b {
	font-style: normal;
}

.news_title, .title {
	width: 400px;
	font-size: 180%;
	margin: 0;
	margin-left: 10px;
	float: left;
	line-height: 140%;
	border: 0;
}

.news_title a {
	text-decoration: none !important;	
	float: left;
	display: block;
}

.news_title strong {
	font-weight: normal;
}

.news {
	text-align: left;
	float: left;
	width: 470px;
	margin-left: 10px;
	margin-top: 10px;
}

.news p {
	margin-left: 0 !important;
}

.container {
	width: 560px;
	float: left;
	margin-top: 20px;
}

.news_link {
	float: left;
	margin-bottom: 1px;
	width: 470px;
}

.news_image {
	float: left; 
	margin-right: 10px;
	padding: 4px;
}

/* Gallery */

#slideshow {
	margin-left: 20px;
}

.top1_number {
	font-size: 250%;
}

.thumb_link {
	text-decoration: none !important;
}

.cat_list {
	margin-bottom: 20px;
}

.cat_list li {
	list-style-type: none;
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

.cat_list li.sub {
	margin-left: 70px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 410px;
	padding-left: 20px;
	background: left center no-repeat url(../images/parent.gif);
}

* html .cat_list li.sub {
	margin-left: 50px;
}

.cat_list_img {
	float: left;
	border: 1px solid black !important;
	margin-right: 10px;
}

.cat_list li h2 {
	margin: 0;
}

.cat_list_info {
	float: left;
}

.cat_list_text {
	font-size: 80%;
}

#random_img {
	border: 1px solid black !important;
	margin: 15px;
}

/* Comments */

#comment_form {
	margin-left: 20px;
}

.comment {
	border-bottom: 1px dotted #DFEDFF;
}

/* Pinboard */

.pinboard {
	text-align: left;
	float: left;
	width: 480px;
	margin-left: 20px;
	margin-top: 10px;
	background: no-repeat url(../gfx/gb_bg.jpg);
	padding: 25px 0 10px 20px;
}

.pinboard_head {
	margin-left: 10px;
	padding: 0;
	width: 480px;
	float: left;
}

.pinboard_date {
	padding: 0;
	margin: 0;
	width: 64px;
	height: 45px;
	background: url(../images/news_bg.jpg);
	color: white; /*#009ABF;*/
	text-align: center;
	padding-top: 0;
	font-size: 90%;
	font-weight: bold;
	float: left;
	line-height: 18px;
}



.pinboard_day {
	color: #444444;
	font-size: 150%;
	line-height: 150%;
}

.pinboard_day b {
	font-style: normal;
}

.pinboard_title {
	width: 400px;
	font-size: 180%;
	margin: 0;
	margin-left: 10px;
	float: left;
	line-height: 140%;
	border: 0;
}

.pinboard_title a {
	text-decoration: none !important;	
	float: left;
	display: block;
}

.pinboard_title strong {
	font-weight: normal;
}



/* GBook */

.gbook {
	text-align: left;
	float: left;
	width: 480px;
	margin-left: 40px;
	margin-top: 10px;
	padding: 25px 0 10px 20px;
}

/* Navigation */

.active {
	font-weight: bold;
}

/* Search */

strong.highlight {
	color: red;
}

/* Intranet */
#loginform {
width:500px;
margin:auto;
}
#loginform fieldset{
padding:10px;
margin-top: 10px;
}
#loginform legend{
font-weight:bold;
font-size:9pt;
}
#loginform label{
display:block;
height:2em;
padding:10px 10px 0;
}
#loginform input, select {
margin-right:20px;
float:right;
clear:right;
}

.birthday_form {
	clear: none;
}

.error{
color:red;
font-weight:bold;
}

#plan {
	width: 520px;
	background: white url(../gfx/header_plan.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
}

#plan table {
  width:  480px !important;
}

#plan table td {
  width:  240px !important;
}

#plan_title {
	font-weight:bold;
	height:50px;
	margin-bottom:20px;
	margin-left:320px;
	margin-top:10px;
	width:120px;
}

dl { 
        margin: 0; 
        padding: 0;                     
    }
    dt { 
        position: relative; /* IE is dumb */
        clear: both;
        display: block; 
        float: left; 
        width: 104px; 
        height: 20px; 
        line-height: 20px;
        margin-right: 17px;              
        
        text-align: right; 
    }
    dd { 
        position: relative; /* IE is dumb */
        display: block;                 
        float: left;     
        width: 197px; 
        height: 20px; 
        margin: 0 0 15px; 
        background: url("../images/g_colorbar.jpg"); 
     }
     * html dd { float: none; } 
    /* IE is dumb; Quick IE hack, apply favorite filter methods for 
    wider browser compatibility */

     dd div { 
        position: relative; 
        background: url("../images/g_colorbar2.jpg"); 
        height: 20px; 
        width: 75%; 
        text-align:right; 
     }
     dd div strong { 
        position: absolute; 
        right: -5px; 
        top: -2px; 
        display: block; 
        background: url("../images/g_marker.gif"); 
        height: 24px; 
        width: 9px; 
        text-align: left;
        text-indent: -9999px; 
        overflow: hidden;
     }

dd.poll_info {
	background: 0 !important;
	padding-left: 15px;
}

* html dd {
	float: left;
}

.forumtable {
	background: #FBF7EC;
	margin-top: 20px;
	border-bottom: 3px solid #EFEBE0;	
	border-left: 1px solid #EFEBE0;
	border-right: 1px solid #EFEBE0;
}

th {
	background: url(../images/nav2.jpg);
	color: white;
	text-align: left;
	padding: 4px;
}

th a {
	color: white;
	text-decoration: none;
}

th.subhead {
	background: url(../images/nav4.jpg);
}

th.subhead a {
	color: #87CEFF;
	text-decoration: none;
}

th.subhead a:hover {
	color: white;
}

td.row {
  background-color: #FBF7EC;
	background: url(../images/nav3.jpg) repeat-x;
	border-top: 1px solid #EFEBE0;
	border-bottom: 1px solid #EFEBE0;
}

td.row2 {
	background: #EFEBE0;
}

td.row3 {
	background: #FBF7EC;
}

.nicelist {
	list-style-image: url(../gfx/bullit2.gif);
}

.nicelist li {
	margin-top: 10px;
}

.nicelist li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.nicelist li a:hover {
	color: #00A8D9;
}

h3 a {
	text-decoration: none;
	color: black;
}

th {
	background: url(../images/nav2.jpg);
	color: white;
	text-align: left;
	padding: 4px;
}

th a {
	color: white;
	text-decoration: none;
}

th.subhead {
	background: url(../images/nav4.jpg);
}

th.subhead a {
	color: #87CEFF;
	text-decoration: none;
}

th.subhead a:hover {
	color: white;
}

td.row {
  background-color: #FBF7EC;
	background: url(../images/nav3.jpg) repeat-x;
	border-top: 1px solid #EFEBE0;
	border-bottom: 1px solid #EFEBE0;
}

td.row2 {
	background: #EFEBE0;
}

td.row3 {
	background: #FBF7EC;
}

.nicelist {
	list-style-image: url(../gfx/bullit2.gif);
}

.nicelist li {
	margin-top: 10px;
}

.nicelist li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.nicelist li a:hover {
	color: #00A8D9;
}

h3 a {
	text-decoration: none;
	color: black;
}


/*
 * Profilseite
 */
.friend_link {
	border: 0;
	text-decoration: none;
}

#profile_top  .friend { 
	color: #FFEE2C;
}
 
#profile_top {
	background-color: #0D6190;
	background-image: url(../gfx/nav.jpg);
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}
 
#profile_left {
	width: 210px;
	float: left;
}
 
#profile_right {
	width: 520px;
	float: left;
	border-left: 1px solid #0D6190;
	padding-left: 10px;
}

.frind_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.profile_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.profile_list li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #0D6190;
	margin: 0;
	height: 20px;
	padding: 3px;
}

.profile_list li a:hover {
	color: white;
	background-color: #0D6190;
}

.profile_headline {
	font-weight: bold;
	color: #0D6190;
}

.profile_item {
	color: #0181CA;
	width: 150px;
	vertical-align: top;
}

.profile_notice {
	font-style: italic;
}

.profile_link {
	text-decoration: none;
	color: inherit;
}

.profileAJAXForm {
	display: none;
}

.profile_info {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #0D6190;
	color: #6F0000;
	margin: 0;
	height: 20px;
	padding: 3px;
}

.niceTable {
	margin: 10px;
}

/*
 * Progress Bar
 */
 
/* SINGLE PROGRESS BAR */

.progressBar{
	width:216px;
	height:41px;
	background:url(../gfx/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../gfx/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../gfx/bg_cover.gif) repeat-x 0 0;
	top:0;
}

#profile_new_entry {
	display: none;
}

.profile_pinboard_entry {
	/*border-bottom: 1px solid black;*/
	padding: 15px 10px 10px 10px;
	background-image: url(../gfx/gb_bg_small.jpg);
	background-repeat: no-repeat;
}

.horizontal_list {
	list-style-type: none;
}

.horizontal_list li {
	float: left;
	margin-left: 20px;
	font-weight: bold;
}

.message_text {
	display: none;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #C9BFAE;
}

.unread_pn {
	font-weight: bold;
}
