/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/hintergrund.jpg);
	background-repeat: repeat;
}

#FloatingRows
	{
	width:100%;
	height:100%;
	}

#LeftCol
	{
	float:left;
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(images/hgnav.jpg);
	background-repeat: no-repeat;
	}

#RightCol
	{
	float: none;
	width: auto;
	margin-left: 210px;
	}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	float: left;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 100%;
	color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6	
	{
    font-size: 80%;
	color: #00f;
	}

ul{
	list-style-type: square;
	margin-left: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.imgtopleft img
	{
	margin:0;
	padding:inherit;
	}

.imgleft
	{
   float:left;
	margin:10px;
}
.imgright
	{
   float:right;
	margin:10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #EEA000;
	height: 101px;
	top: 0px;
	background-image: url(images/hgtitel.jpg);
	background-repeat: repeat-x;
}

#navBar{
}

#content{
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 126px 0 0 210px;
}

#alles{
	width: 100%;
	padding: 0;
	margin: 0px 0 0 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	text-align: right;
	margin: auto 0 auto 0;
	font-size: 1.4em;
	padding: 0 30px 0 0;
	color: #643627;
}


/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #00FF33;
	padding: 0px 0px 0px 0px;
	background-color: #B97400;
	clear: both;
	height: 15px;
	width: 100%;
	top: 101px;
	margin: 0;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

.breadCrumb{
	font-size: 80%;
	padding: 0px 0px 10px 10px;
	color:#000000;
}

.breadCrumb a:link{
	text-decoration:none;
	color:#0000FF;
}
.breadCrumb a:visited{
	text-decoration:none;
	color:#0000FF;
}
.breadCrumb a:hover{
	text-decoration:none;
	color:#CC0000;
}


/************** .feature styles ***************/

#feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: auto;
}

#feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

#feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	display: block;
	height: 100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #F4FFE4;
}


#navBar ul a:hover {
	display: block;
	color: #006699;
}


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #99CC66;
	padding: 2px 0px 2px 10px;
	color: #006699;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.meyer
	{
	font-size:0.8em;
	}
.tabelle_1
	{
	font-size:112%;
	width: 90%;
	border-collapse:collapse;
	empty-cells:show;
	table-layout: auto;
	padding:0;
	margin: 0 auto 0 auto;
	}


.tabelle_1 h1
	{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 150%;
   vertical-align: middle;
   line-height: 35px;
   color: #000099;
   background: #fdc8ca url(../../../matkon/html/pics/t_title-background.gif) top left repeat-y;
	}

.tabelle_1 td
	{
  	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 150%;
	border-color:#ccc;
	border: 2px;
	padding: 10px 10px 10px 10px;
	}

.mehrZeilenAbstand
	{
	line-height: 100%;
	}

.tabelle_100
	{
	font-size:111%;  /****** Um die Verkleinerung durch 90% Breite uaszugleichen *****/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse:collapse;
	empty-cells:show;
	table-layout: auto;
	padding:0;
	margin: 0 auto 0 auto;
	}
.tabelle_100 td
	{
	border-color:#ccc;
	border: 2px;
	padding: 10px 10px 10px 10px;
	}


/***********************************************/
/* Formte für Online Hilfe                     */
/***********************************************/ 


.hilfe
{
	padding: 10px 0px 0px 10px;
}

.hilfe p
	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 0.8em;
	color:#000;
	margin: 0 10px 0 10 px;
	line-height: 1.7;
	padding: 2px 2px 2px 2px;
	}

.hilfe .Einrueckung1
{
	margin: 0px 10px 10px 50px;
}


.hilfe .Einrueckung2
{
	margin: 10px 10px 10px 100px;
}

.hilfe .Einrueckung3
{
	margin: 10px 10px 10px 150px;
}


.hilfe h1
	{
   font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	color: #0000aa;
	background-color:#FFFF00;
	background-image:url(hilfe/images/verlauf1.gif);
	background-repeat:repeat-y;
	padding:5px;
	}

.hilfe h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#0000CC;
	background-color:#FFFF00;
	background-image:url(hilfe/images/verlauf1.gif);
	background-repeat:repeat-y;
	padding:5px;
	}

.hilfe h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#0000CC;
	background-color:#FFFF00;
	background-image:url(hilfe/images/verlauf1.gif);
	background-repeat:repeat-y;
	padding:5px 0 5px 0px;
	}

.hilfe h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	font-style: italic;
	color: #0000EE;
	margin-bottom: 0;
	margin-top:0
	}

.hilfe h5
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	color: #0000FF ;
	margin-bottom: 20px;
	margin-top:20px
	}


.hilfe h6
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	font-weight:100;
	color: #0000aa;
	margin-bottom: 0;
	margin-top:0
	}

.hilfe story.li
	{
	color: #000000;
	list-style-position:outside;
	list-style-type:square;
	line-height: 1.8em;
	margin: 0 0 0 25px;
	}

.hilfe li
	{
	color: #000000;
	font-size: 0.8em;
	list-style-position:outside;
	list-style-type:square;
	line-height: 1.7em;
	margin: 0 0 0 25px;
	}


.hilfe .imgrechts
	{
	float:right;
	padding:8px 8px 8px 8px;
	margin: 0 0 auto 0;
	border:none; 
	}

.hilfe .imglinks
	{
	padding:8px 8px 8px 8px;
	border:none; 
	margin: 0 auto 0 0;
	float:none;
	clear: both;
	}
	
.hilfe .imgstd
	{
	padding:8px 8px 8px 8px;
	border:none; 
	}

.Menu
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #0000EE;
	font-weight: bold;
	background-color: #66FFFF;
	padding: 2px 5px 2px 0px;
	margin: 0;
	border-style:none;
	}

.Taste
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #EE0000;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0;
	border: #CC0000 thin solid;
	}

.Feld
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: #ddd thin solid;
	background-color: #FFFFFF;
	}

.Frame
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #0;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border: #FFF thin solid;
	background-color: #CCC;
	}


.Button
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #0;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0;
	border: #DDE thin solid;
	background-color: #EED;
	}

.rot
	{
	color:#FF0000;
	}

.rosa
	{
	color:#FF00FF;
	}
	
.Einrueckung1
{
	margin: 0px 10px 10px 150px;
}


.Einrueckung2
{
	margin: 10px 10px 10px 100px;
}

.Einrueckung3
{
	margin: 10px 10px 10px 150px;
}

sub, sup
	{
  	line-height: 0px;
  	font-size: 80%;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px 3px 5px 3px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
