﻿/*In addition to the four pre-defined page widths listed above, 
we've made it easy to customize the page width too. 
Divide your desired pixel width by 13; the result is your width in ems for all non-IE browsers. 
Take the em width you just calculated and multiply it by .9759 to find the width in ems for IE.
#custom-doc {
	margin:auto;text-align:left;  leave unchanged 
	width:46.15em;/* non-IE 
	*width:45.00em; IE 
	min-width:600px; optional but recommended
}
Resizing fonts:
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
43
asdf
*/
HTML
{
	background-color: #363636;
				}
BODY
{
	background-color: #363636;
}
INPUT
{
	border:1px;
	border-color:white;
	border-style:inset;
	font-size:small;
	background-color: #CCCCCC;
	width: 170px;
	max-width: 170px; 
	}
	
	
INPUT.inputflach
{
	border-style:solid;
	border-color: #CCCCCC;
	background-color: White;
	}



 #doc4
{
	background-color: #FFF;
	padding-left: 1.5385em;
	padding-right: 1.5385em;
	font-family:Verdana;
	width:950px;
	
	
}

#hd
{
	padding-top:0.5em;
	height: 3.00em;
	
	
	/* width:46.15em; non-IE em = px / 13 */ 
	/* *width:45.00em; IE  */
	/* min-width:600px; optional but recommended */

	}

#boxcontainer
{
	background-color: #CCCCCC; 
	min-height: 232px; 
	}
.fttext
{
	font-size: 10px;
}
.tblhd
{
	width:100%;
	}
	
.tblhdfirst
{
	width:30%;
	}
	
.HomeSiteImp
{
	text-align:right;
	font-size:69%;
	
	}
	
.bdbox
{
	background-color: #CCCCCC;
	padding:5px;
	}
	
.boxueberschrift
{
	color:#800000; 
	font-size: 108%;
	font-weight:bold;
	}
	
.boxueberschrift2
{
	color:#808080; 
	font-size: 100%;
	font-weight:bold;
	}
	
.boxrechts
{
	border-color: #CCCCCC;
	border-style:solid; 
	padding:10px;
	border-width:2px;
	font-size:85%;
	}
	
.boxtext
{
	font-size:85%;
	margin-top:3px;
	
	}
	
.menue
{
	background-color:white;
	margin-top:10px;
	
	}



.mstaticmenustyle
{ 
	background-color:white;
	
	}
	
.mstaticmenuitemstyle
{
	background-color:white;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0.1538em;
	*padding-bottom:0.1501em;
	padding-top:1px;
	font-size:85%;
	color:Black;
	
	}
	
.mstatichoverstyle
{
	background-color:#CCCCCC;
	color: Maroon;
	padding-bottom:0.1538em;
	*padding-bottom:0.1501em;
	}
.mstaticselectedstyle
{
	background-color:#5D7B9D;
	border-style:none;
	color:White;
	}
	
.mdynamicmenustyle
{
	background-color:Red;
	 z-index: 99;
	}
	
.mdynamicmenuitemstyle
{
	background-color:#C3C3C3;
	padding-left:5px;
	margin-top:0px;
	color:Black;
	font-size:85%;
	}
.mdynamichoversyle
{
	background-color:#CCCCCC;
	color: Maroon;
	}
	
.selecttop
{
	font-size:85%;
	azimuth: behind;
	border-color: #CCCCCC;
	
	}
.HomeSiteImp
{
	font-size:85%;
	}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:123.1%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:108%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:100%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color: #808080;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
	font-size:85%;
	
}
