/* Standard-CSS für www.projektname.de */

/* Wichtige Farben
grau dunkel		= #212121
grau hell		= #4d4d4d

*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	text-decoration:none;
	color: #000;
}
a:visited {
	text-decoration:none;
	color: #000;
}
a:hover {
	color: #900;
}
a:active {
}
/*body+html na 100%, za vertical allign na #hülle*/
body {
	font-size: 100%;
	width: 100%;
	background-image: url(../img/background001.png);
	background-attachment: fixed;
	background-repeat: repeat;
}
html {
	width: 100%;
}
/*formatirane na tags*/
#huelle {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1060px;
	z-index: 90;
}
#header {
	background-image: none;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
	position: fixed;
	font-weight: normal;
	color: #000000;
	width: 960px;
	/*text-transform: uppercase;*/
	top: 0px;
	vertical-align: middle;
	height: 25px;
	padding-top: 7px;
}
#navigation {
	background-color: #FFF;
	position: fixed;
	text-transform: uppercase;
	margin-bottom: 50px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	/*	z-index: 100;*/
	top: 25px;
	padding-right: 50px;
	padding-left: 50px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
/*#content_bg=side continious lanes*/
#content {
	margin-top: 90px;
}
#contentbox {
	background-color: #FFFFFF;
	margin-bottom: 50px;
	padding: 50px;
	line-height: 18px;
}
/*#content2=bilder*/
/*#content1=text*/

#footer {
	height: 20px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 10px;
}
/*stilistische formatierungen*/
#navigation li {
	display: inline;
	text-decoration: none;
	line-height: 22px;
	padding-right: 20px;
}

#navigation a:hover {
}
#nav_mail{
	background-color: #CCCCCC;
}
#nav_mail:hover {
	background-color: #900;
}
#content a {
}
#footer li {
	display: inline;
	text-align: right;
	float: right;
	padding-left: 20px;
	font-size: 14px;
}
#footer a {
}
#footer a:hover{
}
#footer ul{
}

.link {
	font-weight: bold;
}

/* Sektionsweite Formatierungen */
h1 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
h2 {
}
h3 {
}
ul {
	list-style-type: none;
	line-height: 13px;
}
p {
	margin-bottom: 10px;
}
