/*
	GlobalBiz by Adonis Ronquillo for Free Website Templates
	www.freewebsitetemplat.es / www.doni.us
	Images by Image Base http://imagebase.davidniblack.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #C02626;
}

a:hover {
	text-decoration: none;
	
}

a.linkweiss {
	text-decoration: none;
	color: #FFF;

}

a.linkschwarz {
	text-decoration: none;
	color: #000;

}

a.linkgrau {
	text-decoration: none;
	color: #3C3D3D;

}

body {
	font-size: 16pt;
	line-height: 1.75em;
	background: #ffffff url(images/bg.jpg) no-repeat top center fixed;
	color: #3C3D3D;
}

body,input {
	font-family: Antic, sans-serif;
}

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.0em;
}

img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

img.top {
	margin: 5px 0 20px 0;
}

label.login {
	display: block;
	margin: 0 0 6px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.form {
	margin: 0 0 40px 0;
}

.inputBox, .inputTextArea {
	padding: 6px;
	width: 95%;
}

.inputButton {
	padding: 6px;
	float: right;
}

#banner {
	position: relative;
	padding: 40px;
	height: 215px;
	width: 1180px;
	margin: 0 0 0px 0;
	background: #FFF;
}

#box1 {
	width: 800px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

#box2 {
	width: 360px;
	overflow: hidden;
	float: left;
	margin: 0 40px 0 0;
}

#box3 {
	width: 360px;
	overflow: hidden;
	margin: 0 0 0 40px;
}

#content {
	width: 800px;
	margin: 0 0 0 380px;
	padding: 0;
}

#copyright {
	margin: 0 0 45px 0;
	padding: 70px 0 110px 0;
	text-align: center;
}

#copyright a {
	color: #3C3D3D;
}

#header {
	position: relative;
	padding: 40px;
	height: 90px;
	width: 1180px;
}

#logo {
	position: absolute;
	top: 0;
	left: 40px;
	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #000;
}

#logo a span {
	color: #C02626;
}

#logo h1 {
	font-size: 2em;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: -3px;
}

#main {
	position: relative;
	padding: 40px;
	width: 1180px;
	margin: 0 0 0 0;
}

#main .sectionList {
	list-style: none;
	padding-left: 0;
}

#main .sectionList li {
	clear: both;
	padding: 25px 0 25px 0;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 15px 0 15px 0;
	border-top: dotted 1px #CACECE;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 40px;
	width: 1180px;
	margin: 40px 0 0 0;
	font-family: "Trebuchet MS", sans-serif;
}

#nav a {
	text-decoration: none;
	font-size: 1.25em;
	color: #C02626;
}

#nav .active a {
	background: #FFF;
	padding: 6px 10px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0 20px 0 20px;
}

#nav ul li.first {
	padding-left: 0;
}

#outer {
	position: relative;
	width: 1260px;
	margin: 0px auto 0px auto;
}

#search {
	position: absolute;
	top: 0;
	right: 40px;
	height: 130px;
	line-height: 130px;
}

#search input.button {
	margin-left: .5em;
	border: 0;
	color: #FFF;
	background: #C02626;
	padding: 8px;
	border: 1px dotted #FFF;
	font-family: "Trebuchet MS", sans-serif;
}

#search input.text {
	border: dotted 1px #CACECE;
	padding: 10px;
}

#sidebar {
	width: 350px;
	float: left;
	padding: 0;
}

#sidebar h3 {
	background: #C02626;
	color: #FFF;
	padding: 6px;
}

.blogpost h2 {
	margin: 0;
}