/*=========================================
Homepage: plötzlich ist alles anders
Datei: video_clip.css
Datum: 15.05.2011
Autor: Peter Arens
  =========================================*/


* {margin: 0; padding: 0;}
html {height: 100%; }

body { 
	background-color: #181818; /*war FFBC07 - #262523*/
	color: #d2d2d2;
	margin: 0; 
	padding: 0; 
	font-family: verdana; 
	font-size: small; 
	
}

/* Bildlaufleiste im Firefox immer zeigen */
html { height: 100%; }

a { text-decoration: none; outline: none;}

#wrapper_video,
#wrapper_video_02 { 

	background-color: #383838; /*war #FFBC07*/
	color: #AD7C6E;
	border: 3px solid #5b5b5b; /*war #373632 - #5b5b5b -#AD7C6E*/
	/*	border-top: none;*/
	width: 520px; 
	height: 450px; 
	margin: 30px auto; 
}

#wrapper_video_02 {width: 650px; height: 470px;}

.clip_01 { margin: 30px auto; }
.clip_02 { margin: 30px auto 40px auto;}

.h1{ margin: -30px 0 0 430px;}
h3 {font-size: 130%;}

.abstand_01 {margin-bottom: 2em;}
.abstand_02 {margin: 0 0 2em 6em;}
.abstand_03 {margin-bottom: 1em;}
.abstand_04 {margin-bottom: 2.5em;}



/*================================================*/

