* {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Verdana, Arial, sans-serif;
        background-color: #ffffff;
        margin-left: 1;
        background-image: url(/fileadmin/template/main/images/bluesun_light.jpg);
        background-position: top;
        background-repeat: repeat;
}

#identitaet {
	background-color: #0000FF;
	/* padding: 1.2em; */
	color: #fff;
}

#rechtliches {
	background-color: #e1e1e1;
	color: #000000;
	clear:both;
	position: relative;
   	z-index: 1;
	text-align: center;
	border-top: 3px solid #000000;
	font-size: 9px;
}
		
#hauptbereich {
	float: left;
	width: 99%;
	background-color: #ffffff;
	background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
}

#extra {
   	float: right;
   	width: 1%;
   	/* background-color: #D39815; */
	/* background-color: #cccccc; */
	padding-top: 5px;
	text-align: justify;
        background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
}

#inhalt {
   	float: right;
   	width: 80%;
   	/* background-color: #002455; */
	background-color: #ffffff;
   	color: #000000;
	text-align: justify;
}

#navigation {
   	float: left;
   	/* width: 150px; */
   	width: 170px;
   	min-width: 145px;
	/* background-color: #B0001E; */
	background-color: #FFFFFF;
	min-height: 200px;
        background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
}

#inhalt, #navigation, #extra, #hauptbereich {
	padding-bottom: 32767px; /* Beschränkung durch Safari, der keinen größeren Wert zulässt. */
	margin-bottom: -32767px;
}

#wrap {
	overflow: hidden;
	position: relative;	
} 

/* @media all and (min-width: 0px) { */
@media all {
	#inhalt, #navigation, #extra, #hauptbereich {
			padding-bottom:0;
			margin-bottom: 0;
	}		

	#inhalt:after, #navigation:after, #extra:after, #hauptbereich:after {
		padding-top:32767px;
		margin-bottom: -32767px;
		content: 'Opera 8 Fix';
		display:block;
		background: inherit;
		height: 0;
	}			
}

#wrap {
	width: 920px;
	/* width: 60em;	*/
	/*width: 75em;*/
	margin: auto;
}

/* Anpassung für Gestaltungselemente */
body {
	font-size: 0.8em;
}

/* #navigation ul.schritte {
	margin-top: 1.4em;
}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	display: block;
	margin: 0.3em 0.7em;
	border: 2px outset #ddd;
	background-color: #ddd;
	padding: 0.2em;
	text-align: center;
	color: #B0001E;
	position: relative;
	text-decoration: none;
}

#navigation ul li.next a:after {
	content: ' \25BA';
}
			
#navigation ul li.previous a:before {
	content: '\25C4 ';
}
			
#navigation ul li a:hover {
	border-style: inset;
}

#navigation ul li a span {
	display: none;
	text-align: left;
}

#navigation ul li a:hover span {
	display: block;
	position: absolute;
	border: 1px solid #333;
	color: #333;
	background: #f9f9f9;
	z-index: 3;
	padding: .3em;
	width: 60%;
	left: 60%;
	top: 0;
} */
				
#rechtliches {
	padding: 0.8em;
}

#wrap #hauptbereich #inhalt * {
	margin: 0.2em 10px 0.4em;
}

#wrap #hauptbereich #inhalt a {
	/* color: #ddd; */
	color: #0000ff;
}

#wrap #hauptbereich #inhalt * * {
	margin: 0;
}
	
#wrap #extra * {
	margin: 0.3em 20px 0.5em;
}

#wrap #extra * * {
	margin: 0;
}

#title {
	color: #ffffff;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
}
	
.important {
	font-size: 1.2em;
	font-weight: bold;
}

#headwrap {
	overflow: hidden;
}

#headleft {
	position: relative;
    	top: 0px;
	left: 0px;
	float: left;
}

#headcenter {
	float: left;
}

#headright {
	position: relative;
	top: 0px;
	float: right;
	z-index: 2;
}

#footwrap {
	overflow: hidden;
	background-color: #aabbcc;
}

#footleft {
	position: relative;
	bottom: 0px;
	left: 0px;
	float: left;
}

#footcenter {
	float: left;
}

#footright {
	position: relative;
	bottom: 0px;
	float: right;
}

#footbottom {
	background-color: #ffffff;
}

h1 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	border-bottom: 3px solid;
	border-color: #000000;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid;
	border-color: #000000;
	padding-left: 5px;
	padding-bottom: 10px;
}

h3 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.unterueberschrift {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.maintext {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

a {
    text-decoration: none;
    color: #0000ff; /* #888888 */
}

a:hover {
    text-decoration: underline;
    color: #0000ff;
}

a:visited, a:active {
	color: #0000ff;
}

.menuactive {
	color: red;
	font-weight: normal;
}

.small {
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

#menu-level1-no {
	border:                 1px;
        border-color:           #000000;
        border-style :          solid;
        border-width :          1px;
        padding:                5px;
        color:                  #000000;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              9pt;
        font-weight:            normal;
        font-style:             normal;
        text-decoration:        none;
        text-align: 		left;
        width:			149px;
      	/* width: 			99%; */
      	background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
}

#menu-level1-no a {
        font-family:            Arial, Helvetica, Sans Serif;
        text-decoration:        none;
}

#menu-level1-no a:link {
        color:                  #000000;
}

#menu-level1-no a:visited {
        color:                  #000000;
}

#menu-level1-act {
	border:                 1px;
	border-color:           #000000;
        border-style :          solid;
        border-width :          1px;
        padding:                5px;
        color:                  #ff0000;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              9pt;
        font-weight:            bold;
        font-style:             normal;
        text-decoration:        none;
        text-align:             left;
        width:			149px;
        /* width:			99%; */
        background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
}

#menu-level1-act a {
        font-family:            Arial, Helvetica, Sans Serif;
        text-decoration:        none;
}

#menu-level1-act a:link {
        color:                  #ff0000;
}

#menu-level1-act a:visited {
        color:                  #ff0000;
}

#menu-level2-no {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-color: #000000;
	padding-left: 15px;
	padding-bottom: 5px;
}

#menu-level2-act {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-color: #000000;
	padding-left: 15px;
	padding-bottom: 5px;
}

#menu-level3-no {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-color: #000000;
	padding-left: 25px;
	padding-bottom: 5px;
}

#menu-level3-act {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-color: #000000;
	padding-left: 25px;
	padding-bottom: 5px;
}

#menu-level4-no {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-color: #000000;
	padding-left: 35px;
	padding-bottom: 5px;
}

#menu-level4-act {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-color: #000000;
	padding-left: 35px;
	padding-bottom: 5px;
}

.tdMenu1 {
	background-repeat : no-repeat;
}

.tdMenu2 {
	width: 80px;
}

.pBigWhiteMenu {
	color:        		#ffffff;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              11pt;
        font-style:             normal;
        font-weight:            bold;
        text-align:             center;
        text-decoration:        none;
}

#mainmenu {
	text-align: center;
}
	
#mainmenu a {
        font-family:            Arial, Helvetica, Sans Serif;
        text-decoration:        none;
}

#mainmenu a:link {
        color:                  white;
}

#mainmenu a:visited {
        color:                  white;
}

.pSmallWhiteMenu {
        color:                  black;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              10pt;
        font-style:             normal;
        font-weight:            normal;
        text-align:             center;
        min-width:              80px;
}

#secondmenu {
	text-align: 		center;
	text-decoration: 	none;
}

#secondmenu a {
        color:                  black;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              10pt;
        font-style:             normal;
        font-weight:            normal;
        text-align:             center;
        min-width:              80px;
        text-decoration:	none;
}

#secondmenu a:link {
        color:                          black;
}

#secondmenu a:visited {
        color:                          black;
}

.bodytext {
        color:                  black;
        background-color:       white;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              10pt;
        font-weight:            normal;
        font-style:             normal;
        text-decoration:        none;
        text-align:             justify;
}

#inhalt a {
    text-decoration: none;
    color: #0000ff;
}

#inhalt a:hover {
    text-decoration: underline;
    color: #0000ff;
}

#inhalt a:visited, a:active {
	color: #0000ff;
}

.contenttable {
	color:                  black;
        background-color:       white;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              10pt;
        font-weight:            normal;
        font-style:             normal;
        text-decoration:        none;
        text-align:             left;
}

.align-center {
	text-align: center;
}

.pNormal {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
}

.pNormalCenter {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				center;
}

.pNormalCenter12 {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				12pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				center;
}

.pNormalSmall {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				9pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
}

.pNormalTransp {
	color:					black;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
}

.pNormalBold {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			bold;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
	
}

.pNormalWhite {
	color:					white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;	
}

.pNormalBlue {
	color:					blue;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
	
}

.pNormalRed {
	color:					red;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
	
}

.pNormalGray {
	color:			black;
	background-color:	#cccccc;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		justify;
	
}

.pNormalCenterWhite {
	color:					white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				center;
	
}

.pNormalLinks {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				left;
}

.pNormalLeft {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				left;
}

.pNormalLeft12 {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				12pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				left;
}

.pNormalRechts {
	color:					black;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				right;
}

.pNormalRight {
	color:					black;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				right;
}

.pNormalRightWhite {
	color:					white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				right;
}

.pNormalRight12 {
	color:					black;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				12pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				right;
}

.pNormalRightFull {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				10pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				right;
}

.pSmall {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				8pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				justify;
}

.pSmallCenterTransp {
	color:					black;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				8pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				center;
	border-top:			2px solid;
	border-bottom:		2px solid;
	padding-top:			4px;
	padding-bottom:	4px;
	width:					400px;
	
}

.pSmallCenter {
	color:					black;
	background-color:	white;
	font-family:			Arial, Helvetica, Sans Serif;
	font-size:				8pt;
	font-weight:			normal;
	font-style:			normal;
	text-decoration:	none;
	text-align:				center;
	
}

#liga_tabelle {
	text-align: left;
}

#liga_tabelle a { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:10pt;
}
#liga_tabelle a:hover { 
	color:#ff0000; 
	text-decoration:none; 
	font-weight:bold;
}
#liga_tabelle p { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:10pt;
}
#liga_tabelle option { 
	font-family:Arial,Helvetica; 
	font-size:9pt;
}
#liga_tabelle td { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:9pt;
}
#liga_tabelle th { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:9pt;
}
#liga_tabelle li { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:9pt;
}
#liga_tabelle select { 
	font-family:Arial,Helvetica; 
	font-size:9pt;
}
#liga_tabelle input { 
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt;
}
#liga_tabelle pre { 
	font-family:Courier New,Courier; 
	font-size:8pt;
}

.tblRahmen {
        border:                 1px;
        border-color:           #0000ff;
        border-style:           solid;
        border-width:           1px;
}

.pNormalCenterWhiteBold {
        color:                                  white;
        font-family:                    Arial, Helvetica, Sans Serif;
        font-size:                              10pt;
        font-weight:                    bold;
        font-style:                     normal;
        text-decoration:        none;
        text-align:                             center;

}

.tblBox {
        border:                                 1px;
        border-color:                   #000000;
        border-style :          solid;
        border-width :          1px;
        padding:                                5px;
}

.tblHead {
        color:                                  white;
        background-color:       black;
        font-family:                    Arial, Helvetica, Sans Serif;
        font-size:                              12pt;
        font-weight:                    bold;
        font-style:                     normal;
        text-decoration:        none;
        text-align:                             center;
}

.tblLine {
        color:                                  black;
        background-color:       white;
        font-family:                    Arial, Helvetica, Sans Serif;
        font-size:                              10pt;
        font-weight:                    normal;
        font-style:                     normal;
        text-decoration:        none;
        text-align:                             left;
}

.pTiny {
        color:                                  black;
        background-color:       white;
        font-family:                    Arial, Helvetica, Sans Serif;
        font-size:                              4pt;
        font-weight:                    normal;
        font-style:                     normal;
        text-decoration:        none;
        text-align:                             justify;

}

.pTinyGray {
        color:                  black;
        background-color:       #cccccc;
        font-family:            Arial, Helvetica, Sans Serif;
        font-size:              4pt;
        font-weight:            normal;
        font-style:             normal;
        text-decoration:        none;
        text-align:             justify;

}

#startpage {
	background-color: 	#ffffff;
}

#startpage contenttable {
	border:                 1px;
        border-color:           #0000ff;
        border-style:           solid;
        border-width:           1px;
}

#startpage contenttable th {
	color:			white;
	background-color:	blue;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		bold;
	font-style:		normal;
	text-decoration:	none;
	text-align:		center;
}

#startpage contenttabe td {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}

#startwrap {
	overflow: hidden;
}

#startleft {
	position: relative;
    	top: 0px;
	left: 0px;
	float: left;
}

#startcenter {
	float: left;
}

#startright {
	position: relative;
	top: 0px;
	float: right;
	z-index: 2;
}

#tblRahmen {
	border:                 1px;
        border-color:           #0000ff;
        border-style:           solid;
        border-width:           1px;
        color:			black;
	background-color:	#dddddd;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
        width:                  230px;
}

#tblRahmen th {
	color:			white;
	background-color:	blue;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		bold;
	font-style:		normal;
	text-decoration:	none;
	text-align:		center;
}

#tblRahmen pNormalLinks {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}

#tblRahmen pNormalLeft {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}

#tblRahmen pNormal {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}



#tblRahmenForm {
	border:                 1px;
        border-color:           #0000ff;
        border-style:           solid;
        border-width:           1px;
        color:			black;
	background-color:	#dddddd;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
        width:                  100%;
}

#tblRahmenForm th {
	color:			white;
	background-color:	blue;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		bold;
	font-style:		normal;
	text-decoration:	none;
	text-align:		center;
}

#tblRahmenForm pNormalLinks {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}

#tblRahmenForm pNormalLeft {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}

#tblRahmenForm pNormal {
	color:			black;
	background-color:	white;
	font-family:		Arial, Helvetica, Sans Serif;
	font-size:		10pt;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	text-align:		left;
}




#breadcrumbleft {
        background-image: url(/fileadmin/template/main/images/bg_schach.jpg);
        width:                  150px;
        float:                  left;
        position:               relative;
}

#breadcrumb {
        margin-left:            150px;
        background-color:       #000000;
        color:                  #ffffff;
        font-family:		Arial, Helvetica, Sans Serif;
        font-size:              10pt;
        font-weight:            normal;
}

#breadcrumb a {
        color:                  #ffffff;
        text-decoration:        underline;
}

#breadcrumb a:link {
        color:                  #ffffff;
        text-decoration:        underline;
}

#breadcrumb a:visited {
        color:                  #ffffff;
        text-decoration:        underline;
}

#breadcrumb a:hover {
        color:                  #00ff00;
        text-decoration:        underline;
}

img {
        border: 0;
}

.deep0 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

.deep1 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
}

.deep2 {
	color: #0000ff;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
}

