/*
Theme Name: Monotech Premium Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial, Helvetica;
	color: #000000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
p {	
	margin: 18px 0;
	}
a {
	text-decoration: none;
	color: #0751b6;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 974px;
	margin: auto auto;
	text-align: left;
	background: #ffffff;
}

/** BEGIN header **/
#header {
	height: 200px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	height: 150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 183px;
	background-position: right bottom;
}
#logo2 {
	width: 183px;
	font-size: 1.1em;
	color: #777586;
	text-align: center;
	height: 30px;
}
#topText1 {
	top: 7px;
	float: right;
	visibility: visible;
	z-index: 4;
	right: 45%;
	clear: both;
	position: absolute;
	font-size: 0.9em;
	color: #707485;
}
#topText2 {
	top: 23px;
	float: right;
	visibility: visible;
	z-index: 5;
	right: 46%;
	clear: both;
	position: absolute;
	font-size: 1.7em;
	color: #114ea2;
}

	#header ul {
		list-style-type: none;
		height: 60px;
	}
		#header ul li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			color: #9CC8EF;
			background: url(images/divider.gif) no-repeat 0 center;
			padding-left: 1px;
		}
		#header ul li.f {
			background: none;
		}
		#header ul li a {
			color: #9CC8EF;
			padding: 40px 15px 11px;
			display: block;
		}
		#header ul li a:hover {
			
		}
	#header h1 {
		text-transform: uppercase;
		font-size: 2.5em;
		font-weight: normal;
		padding: 25px 0 5px 20px;
	}
		#header h1 a {
			color: #ffffff;
		}
	#header p {
		color: #A1C2E1;
		font-size: 1.2em;
		font-weight: bold;
		padding-left: 20px;
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 755px;
	float: left;
	padding: 10px;
}
	#content #latest {
		border-top: 4px solid #e5e5e5;
	}
		#content #latest h2 {
			font-size: 1.5em;
			border-bottom: 1px dotted #B7B7B7;
			padding: 5px 0;
			margin-bottom: 20px;
		}
			#content #latest h2 a {
				color: #000000;
			}
		#content #latest img {
	
		}
		#content #latest .post {
			float: right;
			width: 400px;
			padding: 5px;
		}
			#content #latest .post p {
				margin-bottom: 10px;
			}
			#content #latest .post .readmore {
				font-size: 0.9em;
				float: right;
				margin: 20px 0 10px;
			}
	#content #csidebar {
		clear: both;
		width: 170px;
		float: left;
	}
		#content #csidebar h2 {
			border-top: 4px solid #e5e5e5;
			border-bottom: 1px dotted #B7B7B7;
			font-size: 1.2em;
			text-transform: uppercase;
			padding: 8px 0;
		}
		#content #csidebar h3 {
			font-size: 1.25em;
			
		}
		#content #csidebar ul {
			list-style-type: none;
			padding-bottom: 10px;
		}
			#content #csidebar ul li {
				border-bottom: 1px solid #E2E2E2;
				padding: 6px 0;
			}
			#content #csidebar ul li a {
				color: #555c68;
			}
			#content #csidebar ul li a:hover {
				color: #e00003;
				text-decoration:underline;
			}
	#content #ccontent {
		width: 570px;
		float: right;
	}
		#content #ccontent h2 {
			border-top: 4px solid #e5e5e5;
			font-size: 2em;
			
			padding: 8px 0;
			margin-bottom: 2px;
		}
		
					#content #ccontent a {
	color: #0751b6;
	text-decoration: underline;
			}
			#content #ccontent a:hover {
	color: #dd0000;
			}
		
		#content #ccontent .post {
			padding-bottom: 20px;
			border-bottom: 1px solid #E2E2E2;
			margin-bottom: 2px;
		}
			#content #ccontent .post h3 {
				font-size: 1.4em;
				clear: both;
				padding-bottom: 4px;
				padding-top: 4px;
			}
			#content #ccontent .post a {
	color: #0751b6;
	text-decoration: underline;
			}
			#content #ccontent .post a:hover {
	color: #dd0000;
			}
			#content #ccontent .post h3 a {
				
			}
			#content #ccontent .post .details {
				text-transform: uppercase;
				font-size: 0.9em;
				padding-bottom: 10px;
				margin-left: -5px;
			}
			#content #ccontent .post .details a {
				margin: 0 5px;
			}
			#content #ccontent .post img {
				
				
				
			}
			#content #ccontent .post p {
				margin-bottom: 10px;
				font-size: 1.1em;
			}
			#content #ccontent .post .readmore {
				float: right;
				clear: both;
				font-size: 0.9em;
				margin-bottom: 10px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 185px;
	padding-right: 10px;
}
	#sidebar .box {
		border-top: 4px solid #e5e5e5;
		margin-top: 10px;
	}
		#sidebar .box h2 {
			font-size: 1.2em;
			text-transform: uppercase;
			padding: 8px 0;
			border-bottom: 1px dotted #B7B7B7;
		}
		#sidebar .box p {
			margin: 5px 0 10px;
		}
		#sidebar .box form {
	width: 185px;
	height: 27px;
	background: url(images/search.gif) no-repeat 0 0;
	margin-top: 8px;
	
		}
			#sidebar .box form input {
	float: left;
	border: 1px solid #ffffff;
	width: 137px;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 4px;
			}
			#sidebar .box form button {
	float: left;
	border: 0;
	text-indent: -9999px;
	width: 35px;
	height: 30px;
	background-color: transparent;
	cursor: pointer;
			}
		#sidebar .box ul {
			list-style-type: none;
			padding-bottom: 10px;
		}
			#sidebar .box ul li {
				border-bottom: 1px solid #E2E2E2;
				padding: 6px 0;
			}
			#sidebar .rc a {
				font-weight: bold;
			}
			#sidebar .rc li {
				padding: 0 !important;
			}
	#sidebar a {
		color: #0058a7;
		text-decoration:underline;
	}
	#sidebar a:hover {
		color: #dd0000;
		text-decoration:underline;
	}
	#sidebar h3 {
	font-size: 1.2 em;
	color: #FFFFFF;
	display: block;
	background-image: url(images/specbg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 137px;
	padding-top: 4px;
	padding-left: 15px;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	padding: 15px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color:#666666;
	
}


	#footer .wrapper {
		width: 974px;
		margin: auto auto;
		text-align: left;
		
	}
	#footer a {
		color: #0751b6;
		text-decoration:underline;
	}
	#footer a:hover {
		color: #dd0000;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

/** BEGIN misc **/
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}
#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
	}
	#content .single .details .l {
		float: left;
		width: 45%;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 45%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 2em !important;
	text-transform: none !important;
}
#comments {
	
}
	#comments h2 {
		margin: 20px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
/** END misc **/

#spec
{
	font-size: 1.4em;
	color: #666666;
	margin-top: 12px;
	font-weight: bold;
	}
#spec #h3
{
	font-size: 1.2em;
	color: #666666;
	margin-top: 12px;
	font-weight: bold;
	}
#kurs
{
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
	}
.kurs2
{
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 5px;
	}
#box3
{
	border-top: 4px solid #e5e5e5;
			padding: 8px 0;
			}
.telMini {
	font-size: 0.8em;
	}
.text12 {
	font-size: 0.9em;
	color: #666666;
	}
	
.tarif {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;

}
hr {
	margin-top: 15px;
	margin-bottom: 12px;
}
.chere {
	background-image: url(images/chere.jpg);
	background-repeat: no-repeat;
	background-position: 270px 0px;
}
#lang
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	text-align: right;
	width: 965px;
	padding-top: 3px;
			}
			
#lang a
{
text-decoration:underline;
			}
#lang a:hover
{
color: #DD0000;
			}