/*----------------------------- CSS START -----------------------------/
Created by	|	Jan Eberl
on					|	21/01/09
for				|	Crossgate
/*-----------------------------------------------------------------------/

/* global reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	}

body {
	color: black;
	background: white;
	}

:focus {
	outline: 0;
	}
/* global reset */

ul {
	margin: 0 0 0 60px;
	}

ul li {
	margin: 10px 0 0 0;
	}

/*##########################################/
/##########################################*/

/*------------- basics -------------*/

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background: url(../images/bg_v1.png) repeat-x #fff;
	}

h1 {
	font-family: Arial,Verdana, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #444;
	margin: 0 0 10px 0;
	line-height: 32px;
	}

h2 {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	}

h3 {
	font-size: 26px;
	font-weight: bold;
	color:#d71920;
	}

h4 {
	font-size: 20px;
	font-weight: normal;
	color:#d71920;
	}

h5 {
	font-size:20px;
	font-weight: normal;
	color: #444;
	}


.padding10 {padding: 10px;}

a:link {
	color: #3f78a9;
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color: #3f78a9;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	color: #d71920;
	font-weight: bold;
	}

a:visited {
	color: #3f78a9;
	font-weight: bold;
	text-decoration: underline;
	}


/*------------- classes ------------*/

#header {
	width: 700px;
	height: 86px;
	background: url(../images/header.gif) transparent no-repeat;
	}

#sagecontainer {
	float: right;
	width: 83 px;
	height: 34px;
	margin: 38px 20px 0 0;
	}

#crossgatecontainer {
	width: 168px;
	height: 26px;
	margin: 38px 0 0 20px;
	}

.info {
	display: inline;
	margin-right: 14px;
	float: left;
	overflow: visible;
	width: 64px;
	height: 64px;
	background: url(../images/info.gif) no-repeat;
	}

.sagecolor {color: #008469;}

.locationhome {
	background: url(../images/location.gif);
	width: 5px;
	height: 3px;
	position: absolute;
	top: 132px;
	left: 69px;
	}

.locationanbindung {
	background: url(../images/location.gif);
	width: 5px;
	height: 3px;
	position: absolute;
	top: 132px;
	left: 162px;
	}

.wrapper {
	/*border: 1px solid #444;*/
	margin: 20px 0 0 40px;
	width: 700px;
	}

.lightblue {
	padding: 10px;
	display: block;
	background-color: #e0e8f4;
	}

.green {
	padding: 10px;
	color: #444;
	font-weight: bold;
	display: block;
	background-color: #a2bc80;
	}

#navbar {
	margin: 0;
	height: 30px;
	background: url(../images/navbar.gif) repeat-x;
	/*border-top: 1px solid #444;
	border-bottom: 1px solid #444;*/
	}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#nav a {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #ccc;
	text-decoration: none;
	}

#nav li a:visited {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #ccc;
	text-decoration: none;
	}

#nav li a:hover {
	color: #444;
	text-decoration: none;
	display: block;
	background: url(../images/navbutton.gif) repeat-x;
	}

#nav li a:active {	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #ccc;
	text-decoration: none;
	}



.main {
	width: 700px;
	padding: 40px 0 0 0;
	background: url(../images/mainbg.gif) no-repeat #fff;
	}

.content {
	margin: 0 50px 0 50px;
	padding-bottom: 30px;
	}

input.txt {
	height: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	}

input.txt, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-transform: none;
	letter-spacing: normal;
	}

.submitbutton {
	background: url(../images/submit.gif) no-repeat;
	}

.submitbutton:hover {
	background: url(../images/submit_hover.gif) no-repeat;
	cursor: pointer, auto;
	}

/**------------- download -------------*/


.pdfthumb {
	float: left;
	height: 60px;
	width: 50px;
	}

.dltext {
	height: 160px;
	margin-left: 70px;
	width: 340px;
	}

.dlbox1st {
    background: url(../images/dlboxbg.gif) no-repeat;
	height: 60px;
	padding: 20px;
	width: 420px;
	margin-top: 30px;
	}

.dlbox1st:hover {
	background: url(../images/dlboxbg_hover.gif) no-repeat ;
	padding: 20px; 
	width: 420px; 
	height: 60px;
	}

.dlbox {
    background: url(../images/dlboxbg_bottom.gif) no-repeat ;
	height: 60px;
	padding: 20px;
	width: 420px;
	}

.dlbox:hover {
	background: url(../images/dlboxbg_bottom_hover.gif) no-repeat ;
	padding: 20px; 
	width: 420px; 
	height: 60px;
	}

.imprint {
	color: #ccc;
	font-size: 10px;
	margin-left: 100px;
	}

.imprint a:link {
	color: #777;
	font-size: 10px;
	text-decoration:none;
	}

.imprint a:hover {
	color: #777;
	font-size: 10px;
	text-decoration: underline;
	}

.imprint a {
	color: #777;
	font-size: 10px;
	text-decoration:none;
	}

