/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 12px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

.htmlarea-content-body {
	text-align: left;
	padding: 10px;	
	background: none;
}

body {
	background-color: #000;
}

form .text{
	border-color: #000;
}

form .button,
#col2 form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #ffffff;
	color: #000;
}

#title {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
	background: #000 url(../images/logo_clips4all.png) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 241px;
		height: 79px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 182px;
	height: 5px;
	/*background-image: url(../images/subtitle_bg.png);*/
	text-indent: -9999px;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 2;
	left: -10000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #D54A09;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
	top: 38px;
}

#box_bg {
	background: #000 url(../images/box_bg.png) repeat 0pt 50%;
	margin:0pt auto;
	position:relative;
	width:1100px;
	min-height: 942px;
	height: auto !important;
	height: 942px;
}

#box {
	position: relative;
	width: 944px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: #000 url(../images/bg_content.png) no-repeat 0 0;
	/* für Zentrierung */
	margin: 0 auto;
}

	.homepage #box {
		background: #000 url(../images/bg_box.png) no-repeat 0 0;
	}

.bigLink #col3 p a {
	display: block;
	width: 400px;
	height: 200px;
}

#footer {
	position: relative;
	left: 255px;
	top: 60px;
	height: 30px;
	width: 500px;
	background: transparent url(../images/footer.png) no-repeat 0px 2px;
}

.homepage #footer {
	position: relative;
	left: 270px;
	top: 400px;
	height: 30px;
	width: 500px;
	background: transparent url(../images/footer.png) no-repeat 0px 2px;
}

/* seo title */
h1 {
	margin: 0 0 7px 0;
	font-size: 14px;
	color: #dddddd;		
} 