/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Coded by Anthony Yeung (http://smallpark.org)
May 24 2005
It would be nice if you could leave this here, thanks.
=======================================================
*/

html,body {
	margin:0;
	padding:0;
	background: #eef2f4;
	text-align:center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
}

div#content a, div#extra a, div#sidebar a {
	color: #6D8FA8;
	font-weight: bold;
	text-decoration: none;
/*	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;*/
	padding: 1px;
}

div#content a:link , div#extra a:link, div#sidebar a:link {
	color: #6D8FA8;
}

div#content a:visited , div#extra a:visited, div#sidebar a:visited {
	color: #FFBA27;
}

div#content a:hover , div#extra a:hover, div#sidebar a:hover {
	color: #FFBA27;
	font-weight: bold;
	text-decoration: none;
/*	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;*/
	padding: 1px;
}

div#header {
	border-bottom: 1px solid #EEE;
	background: url(img/header.jpg) no-repeat;
	height: 200px;
}

div#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFBA27;
	letter-spacing: -1px;
}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	margin-top: -15px;
}


/* style the outer div to give it width */
.menu {
	height: 43px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	z-index: 99;
}

/* style the links for the top level */
.menu a,.menu a:visited {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	color: #333;
	padding: 10px;
	text-align: center;
}

/* style the second level background */
.menu ul ul a.drop,.menu ul ul a.drop:visited {
	background: #949e7c;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #c9ba65;
}

/* style the third level background */
.menu ul ul ul a,.menu ul ul ul a:visited {
	background: #e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0;
	width: 200px;
}


/* position the third level flyout menu */
.menu ul ul ul {
	left: 150px;
	top: 0;
	width: 150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menu ul ul a,.menu ul ul a:visited {
	background: #e2e2e2;
	color: #000;
	height: auto;
	line-height: 1.2em;
	padding: 5px 10px;
	text-align: left;
	border-top: 2px solid #fff;
	filter: alpha(opacity =                                             85);
	opacity: .85;
	width: 200px /* yet another hack for IE5.5 */
}

* html .menu ul ul a {
	width: 200px;
	w\idth: 200px;
}

/* style the top level hover */
.menu a:hover,.menu ul ul a:hover {
	background: #eee;
	background-position: 50% 5px;
	background-repeat: no-repeat;
	color: #000;;
	background-repeat: no-repeat;
}

.menu ul ul a:hover {
	background: #f2f2f2;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}




#container {
text-align:left;
color: #444;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
margin-top:8px;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1000px;
	clear: both;
}

.content_left {
	margin-left: 20px;
	margin-right: 20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 750px;
	float: left;
}

#contact {
	width: 190px;
	float: left;
}

.content_left p, .content_left li {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #444;
line-height:1.3em;
}

.content_left h1 {
font-size: 1.6em;
font-weight: normal;
color: #6d8fa8; 
text-decoration: none; 
padding: 3px 6px; 
background-color: #F9F9F9; 
border-bottom: 1px solid #F1F1F1; 
border-right: 1px solid #F1F1F1;
text-align: center;
}

.content_left h2 {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
color: #444;
margin: 0;
padding: 0;
}

div#footer p {

margin:0;padding:5px 10px;
}

div#container {
width:1000px;
margin:0 auto;
text-align: left;
overflow: hidden;
background: #eef2f4;
}

div#footer {
	text-align: center;
margin-top: 100px;
background-color: #999;
color: #FFF;
font-size: 0.8em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
width:100%;
}

div#footer a, div#footer a:hover {
margin-top: 10px;
background-color: #333;
color: #FFF;
font-size: 0.8em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
width:100%;
color: #FFBA27;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #333; 
border-right: 1px solid #333;
}


/* Quote Box */

.quote {
       border:1px solid #9FCFFF;
       background:#D7EBFF url(img/quote-left.gif) no-repeat left top;
       margin-left: 10%;
       margin-right: 10%;
       margin-top: 10px;
       padding-left: 40px;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       font-size:0.8em;
       font-family:Arial
}

.quote div {background: transparent url(img/quote-right.gif) right bottom no-repeat;
     padding-right: 40px;
     padding-bottom: 10px;
}

/* Font Size */

#fontsize {
	text-align: right;
	width: 100%;
}

#fontsize a {
	color: #6D8FA8;
}

.tx-dynamicfontsize-pi1 {
	margin-top: -5px;
	margin-left: 5px;
}

/* Top Link */

#options {
	clear: both;
}

#toplink {
	float: right;
}

#toplink a {
	color: #6D8FA8;
	font-size: 0.9em;
}

/* Print Link */

#printlink {
	float: left;
}

#printlink a {
	color: #6D8FA8;
	font-size: 0.9em;
}

/* Contact */

#contact_box {
	font-size: 0.9em;
	padding: 10px;
	background: #fff;
	width: 190px;
	margin-top: 34px;
}

#contact_box h1 {
	font-size: 1.1em;
	text-decoration: underline;
}

#contact_box img {
	border: none;
}

/* Contact Form */

#kontakt_left, #kontakt_right {
	float: left;
	margin-left: 75px;
}

#kontakt_submit {
}

.kontakt_button {
	width: 100%;
	background: #e2e2e2;
	border: 1px solid #999;
}

.tipsbox p, .tipsbox {
border:0pt none;
color:#FFFFFF;
font-family:arial;
font-size:1em;
margin:0pt;
padding:0pt;
}
