* {
	border: 0;
}

body {
	background: #d1d6d6; 
	background-image: url(../images/body_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
}

.cl {
	clear: both;
}

/* CONTAINER */
div#container {
	margin: auto;
	padding: 0 20px 0 20px;
	width: 960px;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}

h1 {
	color: #18A3B8;
	margin-top: 0;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;	
}

h2, h3 {
	font-family: verdana;
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color: #18A3B8;
	text-decoration: none;
}

a:hover {
	-webkit-transition: linear 0.3s;
	color: #008899;
	text-decoration: underline;
}

/* SIDENAV */

div#sidenav {
	margin-top: 16px;
}

div#sidenav ul {
	margin: 0 0 7px 10px;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: black;
	list-style-type: none;
}

div#sidenav ul li a {
	padding: 3px 2px 3px 13px;
	text-decoration: none;
	display: block;
	width: 124px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	margin-top: 1px;
	height: 12px;
	color: black;
	background-image: url(../images/nav/bg_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#sidenav ul li a.main, div#sidenav ul li a.main-on{
	padding: 4px 11px 4px 4px;
	font-weight: bold;
	border-top: 1px solid #aaa;
	background-image: url(../images/nav/bg_main_off.png);	
	background-position: top left;
}

div#sidenav ul li a:hover, div#sidenav ul li a.on {
	-webkit-transition: linear 0.15s;	
	background-image: url(../images/nav/bg_over.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: white;
}

 div#sidenav ul li a.on {
	background-image: url(../images/nav/bg_on.png);
}

div#sidenav ul li a.main:hover, div#sidenav ul li a.main-on {
	-webkit-transition: linear 0.25s;	
	background-image: url(../images/nav/bg_main_on.png);
	background-position: bottom left;
	color: #18A3B8;
}

/* HEADER */
div#header {	
	width: 960px;
	height: 130px;
	margin-bottom: 10px;
}

/* NAVI */
div#sidenav {
	float: left;
	width: 160px;
}

/* CONTENT */
div#content {
	padding: 20px 0 20px 20px;
	float: left;
	width: 600px;
	line-height: 1.5em;
}

div#content p {
	width: 560px;
}

div.col {
	width: 250px;
	margin-right: 50px;
	float: left;
}

div.col p {
	width: 100% !important;
}

div#content ul {
	list-style-image: url(../images/icons/arrow.png);
	margin-left: 0;
	padding-left: 20px;
}

div#content ul li {
	margin-bottom: 10px;
}

	div.screenshots div {
		float: left;
		margin-right: 11px;
		height: 160px;
	}
	
	div.screenshots div h3 {
		font-size: 11px;
	}
	
	div.screenshots div img {
		-webkit-border-radius: 5px;
		padding: 5px;
		background: #eee;
		border: 1px solid #ccc;
	}
	
	img.pic {
	padding: 1px; border: 1px solid #cccccc; margin-top: 10px; 
	}
	
	div.sources h3{
		margin-top: 20px;
		padding-left: 20px;
		font-weight: bold;
		color: #666;
	}
	
	div.divisor {
		width: 588px;
		border-top: 1px dotted #ccc;
		clear: both;
		margin: 20px 0;
	}
	
	div.download a, div.tutorials a{
		display: block;
		background-image: url(../images/buttons/dl_bg.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		color: #006600;
		border: 1px solid #006600;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		height: 54px;
		line-height: 54px;
		font-size: 16px;
		width: 500px;
		padding-left: 80px;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	div.download a {
		font-size: 20px;
	}
	
	div.download a:hover, div.tutorials a:hover {
		background-image: url(../images/buttons/dl_bg_over.jpg);
		border: 1px solid #009900;
	}
	
	span.haftung h2 {
		margin-top: 50px;
		font-size: 10px;
	}
	span.haftung {
		color: #888;
		font-size: 10px;
	}

/* SIDEBAR */

div#sidebar {
	float: left;
	width: 170px;
	margin-top: 16px;
}

div.vcard {
	font-family: verdana;
	font-size: 10px;
	margin-left: 8px;
	line-height: 1.5em;	
}

.tel, .note, .e-mail {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.company {
	font-weight: bold;
	color: #33879C;
	margin-bottom: 4px;
}

.adr {
	margin-bottom: 8px;
}

.tel {
	background-image: url(../images/icons/phone.png);
	margin-bottom: 6px;
}

.note {
	background-image: url(../images/icons/fax.png);	
	margin-bottom: 6px;
}

.e-mail {
	background-image: url(../images/icons/mail.png);
	margin-bottom: 12px;	
}

div#sidebar h1 {
	padding: 4px 11px 4px 4px;
	font-weight: bold;
	border-top: 1px solid #aaa;
	background-image: url(../images/nav/bg_main_off.png);	
	background-position: top left;
	padding: 3px 0 3px 0;
	text-decoration: none;
	display: block;
	width: 170px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	margin-top: 1px;
	height: 12px;
	color: #333;
	margin-bottom: 8px;
}

div#sidebar p {
	color: #666;
}

div#sidebar img {
	border: 1px solid #b0b8c0;
	margin-bottom: 6px;
}

/* FOOTER */

div#footer {
	background-image: url(../images/container_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	margin: auto;
	clear: both;
	color: #666;
	line-height: 2em;
	padding-top: 20px;
	text-align: center;
}

div#footer a {
	color: #008899;
}

input.form {
	border: 1px solid #ccc;
	background: #eee;
	width: 160px;       
	margin-bottom: 10px;
}                

input:focus.form {
	border: 1px dotted #ccc;
	border-bottom: 1px solid #999;
	background: #f8f8f8;
}      

label {
	clear: both;
	float: left;
	display: block;
	width: 80px;
}

input.submit {
	width: 162px;
	background-image: url(../images/buttons/submit.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #444;
}             

input.submit:hover {
	background-image: url(../images/buttons/submit_over.png);
	border: 1px solid #bbb;
	color: #000;
}

input.zipcode {
	width: 37px;
}

input.city {
	width: 115px;
}      

label.city {
	display: none;
}

#success {        
	border: 1px solid #006600;
	color: #006600;
	background: #99ff99;
	padding: 10px;    
	margin-bottom: 20px;
}   

#error {
	border: 1px solid #990000;
	color: #990000;
	background: #ff9999;
	padding: 10px;
	margin-bottom: 20px;
}

.red {
	color: #cc0000;
}