/*
	HHGT - CSS3 File
	created by G"u - gue@nobulus.at
	16.08.2010	
*/

/* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

form input, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	background-color:#000;
	color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
}

body {
	margin: 0 auto;
	width: 1100px;
	font: 16px/22px Helvetica, Arial, sans-serif;
	color:#fff;
	background: #6d6d6d;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

a { 
	color:#A20F00;
	text-decoration: none;
}

a:hover { 
	color:#fff;
	text-decoration: none;
}


p {
	padding-bottom: 22px;
	font-size: 16px;
	color:#fff;
	text-align:justify;
}

nav {
	position: absolute;
	bottom: 124px;
	width: 1094px;
	background-color:#A20F00;
	border-style:solid;
	border-width:3px;
	/* Background-size not implemented yet */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

/*	background: url("nav_background");*/
}

#tbl {
	table-layout:fixed;
}

#navborder {
	background-color:#A20F00;
	/* Background-size not implemented yet */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

nav ul {
	margin: 0 auto;
	width: 1100px;
	list-style: none;
}

nav ul li {
	float: left;
}

	nav ul li a {
		display: block;
		margin: 0px;
		width: 130px;
		font-size: 14px;
		font-weight:bold;
		line-height: 44px;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}

#active-link {
	display: block;
	margin: 0px;
	width: 130px;
	font-size: 14px;
	font-weight:bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#flashintro {
	position:relative;
	top:24px;
	left:60px;
}

#content {
	position:absolute;
	top:0px;
	display:block;
	border-style:solid;
	border-color:#373330;
	border-width: 3px 3px  3px 3px;
	background-color:#000;
	
	background-image:url(images/bg.jpg);
	width:1100px;
/*	height:815px;*/
	height:939px;
	background-repeat:no-repeat;
}

#content-intro {
	position:absolute;
	top:0px;
	display:block;
	border-style:solid;
	border-color:#373330;
	border-width: 3px 3px  3px 3px;
	background-color:#000;
	
	background-image:url(images/bg_intro.jpg);
	width:1100px;
/*	height:815px;*/
	height:939px;
	background-repeat:no-repeat;
}

#content-contact {
	position:absolute;
	top:2%;
	display:block;
	border-style:solid;
	border-color:#373330;
	border-width: 3px 3px  3px 3px;
	background-color:#000;
	
	background-image:url(images/bg2.jpg);
	width:1100px;
/*	height:815px;*/
	height:939px;
	background-repeat:no-repeat;
}

.contact_btn {
	background-image:url(images/sergej_contact.jpg);
	background-repeat:no-repeat;
	display:block;
	width:270px;
	height:334px;
}
.contact_btn:hover {
	background-image:url(images/sergej_contact_over.jpg);
	background-repeat:no-repeat;
	width:270px;
	height:334px;
}

	#mainContent {
		display: block;
		position: relative;
		left:80px;
		top:90px;
		width:1024px;
		height:576px;
		padding: 0px;
	}

		nav ul li a:hover {
			color: #000;
		}

		nav ul li.selected a {
			color: #fff;
		}

		nav ul li.subscribe a {
			margin-left: 0px;
			padding-left: 0px;
			text-align: left;
			background: url("rss.png") left center no-repeat;
		}

#area {
	position:relative;
	left:20px;
	width:700px;
}

#area-title {
	position:absolute;
	top:0px;
	left:20px;
	padding:5px 15px 5px 15px;
	
	font-size: 28px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	
	background-color:#A20F00;
	
	border-style:solid;
	border-width:4px;
	border-color:#d3d3d3;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#area-content {
	position:absolute;
	top:15px;
	left:0px;
	padding:28px 10px 15px 10px;
	
	font-size: 18px;
	color:#fff;
	background-color:#999999;
	text-align:left;
	
	border-style:solid;
	border-width:4px;
	border-color:#d3d3d3;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

#area-content:hover {
	background-color:#565656;
}

#linetag {
	padding: 5px;
}

#linetag:hover {
	background-color:#999999;	
}

#imagelink {
	border-style:solid;
	border-width:4px;
	border-color:#A20F00;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}

#imagelink:hover {
	border-style:solid;
	border-width:4px;
	border-color:#fff;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}

#imageframe {
	border-style:solid;
	border-width:4px;
	border-color:#fff;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}


#sponsor-area {
	position: absolute;
	bottom:4px;
	width:1094px;
	height:120px;
	
	border-style:none;
}

#sponsor {
	margin:3px;
	border-style:solid;
	border-width:2px;
	border-color:#000;
}

#sponsor:hover {
	margin:3px;
	border-style:solid;
	border-width:2px;
	border-color:#A20F00;

	/* Border-radius not implemented yet */
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
}

#newsletter {
	position:absolute;
	top:1px;
	right:6px;
}

#email-input {
	height:20px;
	padding:0px 0px 0px 5px;
	font-size: 14px;
	text-align:left;
}

#impressum {
	position:absolute;
	top:922px;
	text-align:right;
}
