/* Normal, standard links. */


A
{
	# color: #005177;
	# color: #404040;
	font-family: Arial, Helvetica; 
	font-size: 12px;
	color: #bf0000; 
	background-color: transparent;
	text-decoration: none;
}

A.header {font-size: 14px;color: #eeeeee; text-decoration: none; font-weight:bold;}
A.invert {color: #000000; text-decoration: underline; font-weight:bold;}
A.subnext {color: #eeeeee; text-decoration: none; font-weight:bold;}
A.submenu {text-decoration: none; }

a:hover
{
	#color: #cc3333;
	color: #000000;
	font-family: Arial, Helvetica; 
	font-size: 12px;	
	background-color: transparent;
	text-decoration: none;
}

A:hover.header {font-family:Arial, Helvetica; font-size:14px; font-weight:bold;
text-decoration: underline; color: #f8f8f8;}
A:hover.submenu {text-decoration: underline; }


.logo {font-family:Arial, Helvetica; font-size:14px; font-weight:bold;
text-decoration: none; color: #eeeeee;}
TD.header {font-family:Arial, Helvetica; font-size:14px; font-weight:normal;
text-decoration: none; color: #eeeeee;}
.header2 {font-family:Arial, Helvetica; font-size:12px; font-weight:normal;
text-decoration: none; color: #eeeeee;}
.submenu {font-family:Arial, Helvetica; font-size:14px; color: #ffffff;
text-align:right;}
.submenu_light {font-family:Arial, Helvetica; font-size:18px; color:
#eeeeee; text-align:right; border-bottom : 1px dotted #ffffff;background-color:
#404040;}
.ssi_table {font-family: Arial, Helvetica; color: #eeeeee;}

/* Provisorisch für Party aus smgw41 */

div.headline {
	font-size: 20px; 
	color: #202020; 
	height: 80%; 
	padding:50px; 
	padding-top: 40px; 
	padding-bottom: 40px; 
	vertical-align: top;	
}

div.content {
	height: 80%; 
	padding:50px; 
	padding-top: 0px; 
	vertical-align: top; 
	text-align: justify;
}

div.content > h2 {
	font-size: 14px;
	color: #202020;
	text-align: left;
	padding-top:  20px;	
}

h2 ~ a {
	padding-bottom:  5px;
	background-color: #eeeeee;
	color: #c00000;
	text-decoration:  underline;
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	# background-color: #afc6db;
	background-color: #eeeeee; 
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	# background-color: #afc6db;
	background-color: #eeeeee;
}

/* Standard horizontal rule.. */
hr
{
	# color: #6394bd;
	color: #808080;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	# color: #6394bd;
	color: #eeeeee;
	# background-color: #6394bd;
	background-color: #eeeeee;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg, .windowbg3
{
	color: #000000;
	# background-color: #afc6db;
	background-color: #f4f4f4;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:2px;
	padding-right:2px; 
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	# background-color: #6e94b7;
	# background-color: #404040;
	background-color: #bf0000;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #444447;
	/* background-image: url(images/catbg.gif); */
	/*color: #f8f8f8;*/
	color: white;
}

.catbg a:link, .catbg a:visited, .catbg3 a:link, .catbg3 a:visited
{
	color: white;
	text-decoration: none;
}

.last_post_member_link
{
	color: #444447;
	text-decoration: underline;
}

.middletext,.middletext a:link, .middletext a:visited
{
	font-weight: bold;
	background-color: #444447;
	/* background-image: url(images/catbg.gif); */
	/*color: #f8f8f8;*/
	color: white;
	text-decoration: none;
}

/*Ü.middletext a:link, .middletext a:visited
{
	color: white;
	text-decoration: none;
	background-color: #eeeeee;
}*/


/*A.catbg 
{       font-weight: bold;
	color: #f8f8f8;
}*/

/* The borders around things. */
.bordercolor
{
	# background-color: #6394bd;
	background-color: #ffffff;
}
.tborder
{
	# border: 1px solid #6394bd;
	border: 0px solid #404040;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}



/* KALENDER 3.0 */

DIV.event {
	height: 25px;
	width: 400px;
	position: relative;
	margin-bottom: 2px;
	}

DIV.eventheute {
	border: 1px solid yellow;
	}
	
DIV.eventbald {
	border: 1px solid #eeeeee;
	#border-bottom: 1px solid #eeeeee;
	#border-left: 1px solid #eeeeee;
	}	

TABLE.event {
	height: 100%;
	width: 100%;
	background-color:#404040;
	font: 13px Arial;
	color: white;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	}

TABLE:hover.event {
	background-color:#4b4b4b;
	}

TD.event1 {
	width: 25px;
	text-align: right;
	padding-right: 2px;
	font: 13px Arial;
	color: white;		
	}

TD.event2 {
	width: 75px;
	font: 13px Arial;
	color: white;
	padding-left: 5px;		
	}

A.event3,TD.event3 {
	width: 262px;
	padding-left: 5px;
	font: 13px Arial;
	color: white;		
	}

A.event4,TD.event4 {
	width: 28px;
	text-align: center;
	font: 13px Arial;
	color: white;	
	}

TD.eventheute {
	background-color: yellow;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}

TD.event1bald {
	#background-color: yellow;
	#color: black;
	#text-align: center;
	#font-weight: bold;
	}

TD.event2bald {
	#background-color: white;
	#color: black;
	}