/* general settings (Allgemeines)*/
html {
	height: 100%;
	height: 100%; 
	padding: 0;
	margin-bottom: 0px;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: justify;
	background-color: #ffffff;
	margin: 0px;
	font-size: 10px;
	background: url(./images/bgr.jpg) repeat;
}
#title { 
	font-size: 20px; 
	font-weight: bold; 
	color : #000000;
	background-color: #eeeeee;
	margin-left: 10px
}
#subtitle {
	font-size: 10px;
	font-weight: bold;
	color : #666666;
	text-transform: uppercase;
	background-color: #eeeeee;
	letter-spacing: 2px;
	margin-left: 45px;
	padding-left: 28px;
}
p,div,td,tr {
	font-family:   Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

/* links */
a:link, a:visited {
	color: #000000;
	background-color: #eeeeee;
	font-weight:bold;
	text-decoration: underline;
	font-size: 11px;
}
a:hover {
	color: #000000;
	background-color: #eeeeee;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
a.txtbottom:link, a.txtbottom:visited {
	color: #000000;
	background-color: #ff0000;
}
a.txtbottom:hover {
	color: #000000;
	background-color: #ff0000;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	list-style: circle;
	line-height: 15px;
	margin-left: 15px;
	padding-top: 0px;
}
/* general settings END */

td.maincontent {
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 5px;
	font-size: 14px;
}

div.search {
	padding:5px;
}	

input, option, select, textarea {
	border: 2px solid  #ff0000;
	color: #000000 ;
	background-color: #ffccaa;
	font-size:12px;
	font-weight:bold;
}

input.button {
	font-size:13px;
	font-weight:bold; 
	padding-left:5px;
	padding-right:5px;
	background-color: #ffccaa;
	color: #000000 ;
	border:2px solid  #ff0000;
}

input.button:hover {
	color: #000000 ;
	background-color: #ff0000; 
}

/* Main menu BEGIN */

div.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.mainmenu li {
	list-style: none;
	margin-left: 0px;
	padding-top: 0px;
}

div.mainmenu ul li a.menu_current:link, div.mainmenu ul li a.menu_current:visited {
	background-position: 0px -54px;  
	color: #000000;
	background-color: #eeeeee;
}
div.mainmenu ul li a:link, div.mainmenu ul li a:visited  {
	display: block;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	background: #eeeeee url(./images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	text-indent: 27px;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	margin-bottom: 2px;
}

div.mainmenu ul li a:hover {
	background-position: 0px -27px; 
	color: #333333;
	background-color: #eeeeee;
}
	
div.mainmenu ul ul a:link, div.mainmenu ul ul a:visited {
	font-size: 12px;
	color: #000000;
	font-size: 11px;
	background-image: none;
	text-indent: 10px;
	background-color: #ff796a;
	width: 147px;
	line-height: 18px;
	height: 18px;
	margin-left: 4px;
	margin-bottom: 0px;
	padding-right: 5px;
}
div.mainmenu ul ul li a.menu_current {
	font-size: 13px;
	text-align: right;
}
div.mainmenu ul ul li a.menu_default {
	font-size: 12px;
}
div.mainmenu ul ul li a.menu_default:hover {
	font-size: 12px;
	text-decoration: underline;
}
div.mainmenu ul ul li a.menu_current:hover {
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
}

/* Main menu END */
	
h1 {
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
 	color: #000000;
	background-color: #eeeeee;
	text-align: left;
	line-height: 18px;
	height: 20px;
	border-bottom: #ff0000 4px solid;
}
h2 {
	font-size: 16px;
}

div.copy  {
	text-align: center;
}
div.copy a#copy {
	color: #ff0000;
	background-color: #ffffff;
}
div.copy a#copy:hover {
	color: #ff0000;
	background-color: #ffffff;
}

.bg, td.post_title {
	background-color: #ffccaa;
	color: #000000;
}
.line, td.post_date {
	background-color: #ff0000;
	color: #000000;
}
td.post_title {
	padding: 5px;
	margin: 20px;
}
td.post_date {
	width: 90px;
	padding: 5px;
}

/* shadows  (Schatten) BEGIN */
	/* right top (rechts oben)*/
	#s_ro {
		background-image: url(./images/s_ro.jpg);
		background-repeat: no-repeat;
	}
	/* right middle (rechts mitte) */
	#s_rm {
		background-image: url(./images/s_rm.jpg);
		background-repeat: repeat-y;
	}
	/* bottom left (unten links) */
	#s_ul {
		background-image: url(./images/s_ul.jpg);
		background-repeat: no-repeat;
	}
	/* bottom middle (unten mitte) */
	#s_um {
		background-image: url(./images/s_um.jpg);
		background-repeat: repeat-x;
	}
	/* bottom right (unten rechts) */
	#s_ur {
		background-image: url(./images/s_ur.jpg);
		background-repeat: no-repeat;
	}
/* shadows  (Schatten) END */