/*
	Project         : Christian Storch Internetauftritt
    Title           : Standard Stylesheet V2013.04.20.01
    Programer       : Christian Storch
    Date            : 2013-04-20
    Copyright       : ©2013 Christian Storch
	File			: 20130420_css_std.css
*/

@charset "utf-8";

body {}

#container_std {
	position: absolute;
	left: 5px;
	top: 5px;
}

#container_impressum {
	position: absolute;
	left: 5px;
	top: 400px;
}

#container_medienbearbeitung {
	position: absolute;
	left: 500px;
	top: 100px;
	width: 300px;
}

#container_urheberrechte {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 300px;
}

p, div, ul, ol, h1, h2, h3, h4, h5, th, td {
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	color: #000000;
	font-size: 16px;
}

h3 {
	color: #000000;
	font-size: 14px;
}

p, div, ol, ul, td, th {
	font-size: 11px;
}