/* formatierung der "normalen" links */
a {text-decoration: none;}

a:link {color:#990000;
		text-decoration: none;}
a:visited {color:#990000;
		text-decoration: none;}
a:active {color:#990000;
		text-decoration: none;}
a:hover {color:#990000;
		text-decoration: none;}

/* bringt Layout durcheinander!! */
/*                               */
/* table {font-family: Arial, sans-serif; */
/* 					color: #990000; */
/* 					font-size: 12px; */
/* 					text-indent: 12px;} */
/* 					 */

/*standard-text*/
.std {font-family: Arial, sans-serif;
		color: #000000;
		font-size: 12px;}
		
/*standard-text weiss*/
.stdred {font-family: Arial, sans-serif;
		color: #990000;
		font-size: 12px;}
				

.small {font-family: Arial, sans-serif;
		font-size: 10px;}		

/*standardlink*/
.stdlink	 {font-family: Arial, sans-serif;
				color: #990000;
				font-size: 12px;
				text-decoration: none;}
.stdlink:link 		{color:#990000;}
.stdlink:visited 	{color:#990000;}
.stdlink:active 	{color:#990000;}
.stdlink:hover  	{color:#990000;}

/* weisse headline fuer rote tabellenfelder */
.headlinewhite {font-family: Arial, sans-serif;
					color: #FFFFFF;
					font-size: 14px;
					text-indent: 12px;}

/* weisse headline fuer rote tabellenfelder */
.headline2white {font-family: Arial, sans-serif;
					color: #FFFFFF;
					font-size: 13px;}

/* headline fuer grauen und weissen hintergrund */
.headline {font-family: Arial, sans-serif;
					color: #000000;
					font-size: 14px;
					text-indent: 12px;}

/* headline fuer grauen und weissen hintergrund */
.headline2 {font-family: Arial, sans-serif;
					color: #000000;
					font-size: 13px;}

/* headline fuer grauen und weissen hintergrund */
.hilite {font-weight : bold;}
					
/* formatierung der untermenuepunkte */
.subm {font-family: Arial, sans-serif;
		text-transform: lowercase;
		font-size: 11px;
		margin-top: 1px;
		margin-bottom: 1px;
		text-decoration: none;}
.subm:link {font-family: Arial, sans-serif;
		text-transform: lowercase;
				color: #333333;
				font-size: 11px;}
.subm:visited {font-family: Arial, sans-serif;
		text-transform: lowercase;
				color: #333333;
				font-size: 11px;}
.subm:active  {font-family: Arial, sans-serif;
		text-transform: lowercase;
				color: #333333;
				font-size: 11px;}
.subm:hover   {font-family: Arial, sans-serif;
		text-transform: lowercase;
				color: #990000;
				font-size: 11px;}
				
/* formatierung des gehiliteten untermenuepunkts */
.submHilite {font-family: Arial, sans-serif;
		text-transform: capitalize;
				font-size: 11px;
				margin-top: 1px;
				margin-bottom: 1px;
				text-decoration: none;}
.submHilite:link {font-family: Arial, sans-serif;
		text-transform: capitalize;
				color: #990000;
				font-size: 11px;}
.submHilite:visited {font-family: Arial, sans-serif;
		text-transform: capitalize;
				color: #990000;
				font-size: 11px;}
.submHilite:active  {font-family: Arial, sans-serif;
				text-transform: capitalize;
				color: #990000;
				font-size: 11px;}
.submHilite:hover   {font-family: Arial, sans-serif;
				text-transform: capitalize;
				color: #990000;
				font-size: 11px;}

/* formatierung des titels */		
.title {font-family: Arial, sans-serif;
			color: #FFFFFF;
			text-transform: lowercase;
			font-size: 13px;
			margin-top: 1px;
			margin-bottom: 3px;
			margin-right: 10px;
			letter-spacing:1px;}
			
.mcolheadline {font-family: Arial, sans-serif;
				color: #000000;
				font-size: 12px;
				font-weight: bold;
				margin-top: 1px;
				margin-bottom: 1px;}
			
.mcolstd {font-family: Arial, sans-serif;
				color: #000000;
				font-size: 11px;
				font-weight: normal;
				margin-top: 1px;
				margin-bottom: 1px;
				text-decoration: none;}
			
.mcollink {font-family: Arial, sans-serif;
				color: #000000;
				font-size: 11px;
				font-weight: normal;
				margin-top: 1px;
				margin-bottom: 1px;
				text-decoration: none;}
.mcollink:link {color: #990000;}						
.mcollink:visited {color: #990000;}
.mcollink:active {color: #990000;}
.mcollink:hover {color: #990000;}
							
.closelink {font-family: Arial, sans-serif;
				color: #FFFFFF;
				font-size: 11px;
				font-weight: normal;
				margin-top: 1px;
				margin-bottom: 1px;
				text-decoration: none;}
				
.closelink:link {color: #FFFFFF;}						
.closelink:visited {color: #FFFFFF;}
.closelink:active {color: #FFFFFF;}
.closelink:hover {color: #FFFFFF;}
			
.mcolsubtitle {font-family: Arial, sans-serif;
				color: #000000;
				font-size: 10px;
				font-weight: normal;
				margin-top: 1px;
				margin-bottom: 1px;
				text-decoration: none;}

/*fehlermeldung*/
.error {color: #FF0000;
		font-weight: bold;}

/* unsortierte Liste */
ul {list-style-image: url(img/elements/list2.gif);}

/*standard-formulare*/
input {font-family: Arial, sans-serif;
		color: #111111;
		font-size: 11px;
		background-color: #FFFFFF;}
		
textarea {font-family: Arial, sans-serif;
		color: #111111;
		font-size: 11px;
		background-color: #FFFFFF;}

select {font-family: Arial, sans-serif;
		color: #111111;
		font-size: 11px;
		background-color: #FFFFFF;}

img { border: none;  display: block;}