/*	
Template Name:  hawana
Description:    a lepton-cms free-template
Version:        1
License:        http://creativecommons.org/licenses/by/3.0/
Author:         J.R.Combosa (D) http://www.combosa.com
Requirements:   PHP 5.2.x and higher
template_guid   8719bd8e-1142-4dd4-bfaa-4d37e43ce475
*/

html, body {	
	min-height: 101%;
	}
	
body {
	font:12px/18px Arial,Helvetica,sans-serif;
	color: #000;
	padding: 0;
	margin: 0px;
	background:#eee url("images/background.png") repeat-x;
}

a:link, a:visited, a:active {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #cc6600;
}


p {
	padding: 0;
	margin: 0;
}


.linksbuendig {text-align: left;}
.rechtsbuendig {text-align: right;}
.zentriert {text-align: center;}
.blocksatz {text-align: justify;}



h1 {
	font-size:18px;
	line-height:30px;
	letter-spacing: 0.1em;
	margin:8px 0pt;
	padding:0pt;
	color:#353831;
}
h2 {
	font-size:16px;
	line-height:30px;
	letter-spacing: 0.1em;
	word-spacing:3px;
	margin:8px 0pt;
	padding:0 0 0 10px;
	color:#353831;
	background: #FFCC00;
}
h3 {
	font-size:14px;
	line-height:30px;
	letter-spacing: 0.1em;
	margin:8px 0pt;
	padding:0pt;
	color:#353831;
}
h4 {
	font-size:12px;
	line-height:30px;
	letter-spacing: 0.1em;
	margin:8px 0pt;
	padding:0pt;
	color:#353831;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #999;
	height: 1px;
	width: 100%;
}

img {border: 0px;}

/***********************************
	container
************************************/
#mainContainer { 
	background: url("images/content.png") repeat;
    margin: 0 auto 0;
    padding: 0;
    width: 900px;
}

/***********************************
	head
************************************/
#head {
	background:#ffcc00 url("images/header.png") no-repeat;
	padding: 0px 0px 0px 0px;
	width:900px;
	height: 200px;
	position: relative;
}

/* Der Titeltext im Header (Kopfbereich der Seite)  */
#head h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #993333;
	position: absolute;
	top: 150px;
	left: 210px;
}

/***********************************
	sidebar
************************************/
#sidebar {
	background:#ffcc00;  /* war= #ffcc00;  */
    border-left: 1px solid #CCCCCC;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
    width: 201px;
}
#search {
	font-size:11px;
	width:168px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
}

#search legend {
	display:none;
}

#search fieldset {
	padding:10px;
	border: medium none;
}
  
#search input[type='text'] {
	background:#fff;
	border: 1px solid #ccc;
	color:#333;
	width:130px;
}

#search input[type='submit'] {
	width:80px;
	border: 1px solid #ccc;
	color:#333;
	background:#eee;
	text-align:center;
	margin-top:10px;
	margin-left:36px;
}



.menu{text-align: left;}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 8px 23px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FF9D00;
}
.menu_current {
	background-color: #FF9D00;
}



/***********************************
	hinweis hervorhebung
************************************/
.hinweis {
	background-color: #990000;
	color: #fff;
	font-size: 1.3em;
	line-height: 150%;
	padding: 5px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	border: 1px solid #000000;
}


/***********************************
	main content 1
************************************/
#mainContent {
	float:left;
	width: 612px; /* war 412 */
	padding: 0 5px 8px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #990000;
	border-bottom: 1px dotted #ccc; 
}
#mainContent a:hover {
	color: #cc6600;
}


.clearfix{ clear:both; height:1px; background:transparent;}

.noti_warning{ 
	background:url("images/block_32.png") 10px center no-repeat #ffcccc; 
	border:1px solid #ff9999; 
	color:#be3a3a; 
	text-align:left; 
	padding:20px 52px; 
	margin-bottom:20px;
}
.noti_note{ 
	background:url("images/warning_32.png") 10px center no-repeat #ffeba9; 
	border:1px solid #eec63f; 
	color:#9a802a; 
	text-align:left; 
	padding:20px 52px; 
	margin-bottom:20px;
}
.noti_info{ 
	background:url("images/address_32.png") 10px center no-repeat #b7e5ff; 
	border:1px solid #5495c7; 
	color:#3580ab; 
	text-align:left; 
	padding:20px 52px; 
	margin-bottom:20px;
}
.noti_success{ 
	background:url("images/tick_32.png") 10px center no-repeat #c4f1a3; 
	border:1px solid #90c249; 
	color:#4e7c2d; 
	text-align:left; 
	padding:20px 52px; 
	margin-bottom:20px;
}

pre {
    background-image: url("images/code.png");
    border: 1px solid #C7C7C7;
    color: #333333;
    display: block;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    line-height: 19px;
    margin: 0;
    outline: 0 none;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 30px;
    vertical-align: baseline;
}
address{
	background: none repeat scroll 0 0 #e1f9bb;
    border: 1px solid #ccc;
    color: #990000;
    display: block;
    font-size: 16px;
    padding: 20px;
}
blockquote {
	background:transparent url("images/sprite.png") no-repeat scroll -168px -166px;
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	margin:9px 0;
	padding:10px 50px;
}
blockquote cite{color:#000;display:block;font-size:12px;}	
a img {border:none;}


.block input, .block textarea, .block select {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}
.block textarea, .block select {
	width: 98%;
}
.block select {
	width: 532px;
}
.block input:focus, .block textarea:focus, .block select:focus  {
	border: 1px solid #ccc;
	color: #333;
	background-color: #dfdfdf;

}
.block input:hover, .block textarea:hover, .block select:hover  {
	border: 1px solid #ccc;
	color: #000;
	background-color:#dfdfdf;
}
.block input[type=text] {
	height: 27px;
    padding: 0 0 0 4px;
    width: 280px;
}
.block input[type=submit], .block input[type=reset] {
	height: 28px;
	padding-bottom: 2px;
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	float: left;
}
.block input[type=submit]:hover, .block input[type=reset]:hover {
	border: 1px solid #ccc;
	color: #000;
	background:#999;
}
.block input[type=radio], .block input[type=checkbox] {
	border: 0px;
	background-image: none;
}

.block td.field_title {
	width: 150px;
}
/***********************************
	main content 2 Rechte Seite
************************************/
#right { 
	background:#FFFFFF;
    border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    float: right;
    padding: 15px;
    width: 200px;
	margin-top: 0px;
}

/***********************************
	separator
************************************/

#footer-1{
	background: url("images/footer.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #333333;
    height: 3px;
    margin-bottom: 30px;
    text-align: center;
}
/***********************************
	footer
************************************/

#footer {
	color: #333;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
	margin-bottom: 30px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #03274d; color: #03274d; 
}

/* Foldergallery - Keine Titel */

.gallerytitle, .categories_title, .view_title {
	display: none;
}

