html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 12px;	
}
table.rahmen_table {
	border: solid 1px #444444;
	margin-top: 8px;
	margin-bottom: 8px;
}

table.rahmen_table th {
	border-left: solid 1px #444444;
	padding: 4px;
	font-weight: bold;
}

table.rahmen_table td {
	border-left: solid 1px #444444;
	padding: 4px;
}
tr.zelleGrau, td.zelleGrau {background-color: #E7E7E7;}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	background: #444444 url(../Images/home_bg.gif) repeat-y;
}

body.intro {
	background: #000000 url(../Images/page_bg.gif) repeat-y;
}

img {
	border-style: none;
	margin: 0;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
}



/* Logo at top */
div.mainTop {
	width: 855px; 
	margin: 0px 0 15px 80px;
	padding: 15px 0 0 0px; 
	text-align: left; 
}

.maxim {
	margin:0;
}

.logo {
	/*left:128px;*/
	left:202px;
	margin-right:0;
	position:relative;
}

.intro .logo {
	/*left:178px;*/
	left:210px;
}

div.mainContent {
	width: 910px; 
	margin: 15px 0 15px 40px;
	padding: 0px; 
	text-align: left; 
}

.intro div.mainContent {
	width: 873px; 
	margin: 15px 0 15px 80px;
	background: url(/fileadmin/templates/img/intro.jpg) 0 0 no-repeat;
}

div#mainMenu {
	margin-left: 40px;
	padding-top: 25px;
	padding-bottom: 80px;
}



.intro div#mainMenu {
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 320px;
	position:absolute;
	top:100px;
	z-index:999999;	
}

.intro div#mainMenu ul ul {z-index:9999991;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			16px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	
}
.sf-menu a {
	border-right:	1px solid #fff;
	padding: 		2px 45px 2px 10px;
	text-decoration:none;
	font-size: 13px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#C7EAFB;
	font-size: 13px;
}
.sf-menu li li {
	background:		#FFF;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}
.sf-menu li li a {
	padding: 		5px 5px 5px 10px;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#C7EAFB;
	outline:		0;
}

li.current,.sf-menu li.current:hover, .sf-menu li.current.sfHover {
	border-left:	1px solid #fff;
	border-right:	1px solid #fff;
	padding: 		2px 31px 2px 10px;	
	background:		#636363;
	color: 			#000;
}


/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* meu on the page */
div.subMenu {
	margin-left: 0px;
	width: 140px;
	background-color: #ced3d6;
	overflow: hide;
	float: left;
}

/* menuitems */
div.subMenu a {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

div.subMenu a:hover {
	background-color: #e7e7e7;
}




.subline {margin-left: auto; margin-right:23px; width: 853px; text-align: left; margin-top: 15px; color:#FFF; font-size:13px;z-index: 1000000;}

.subline a:link,
.subline a:visited,
.subline a:active,
.subline a:hover { text-decoration:none; color:#FFF; font-size:15px;}
.subline img { margin-left:23px;}


.bottomBar {
	clear:both;
	margin-top:30px;
	margin-bottom:10px;
	width: 100%; 
	z-index: 10;
}

.bottomBar .csc-textpic {
	width:200px;
	height:110px;
	float:left;	
	color:#FFF;
	font-size:10px;
	margin-right:18px;
}

.bottomBar .csc-textpic a:link,
.bottomBar .csc-textpic a:hover,
.bottomBar .csc-textpic a:visited { color:#FFF; text-decortaion:none; font-size:10px;}	
.bottomBar .csc-textpic .internal-link {
	background:transparent url(../img/arrow.gif) no-repeat scroll left 3px;
	display:block;
	font-size:10px;
	margin-top:5px;
	padding-left:8px;	
}

.bottomBar div.csc-textpic-clear {
	clear:none; display: none;
}

.content {
	margin-left: 140px;
	width: auto;
	overflow: auto;
	padding-left: 27px;
	padding-right: 30px;
	color: #6B6D73;
}


p.bodytext {
	font-size:1em;
	letter-spacing:0;
	line-height:1.3em;
	text-decoration:none;
	word-spacing:normal;
}

h1 { font-size: 18px; margin:14px 0;}
h2 { font-size: 16px; margin:14px 0;}
h3 { font-size: 14px; margin:14px 0;}

.csc-textpic { margin-bottom: 10px; }
.csc-textpic-clear { height:10px;}
.csc-textpic-caption {font-size:11px;}

table.contenttable { width:100%;}
table.contenttable tr th {padding: 8px 10px 8px 4px }
table.contenttable tr td {padding: 4px 10px 4px 4px }

.gmapDir,
.gmapDir a {color:#e3171c; font-size: 11px}

/*******************
* csc-Mailform
********************/

.csc-mailform {
border: none; /* Rand ausschalten */
margin: 10px 0;
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:100px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:250px;
border: 1px solid #333;
background:#F4F4F4;
padding:1px;
margin-bottom:10px;
margin-left:10px;
}

.csc-mailform-field input.csc-mailform-submit{
margin-left: 110px;
display:inline;
}

.csc-mailform-submit {
clear: both;
}


.tx_steinlexikon {}	

.tx_steinlexikon .contenttable caption { display: none;}
.tx_steinlexikon table.contenttable,
.tx_steinlexikon table.contenttable tr,
.tx_steinlexikon table.contenttable td  { border: 0px solid #FFF;}		
.tx_steinlexikon table.contenttable td {padding: 0 10px 2px 0px }	

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
