/*	
Template Name: Asali
Description: Ein Combosa php Template für das Websitebaker CMS
Version: 1
Lizenz: 2011100
Author: Jürgen Rübig Firma Combosa (D)

*/

/*********************************************************************************************************
1.) Styles for specials paragraphs h1 h2 h3 h4 h5 h6, notices, warnings, code, form and address
**********************************************************************************************************/
body {}
a{ color:#379ADE; text-decoration:none;}

hr {
	margin: 15px 0px 15px 0px;
	color: #cacaca;
	height: 1px;
	width: 100%;
}
h1{font-size:42px;}
h2{font-size:28px;}
h3{font-size:25px;}
h4{font-size:20px;}
h5{font-size:17px;}

h6{font-size:15px;color:#8e8e8e;margin:0px;margin-top:20px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{ border:none;}
h1, h2, h3, h4, h5 {margin-bottom:10px;margin-top:10px;font-weight:normal;color:#8e8e8e;}
input,
textarea {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'Verdana', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
  font-size: 15px;
  margin:0px;
  padding:5px;

}
.noti_warning{ 
	background:url(img/block_32.png) 10px center no-repeat #ffcccc; 
	border:1px solid #ff9999; 
	color:#be3a3a; 
	text-align:left; 
	padding:15px 52px; 
	margin-bottom:20px;
}
.noti_note{ 
	background:url(img/warning_32.png) 10px center no-repeat #ffeba9; 
	border:1px solid #eec63f; 
	color:#9a802a; 
	text-align:left; 
	padding:15px 52px; 
	margin-bottom:20px;
}
.noti_info{ 
	background:url(img/address_32.png) 10px center no-repeat #b7e5ff; 
	border:1px solid #5495c7; 
	color:#3580ab; 
	text-align:left; 
	padding:15px 52px; 
	margin-bottom:20px;
}
.noti_success{ 
	background:url(img/tick_32.png) 10px center no-repeat #c4f1a3; 
	border:1px solid #90c249; 
	color:#4e7c2d; 
	text-align:left; 
	padding:15px 52px; 
	margin-bottom:20px;
}
blockquote {
	background: #eee url(img/blockquote1.png) no-repeat 5px 5px;
	padding: 20px 20px 20px 40px;
	border: 1px solid #ccc;
	margin-left: 0;
	color:#333;
}
blockquote cite {
	display: block;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 1px;
	text-align: right;
	background: url(img/blockquote2.png) no-repeat right bottom;
	padding: 10px 40px 20px 0;
	color:#000;
}
pre {
	background: transparent url('img/tabelle.png') repeat 5px 5px;
	padding: 30px 20px 20px 40px;
	border: 1px solid #ccc;
	margin-left: 0;
	overflow:auto;
	color:#fff;
}
/*Tabellen*/
th { 
	background:#fff;
	border-bottom:1px solid #ccc;
	color:#333;
	font-weight:bold;
	height:33px;
	text-align:center;
	padding-left:13px;
	padding-right:13px;
}
.row1 {
	background-color:#ddd;
	height:28px;
	color:#111;
}
.row2 {
	background:#fff;
	height:28px;
	color:#333;
}