/**
	style.css
	Stylesheet for vidatec.de
	Copyright 2008 Philipp Nowak
*/

body {
	margin: 0px;
	background-color: #000;
	background: transparent url( ../images/bg.jpg ) repeat scroll center top ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	color: #ccc;
}

.borderLeft { background: url( ../images/border_dot_v.png ) top left repeat-y; padding-left: 15px; }
.borderRight { background: url( ../images/border_dot_v.png ) top right repeat-y; padding-right: 15px; }
.borderLeftFade { background: url( ../images/border_dot_v_fade.png ) top left no-repeat; padding-left: 15px; }
.borderRightFade { background: url( ../images/border_dot_v_fade.png ) top right no-repeat; padding-right: 0px; }

#content {
	background: url( ../images/bg_content.png ) bottom no-repeat; 
	height: auto;
	z-index: -1;
}

#navigation {
	height: 120px;
	padding: 0px;
	background: url( ../images/bg_nav.png );
}
.navBox {
	width: 214px;
	height: 120px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding: 0 15px 0 15px;
	
}

#navigation a { font: normal 1.8em 'Impact',sans-serif; text-decoration: none; color: #c00; }
#navigation a:hover, #navigation a:active, #navigation a:focus { font: normal 1.8em 'Impact',sans-serif; text-decoration: none; color: #f00; }
#navigation p { font-size: 1.0em; color: #ddd; line-height: 1.5em; position: relative; top: -6px; }

#copy_l {
	float: left;
	margin: 12px 0;
	font-size: 0.9em;
	color: #999;
	text-align: right;
}

#copy_r {
	float: right;
	margin: 12px 0;
	font-size: 0.9em;
	color: #999;
	text-align: right;
}

.copy, .copy a, .copy a:hover, .copy a:visited {
	color: #999;
	text-decoration: none;
}

.scNav p {
	font: normal 120% 'Impact',sans-serif;
}

/* CATEGORIES */
/* showcase.css */

/* CONTACT */
#contact {
	height: 200px;
	text-align: right;
}

#contact img {
	position:relative;
	top: 140px;
	right: 5px;
}


/* LEGAL */
#responsible {
	display:inline;
	float:left;
	width:240px;
	padding:1em 0 0 1em;
}

#disclaimer, #copyright {
	display:block;
	float: left;
	position:relative;
	width:680px;
	padding:1em 0 0 0;
	text-align:justify;
}

#responsible .heading, #disclaimer .heading, #copyright .heading {
	font-weight:bold;
	font-variant: small-caps;
	vertical-align:top;
	letter-spacing: 2px;
}
