﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR:	white;
    FONT-FAMILY:		Arial, Verdana, helvetica, sans-serif;
    FONT-SIZE:			10pt;
    margin:				0px;
}

h1, h2, h3, h4, h5, th, thead, tfoot
{
    COLOR:				#000000;
}
h1	{	
	font-family:		Arial, Verdana, helvetica, sans-serif;
	font-size:			12pt;
	color:				#e13f41;
	margin-bottom:		3px;
	}	
		
h2	{	
	font-family:		Arial, Verdana, helvetica, sans-serif;
	font-size:			11pt;
	color:				#e13f41;
	margin-bottom:		2px;
	}	
		
h3	{	
	font-family:		Arial, Verdana, helvetica, sans-serif;
	font-size:			10pt;
	color:				#e13f41;
	margin-bottom:		1px;
	}
h4	{	
	font-family:		Arial, Verdana, helvetica, sans-serif;
	color:				#e13f41;
	font-size:			10pt;
	margin:				0px;
	margin-bottom:		1px;
	}
p
{
    FONT-FAMILY:		Arial, Verdana, helvetica, sans-serif;
    FONT-SIZE:			10pt;
    margin:				0px;
}
a:link	{	
	text-decoration:	none;
	color:				#e13f41;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:				#e13f41;
	}	
		
a:active	{	
	text-decoration:	none;
	color:				#e13f41;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:				#FF0000;
	}
table {
    table-layout:       fixed;
    }
.rotit 
{
  font-family:        Arial, Verdana, helvetica, sans-serif;
  color:              White;
  text-decoration:    none;
  font-size:		    10pt;
	font-weight:	    bold;
	text-align:         center;
	margin-bottom:		3px;
	}

.btnLink
{
	text-decoration: none;
	color: Black;
}
.btnLink:visited
{
	text-decoration: none;
	color: Black;
}
.btnLink:link 
{
	text-decoration: none;
	color: Black;
}
.btnLink:hover
{
	text-decoration: none;
	color: #b07982;
}
.btnLink:active
{
	text-decoration: none;
	color: Black;
}
	
SMALL	{	
	font-size:	8pt;
	}	

BIG	{	
	font-size:	12pt;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}
	
.Tag 
{
	font-family:	courier new;
	color:			White;
	font-size:		11pt;
	font-weight:	bold;
}
.Monat
{
	font-family:	Arial;
	color:			#565656;
	font-size:		12pt;
	font-weight:	bold;
}
.TagTabBG
{
	background-color: #ababab;
}
.HorLinie
{
	background-color: #565656;
}
.Rahmen
{
	background-color: #e13f41;
}
.SpHead, th
{
	background-color: #e13f41;
	font-family:	  Arial;
	color:			  #FFFFFF;
	font-size:		  10pt;
	font-weight:	  bold;
}
.SpBody
{
	background-color: #dcdcdc;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpBody:hover
{
	background-color: #ababab;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpBody2
{
	background-color: #dcdcdc;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpOrange
{
	background-color: #ffcc00;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpHellorange
{
	background-color: #ffdead;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpGruen
{
	background-color: #B0FF62;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpHellgruen
{
	background-color: #ccff99;
	font-family:	  Arial;
	font-size:		  9pt;
}
.SpHellgelb
{
	background-color: #ffff99;
	font-family:	  Arial;
	font-size:		  9pt;
}
.text
{
	font-family:	Arial, Verdana, helvetica, sans-serif;
	font-size:		10pt;
	vertical-align: top;
	text-align:		left;
}
.SpBodySM
{
	background-color: #dcdcdc;
	font-family:	  Arial;
	font-size:		  7pt;
}
.SpBodySM:hover
{
	background-color: #ababab;
	font-family:	  Arial;
	font-size:		  7pt;
}
.mitte
{
	text-align:		center;
	vertical-align:	middle;
}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	
{
	border: 0px;
	border-color: White;
	vertical-align: middle;
}

.Bildrand
{
	margin: 5px;
}

.ScrollerFrame
{
   border-style:solid;
   border-width:0px;
   border-color:#000000;
   text-align:left;
 }
.style1 {
    color: green;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bolder;
    font-size: 10pt;
}
.style2 {
    color:            red;
    background-color: #dddddd;
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-weight:      bolder;
    font-size:        12pt;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter:           alpha(opacity=70);
	opacity:          0.7;
}
.modalPopup 
{
	background-color: #dedede;
	border-width:     3px;
	border-style:     solid;
	border-color:     Gray;
	padding:          3px;
}
/* Rounded Corners*/
.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:black;
	font-weight:bold;
}
.roundedPanelRed
{	
	background-color:#e13f41;
	color:#000000;
}
div.red-gradient { 
    background: url(icons/bg_rot.png) repeat-x;
    line-height: 24px; 
    color: #fff; 
    font-weight: bold; 
    font-size: 90%;
}
div.grey-gradient { 
    background: url(icons/bg_grau.png) repeat-x;
    line-height: 24px; 
    color: #fff; 
    font-weight: bold; 
    font-size: 90%;
    text-align: center;
}
div.blogtext 
{
    text-align: justify;
    padding: 3px;
}
.blog 
{
    background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	width: 600px;
}

