/*
	Author: Andre Firchow
	Website: http://www.shocker.de/
	Version: 1.0
	Datum: 11.10.2012
*/


/*
============================================================================================
BASE - Allgemeine Angaben
============================================================================================ */
html, button, input, select, textarea {
	font-family: Arial,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #525759;
}
body,
#main-content{
	background: #f8f8f8;
}

::selection {
	background: #035484;
	color: #fff;
	text-shadow: none !important;
	}
::-moz-selection {
	background: #035484;
	color: #fff;
	text-shadow: none !important;
}

a,
a:visited{
	color: #035484;	
}
	a:hover,
	a:active{
		color: #65A22E;	
	}

h1, h2, h3, h4, h5{
	color: #65a22e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h2{
	font-size: 1.6em;
}
h3.intro{
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: 400;
	color: #666;
}
h1,h3, h4.dark{color: #333;}
	#main-header h1{
		color: #fff;
		margin: 0;
	}
	#main-header h2{
		color: #032c54;
		margin: 0;
		font-size: 1.2em;
		text-shadow: 1px 1px 0px #a8cc42;
	}
	#main-header h1{
		text-shadow: 1px 1px 0px #65a22e;
		font-size: 2.3em;
		padding-top: 0.4em;
	}
		#main-header h1 span{
			font-size: .3em;
			background-color: red;
			margin-left: 0.5em;
			padding: 0 0.5em;
			text-transform: uppercase;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			text-shadow: none;
			letter-spacing: -1;
		}
		
h4{
	margin-bottom: 1em;
}


.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}
	
#main-header{
	background: transparent url(../img/global/bg_header.png) repeat-x 0 0;
   height: 176px;
   padding-bottom: 5px;
   margin-bottom: 50px;
}

#main-footer{
	background-color: #dedede;
	padding: 20px 0 40px 0;
	font-size: 0.8em;
	border-top: 5px solid #ccc;
	margin-top: 100px;
}

.main-navigation{
	
}
	.main-navigation li{
		float: left;
	}
	
#download-button{
	position: absolute;
	right: 50px;
	top: 30px;
}

hr{
	border: none;
	height: 1px;
	background-color: #dedede;
	margin: 40px -10px;
}
	hr.distance{
		background-color: transparent;
		margin: 20px;
	}
	
ul.main-navigation{
	padding: 30px 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
	ul.main-navigation li{
		margin: 0 5px;
	}
		ul.main-navigation li:first-child{
			margin-left: 0;
		}
		ul.main-navigation li a{
			padding: 5px 10px 6px 10px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			text-decoration: none;
			color: #fff;
		}
			ul.main-navigation li a:hover{
				color: #032C54;
			}
			ul.main-navigation li a:active{
				color: #fff;
				background-color: #65a22e;
			}
		
		ul.main-navigation li.selected a{
			background-color: #035484;
			color: #fff;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
		}
		
ul.browser-icons{
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
	ul.browser-icons li{
		float: left;
		width: 150px;
		height: 50px;
		padding-top: 80px;
		background: transparent url(../img/global/sprite_browser-icons.png) no-repeat center 0;
		text-align: center;
	}
		ul.browser-icons li.icon-firefox{background-position: center 0}
		ul.browser-icons li.icon-chrome{background-position: center -150px}
		ul.browser-icons li.icon-safari{background-position: center -300px}
		ul.browser-icons li.icon-opera{background-position: center -450px}
		ul.browser-icons li.icon-ie{background-position: center -600px}
		
		ul.browser-icons li .version{
			display: block;
			font-size: 0.8em;
			font-weight: bold;
			color: #65A22E;
		}

.example-row{
	width: 30%;
	float: left;
	margin: 0 1%;
}

.css,
.html{
	color: maroon;
}
ul{
	margin-bottom: 1.5em;
	
	background-color: silver; /* Hintergrundfarbe */
border-top: 1px black solid; /* Rahmen Auflistungspunkt oben */
border-left: 25px orange solid; /* Rahmen Auflistungspunkt links */
border-bottom: 1px red solid; /* Rahmen unten */
border-right: 2px blue solid; /* Rahmen rechts */
margin-top: 10px; /* Außenabstand oben */
padding-top: 8px; /* Innenabstand oben */
	
	
}


.hint{
	font-size: 0.8em;
}

/****
* download box
*/
.download-box{
	float: right;
	position: absolute;
	top: 60px;
	right: 15px;
	width: 324px;
	height: 88px;
	overflow: hidden;
	background: transparent url(../img/global/download.png) no-repeat 0 0;
	display: block;
}
	.download-box:hover{
		background-position: 0 -88px;
	}

	.download-box-title,
	.download-box-time{
		margin: 0;
		padding: 0;
		white-space: nowrap;
		position: absolute;
		left: 116px;
		color: #525759 !important;
	}
		.download-box:hover .download-box-title,
		.download-box:hover .download-box-time{
			color: #fff !important;
		}

	.download-box-title{
		top: 41px;
		font-size: 13px;
	}

	.download-box-time{
		top: 57px;
		font-size: 11px;
	}