body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #fff;
	color: #464646;
}

a:link, a:visited {
	text-decoration: none;
	color: #009394;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #009394;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1pt;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	color: #009394;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1pt;
	margin: 0 0 8px 0;
	padding: 0;
}

h3 {
	color: #009394;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4 {
	color: #009394;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #0FA8AA;
}

p {
	margin: 0px 0px 12px 0px;
}

strong {
	color: #009394;
}

img {
	border-width: 0;
}

em {
	color: #009394;
	font-size: 100%;
	font-weight: normal;
}

table {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}

hr {
	height: 1px;
	color: #ccc;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

* html .clear {
	display: inline;
}

html>/**/body .clear {
	display: block !important;
}

/***********************************************/
/* Hauptmenue                                  */
/***********************************************/
#hauptmenue {
	position: absolute;
	left: 0px;
	top: 107px;
	width: 194px;
	margin: 0;
	padding: 0;
}

#mainnav {
	left:0;
	width:194px;
}

#mainnav li{
	margin-top:0;
}

#mainnav a{
	display:block;
	width: 174px;
	padding:3px 5px 3px 10px;
	text-decoration:none;
}

#mainnav a:hover,
#mainnav a:focus, 
#mainnav a:active{
	display:block;
}

#mainnav ul.first{
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#0FA8AA;
}

#mainnav ul.first li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.first a{
	color:#fff;
	padding-left:15px; 
	border-bottom:1px solid #fff;
}

#mainnav ul.first a:hover,
#mainnav ul.first a:focus, 
#mainnav ul.first a:active{
	color:#434343;
	background-color:#FFCC33;
}

#mainnav ul.active{
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#FFCC33;
}

#mainnav ul.active li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.active a{
	color:#434343;
	padding-left:15px; 
	border-bottom:1px solid #fff;
}

#mainnav ul.active a:hover,
#mainnav ul.active a:focus, 
#mainnav ul.active a:active{
	color:#434343;
	background-color:#FFCC33;
}

#mainnav ul.sec{
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
}

#mainnav ul.sec li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.sec a{
	color:#6E6E6E;
	padding-left:25px;
}

#mainnav ul.sec a:hover,
#mainnav ul.sec a:focus, 
#mainnav ul.sec a:active{
	color:#6E6E6E;
	background-color:#fff;
	text-decoration:underline;
}

#mainnav ul.selected{
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
}

#mainnav ul.selected li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.selected a{
	color:#007E7F;
	padding-left:25px; 
	border-bottom:1px solid #fff;
	background-image:url(../pictures/listpoint_menue.gif);
	background-repeat:no-repeat;
}

#mainnav ul.selected a:hover,
#mainnav ul.selected a:focus, 
#mainnav ul.selected a:active{
	color:#007E7F;
	background-color:#fff;
}

#mainnav ul.third{
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
}

#mainnav ul.third li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.third a{
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left:44px;
	color:#6e6e6e;
	background-image:url(../pictures/listdash_menue.gif);
	background-repeat: no-repeat;
	background-position: 35px 7px;
}

#mainnav ul.third a:hover,
#mainnav ul.third a:focus, 
#mainnav ul.third a:active{
	color:#6E6E6E;
	background-color:#fff;
	text-decoration:underline;
}

#mainnav ul.open {
	font:normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
}

#mainnav ul.open li{
	margin:0;
	display: inline; /* verhindert Umbruch in IE 5.0 */
}

#mainnav ul.open a{
	color:#2a358b;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left:44px; 
	border-bottom:1px solid #fff;
	background-image:url(../pictures/listpoint_menue_third.gif);
	background-repeat: no-repeat;
	background-position: 19px -3px;
}

#mainnav ul.open a:hover,
#mainnav ul.open a:focus, 
#mainnav ul.open a:active{
	color:#2a358b;
	background-color:#fff;
}

/***********************************************/
/* DIV tag styles                              */
/***********************************************/

#navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
	width: 100%;
	height: 107px;
	background-image: url(../pictures/bg_linie.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#navigationLinks a:link, #navigationLinks a:visited {
	color: #2A358B;
	padding: 0px 11px;
}

#navigation img {
	margin: 0;
	padding: 0;
}

#navigationLinks {
	position: absolute;
	bottom: 30px;
	left: 358px;
}

#navigationLinks img {
	border-width: 0;
}

#text {
	position: relative;
	margin: 0px 0px 0px 194px;
	padding: 18px 35px 31px 35px;
	font-family: Arial, Helvetica, sans-serif;
	width: 576px;
	background-color: #EFFDFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}

#text a:link, #text a:visited {
	color: #009394;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#text p {
	margin: 0px 0px 12px 0px;
}

#text ul {
	margin: 7px 0px 7px 0px;
	padding-left: 14px;
	list-style-type: square; 
	color: #009394;
}

* html #text ul {
	padding-left: 17px;
	height: 1em;
}

html>body #text ul {
	overflow: auto;
}

#text li {
	padding: 2px 0px 2px 0px;
}

#text img {
	float: left;
	margin: 0 17px 0 0;
}

#schlange {
	position: absolute;
	z-index: 5;
	left: 781px;
	top: 107px;
	margin: 0;
	padding: 0;
}

#firmenname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 70px 0px 0px 15px;
	font-size: 11px;
	color: #0A9FA1;
}

/***********************************************/
/* CLASS tag styles                            */
/***********************************************/
.bildLinks {
	float: left;
	margin: 0px 17px 0px 0px;
}

.designed a:link, .designed a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 82px;
	font-size: 11px;
	color: #c5c5c5;
}

.logos img {
	padding: 0px 0px 12px 15px;
}

/***********************************************/
/* Formular                                    */
/***********************************************/ 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #626262;
}

.formbutton {
	color: #333333;
}

.feldtext {
	text-decoration: none;
	border: 1px groove #999999;
	height: 15px;
}

.formular table {
	padding: 10px 0px 0px 100px;
}

.formular td {
	padding: 0px 0px 5px 0px;
}

#weblication_edit {
	position: absolute;
	left: 229px;
	top: 98px;
}

.gruen {
	color: #009394;
}


/***********************************
Einstiegsseite
************************************/

#enterLogo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#enterSnake {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 5;
}

#enterBalkenDickOben img {
	margin-left: 45px;
}

#enterBalkenDickOben {
	margin: 183px 0px 0px 0px;
	border-bottom: 4px solid #0FA8AA;
	width: 76%;
	float: right;
	padding: 0px;
	line-height: 0px;
	font-size: 1px;
}


#enterBalkenDuennOben {
	margin: 0px 0px 0px 0px;
	background-color: #0FA8AA;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	font-size: 1px;
	border: 0px;
	clear: both;
	border-bottom: 2px solid #fff;
}

#enterBalken {
	background-image: url(../pictures/einstiegsseite/enterBg.gif);
	height: 106px;
	text-align: center;
}

#enterBalken img {
	margin-top: 30px;
}

#enterBalken #enterDeutsch {
	margin-right: 70px;
}

#enterBalken #enterEnglish {
	margin-left: 70px;
}

#enterBalkenDuennUnten {
	background-color: #0FA8AA;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	font-size: 1px;
	border: 0px;
	border-top: 2px solid #fff;
}

#enterBalkenDickUnten {
	border-top: 4px solid #0FA8AA;
	width: 76%;
	float: left;
	text-align: right;
}

#enterBalkenDickUnten img {
	margin-right: 75px;
}

/**********************************
Flash Schrift
**********************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 40px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

td.checkbox {
	padding-top: 7px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
}

td.checkbox div {
	display: inline;
	float: right;
	width: 60px;
}

td.checkbox input {
	vertical-align: -3px;
	margin-right: 1px;
}

html>body td.checkbox input {
	vertical-align: -6px;
	margin-right: 4px;
}

tr.submit td {
	padding-top: 10px;
}

#mitglieder #text {
	width: 586px;
	padding-right: 25px;
}

#mitglieder #text .eintrag {
	display: inline;
	float: left;
	overflow: hidden;
	width: 272px;
	height: 152px;
	margin: 0px 10px 10px 0px !important;
	padding: 20px 0px 5px 8px; 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	background-color: white;
}

#mitglieder #text .eintrag .logo,
#mitglieder #text .eintrag .daten {
	display: inline;
	float: left;
}

#mitglieder #text .eintrag .logo {
	width: 100px;
	margin: 2px 10px 0px 0px;
}

#mitglieder #text .eintrag .logo a,
#mitglieder #text .eintrag .logo img {
	display: block;
}

#mitglieder #text .eintrag .logo img {
	margin: 0px auto !important;
}

#mitglieder #text .eintrag .daten {
	width: 162px;
	font-size: 11px;
}

#mitglieder #text .eintrag .daten h2,
#mitglieder #text .eintrag .daten p a {
	color: #464646 !important;
}

#mitglieder #text .eintrag .daten h2 {
	margin: 0px !important;
	font-weight: bold;
	line-height: normal !important;
	letter-spacing: normal !important;

}

#mitglieder #text .eintrag .daten p {
	margin: 5px 0px 0px !important;
	line-height: normal !important;
}

#mitglieder #text .eintrag .daten p a.email {
	white-space: nowrap;
}
