/* ***** colors ***** */
/*
blue 1: #252d33;
blue 2: #3b4248;
blue 3: #62686d;
blue 4: #dceaf2;
blue 5: #88a5bf;
orange 1: #d95525;
orange 2: #e9bf85;
*/
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	/* color: #d95525; */
	color: #3b4248;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3b4248;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	color: #252d33;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #3b4e48;
	margin: 0px;
}
p {
	margin-bottom: 20px;
}
li {
	list-style-position: outside;
	margin-left: 20px;
}
html, body {
	/* background-color: #fbf6ee; */
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
strong {
	font-weight: normal; 
}
.blog strong {
	font-weight: bold;
}
img {
	/* display: block; */
}
a {
	/*color: #62686d;*/
	color: #609cbf;
	font-weight: bold;
	border: none;
	text-decoration: none;
}
a img {
	border: none;
	display: block;
}
a:hover {
	color: #88a5bf;
}
.footer a {
	color: #1f2626;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	color: #8fb36b;
}
.clear {
	clear: both;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px;
} 
.logo {
	width: 350px;
	padding-top: 30px;
	padding-left: 50px;
}
.l1 {
	margin-right: 20px;
	float: left;
}
.l2 a{
	display: block; 
}
.image {
	clear: both;
	width: 100%;
	height: 400px;
	background-color: #252d33;
	background-image: url(images/bg_image2.gif);
	background-repeat: repeat-x;
	/* border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3b4248; */
	text-align: right;
}
.colspace {
	width: 100%;
	height: 0px;
	background-color: #e9bf85;
	overflow: hidden;
}
.cont {
	width: 1001px;
	float: right;
	color: #5c6873;
}
.contL {
	padding: 25px;
	float: left;
	width: 350px;
	}
.contR {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 50px;
	/* border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #88a5bf; */
	float: right;
	width: 525px;
	height: 100%;
	}
.push {
	height: 10px;
	clear: both;
}
.footer {
	height: 10px;
	background-color: #9199a1;
	padding-left: 50px;
} 
.footer_innen {
	padding-top: 15px;
}
.trenner {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 1px;
	width: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #88a5bf;
}
/* ****************************** blog ****************************** */
.blog {}
.blog .date {
	font-size: 10px;
	float: left;
	margin-right: 10px;
}
.blog .title {
	font-weight: bold;
}
.blog .cat {
	font-size: 10px;
}
.sidebar {}
.sidebar a {
	color: #62686d;
	font-weight: normal;
	text-decoration: none;
}
.sidebar a:hover {
	color: #88a5bf;
}
.sidebar li {
	list-style-position: inside;
}
.blog ul {
	list-style-position: outside;
	margin-left: 50px;
}
.blog li {
	margin-bottom: 10px;
}
.feedback {

}
.meta {
	color: #252d33;
	margin-top: 10px;

}
.approval {
	color: #d95525;
	margin-bottom: 10px;
}
/* ****************************** contact-form ****************************** */
form {}
.note {
	clear: both;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 0px;
}
input {
	color: #666666;
	padding: 5px;
	margin-bottom: 10px;
	float: right;
	width: 375px;
	border: 1px solid #62686d;
	background-color: #dceaf2;
	/*margin-bottom: 10px;*/
}
input:hover {
	border: 1px solid #9199a1;
	background-color: #c5d2d9;
}
input:focus {
	color: #CCCCCC;
	border: 1px solid #62686d;
	background-color: #404e59;
}
textarea {
	color: #666666;
	padding: 5px;
	margin-bottom: 10px;
	float: right;
	width: 375px;
	border: 1px solid #62686d;
	background-color: #dceaf2;
	overflow: auto;	/*margin-bottom: 10px;*/
}
textarea:hover {
	border: 1px solid #9199a1;
	background-color: #c5d2d9;
}
textarea:focus {
	color: #CCCCCC;
	border: 1px solid #62686d;
	background-color: #404e59;
}
label {
	width: 125px;
	clear: both;
	padding: 3px;
	margin-bottom: 10px;
	float: left;
}
.sendbutton {
	width: 385px;
}
/* ****************************** websites ****************************** */

/* ****************************** index ****************************** */
.indexwrapper {
	left: 50%;
	top: 50%;
	color: #62686d;
	margin-top: -150px;
	margin-left: -300px;
	height: 300px;
	width: 600px;

	position: absolute;
	text-align: center;
}
.backlinks {
	font-size: 9px;
	line-height: 14px;
}
