/*	
Template Name: Askari
Description: a Combosa Business Template
Version: 1
Lizenz 201192
Author: Jürgen Rübig Firma Combosa (D)

*/

/*======================================================================================================
pre, blockquote, ul, ol, address, code, blockquote
======================================================================================================*/
pre, blockquote, ul, ol, address, code, blockquote, .sidelist {
    margin: 0 0 30px 20px;
	font-weight: normal;
}

h4 {
    font-size: 28px;
	color: #F26A03;
}
h5 {
    font-size: 22px;
	color: #F26A03;
}
h6 {
    color: #F26A03;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
h6 a {
    color: #F0F0F0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
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 {
    border: medium none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*======================================================================================================
list elements
======================================================================================================*/
.play {list-style-image: url("images/icons/play.png");}
.ok {list-style-image: url("images/icons/ok.png");}
.no {list-style-image: url("images/icons/no.png");}
.plus {list-style-image: url("images/icons/plus.png");}
.star {list-style-image: url("images/icons/star.png");}
.pen {list-style-image: url("images/icons/pen.png");}
.help {list-style-image: url("images/icons/help.png");}
.right_arrow {list-style-image: url("images/icons/right_arrow.png");}
.info-li {list-style-image: url("images/icons/info-li.png");}
.print {list-style-image: url("images/icons/print.png");}
.icon { background: url("images/icons/no.png") no-repeat right 0; text-shadow: 0 1px 1px #0c5b76; }
ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
}
ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
.sidelist li{
    color: #333;
    font-size: 13px;
    list-style: square;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #000;
	height: 1px;
	width: 100%;
}
.clearfix {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    height: 1px;
}
.line{ 
	width:100%; 
	height:2px; 
	margin-bottom:10px; 
	background:url("images/hr.png") repeat-x;
}
/*======================================================================================================
notifications mit fade out
======================================================================================================*/
.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	height: 30px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 10px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
    color: #333333;
    font-size: 13px;
    margin: 0;
    padding-left: 8px;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(images/icons/warning.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #FFC237;
	background-color: #FFEBA9;
	color: #826200;
}
.success {
	background-image: url(images/icons/success.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #99C600;
	background-color: #C4F1A3;
	color: #3C5A01;
}
.failure {
	background-image: url(images/icons/failure.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #EB5339;
	background-color: #FFCCCC;
	color: #AC260F;
}
.information {
	background-image: url(images/icons/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #418ACC;
	background-color: #B7E5FF;
	color: #235685;
}
.lock {
	background-image: url(images/icons/lock.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-color: #dfdfdf;
	color: #835F21;
}

/*======================================================================================================
blockquote
======================================================================================================*/
blockquote {
    background: url("images/icons/blockquote1.png") no-repeat scroll 5px 5px transparent;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    padding: 1px 63px;
    width: 89%;
}
blockquote cite {
    background: url("images/icons/blockquote2.png") no-repeat scroll right bottom transparent;
    color: #555;
    display: block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 1px;
    padding: 11px 40px 0 0;
    text-align: right;
}
/*======================================================================================================
pre für html und css code
======================================================================================================*/
pre {
    background-image: url("images/icons/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
======================================================================================================*/
address {
	background:url("images/icons/address.png") no-repeat scroll 10px 5px #111;
	border:1px dashed #000;
	margin:4px 1px 0px 0px;
	padding:33px 38px 40px;
	text-indent:34px;
	font-size:17px;
	color: #555;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
address p {
	margin:0;
	padding:0;
}
