/*
	CSS for INTERNETBAUKASTEN@KNALLHART v.1.0.0 screen

	André.Müller - musteradresse.mediadesign
	www.musteradresse.com
	mediadesign@musteradresse.com

*/
																/* GL0BaL */

html {
/*	overflow-y		:hidden;
	overflow-x		:hidden;
*/	font-size		:100.1%;
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
}

body {
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
	border			:0;
	text-align		:center;				/* IE */
}

.content {
	padding			:0;
	margin			:0;
}

.content2 {}

.content3 {}


div, img,
table, tr, th, td,
p, h1, h2, h3, h4, h5, hr, a, blockquote,
dl, dt, dd  {
	margin			:0;
	padding			:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

p, h1, h2, h3, h4, h5, blockquote, li, dt, dd, th, td {
	line-height		:1.0em;
}


ul, ol, li {
	margin-top		:0;
	margin-bottom	:0;
	padding-top		:0;
	padding-bottom	:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

table {
	empty-cells		:show;
	border-spacing	:0;
	border-collapse	:collapse;
}

tr, th, td {
	vertical-align	:top;
}

form, input, select, textarea {
	margin			:0;
	padding			:0;
	font-size		:1.0em;
}

.clear {
	clear			:both;
}

.light {
	font-size		:0.9em;
	color			:#999999;
	background		:transparent;
}

.markred {
	color			:#DD0000;
	background		:transparent;
}

.markgreen {
	color			:#00DD00;
	background		:transparent;
}

.print {
	display			:none;
}

																/* LAyOUT */

/* DIV */

#mainframe {
	display			:block;
}

#mainframe #frame {
	display			:block;
}

#header {
	display			:block;
}

#header p#logo {
	display			:none;
}

#header p#logo a {
}

#header p#titel {
	display			:block;
	font-size		:1.0em;
}

#header p#titel strong {
	font-weight		:bold;
}

#navigation {
	display			:block;
}

#frame #cframe {
	display			:block;
}

#subnavigation {
	display			:none;
}

#subnavigation p.address {
	display			:none;
}

#cframe #cmain {
	display			:block;
}

#footer {
	clear			:both;
	display			:block;
}

#footer p.address {
	display			:none;
}

#footer #componeo_footer {
	clear			:both;
	display			:block;
}

#componeo_footer a.drucken {
}

#componeo_footer a.merken {
}

#componeo_footer a.empfehlen {
}

#componeo_footer a.home {
}

#componeo_footer a.mail {
}

#componeo_footer a.edit {
}

#componeo_footer a.imprint {
}

#componeo_footer .prevnext {
}



/* NAVIGATION */


#navigation ul {
	/*list-style		:none;*/
	margin			:0;					/* IE */
	padding			:0% 3% 3% 3%;		/* IE */
}

#navigation ul li,
#navigation ul li.nav_0 {
	list-style		:disc inside;
}

#navigation ul li.nav_1 {
	list-style		:square inside;
	padding-left	:1.0em;
}

#navigation ul li.nav_2 {
	list-style		:circle inside;
	padding-left	:2.0em;
}

#navigation ul li.nav_3 {
	list-style		:disc inside;
	padding-left	:3.0em;
}

#navigation ul li a {

}

#navigation ul li a.closed {
}

#navigation ul li a.open {
}

#navigation ul li a.active {
}

#navigation ul li a:hover {
}


#navigation ul li.nav_0 a.closed {
}

#navigation ul li.nav_0 a.open {
}

#navigation ul li.nav_0 a.active {
}

#navigation ul li.nav_0 a:hover {
}


#navigation ul li.nav_1 a.closed {
}

#navigation ul li.nav_1 a.open {
}

#navigation ul li.nav_1 a.active {
}

#navigation ul li.nav_1 a:hover {
}


#navigation ul li.nav_2 a.closed {
}

#navigation ul li.nav_2 a.open {
}

#navigation ul li.nav_2 a.active {
}

#navigation ul li.nav_2 a:hover {
}			


#navigation ul li.nav_3 a.closed {
}

#navigation ul li.nav_3 a.open {
}

#navigation ul li.nav_3 a.active {
}

#navigation ul li.nav_3 a:hover {
}



													/* TAGS */


#cmain p,
#cmain hr,
#cmain h1,#cmain h2,#cmain h3,#cmain h4,#cmain h5,
#cmain ol,#cmain ul,
#cmain table,
#cmain form,
#cmain img {
	margin			:1.0em 0 1.0em 0;
}

#cmain h1 {
	font-size		:2.0em;
	margin			:0.0em 0 0.45em 0;
}

#cmain h2 {
	font-size		:1.5em;
	margin			:1.0em 0 0.70em 0;
}

#cmain h3 {
	font-size		:1.1em;
	margin			:1.0em 0 0.50em 0;
}

h4  {
	font-size		:1.0em;
}

#cmain h5 {
	font-size		:1.0em;
	margin			:1.0em 0 0em 0;
}

ul, ol {
	list-style		:outside;
}

ul li {
	list-style-type	:square;
	list-style-image:url(../images/list.gif);
	margin-bottom	:0.2em;
	margin-left		:1.4em;
}	html>body ul li {
	margin-left		:1.4em;
}

ol li {
	margin-bottom	:0.2em;
	margin-left		:2.2em;
}	html>body ol li {
	margin-left		:1.1em;
}

small {
	font-size		:0.8em;
}

strong, b {
	font-weight		:bold;
}

em, i {
	font-style		:italic;
}

/* Links */

a:link, a:visited, a:active {
	text-decoration	:underline;
}

a:hover {
	text-decoration	:underline;
}

/* Formulare */

form {
	clear			:both;
	display			:block;
	font-size		:0.9em;
	font-weight		:normal;
}

#cmain form p {
}

input,
textarea,
select {
	padding-left	:0.1em;
}

input,
textarea {
	width			:240px;
}

select {
	width			:auto;
	padding-left	:0;
}


input.submit {
	width			:auto;
}

input.submit:hover {
}

/* Tabellen */

#cmain table {
	clear			:both;
	width			:auto;
	table-layout	:auto;
	border-spacing	:0;
	border			:solid 2px;
}	html>body #cmain table {
	width			:100%;
}

#cmain table tr {
}

#cmain table th {
	border			:solid 1px;
	padding			:0.2em;
	font-size		:1.0em;
}

#cmain table td {
	border			:solid 1px;
	padding			:0.2em;
	text-align		:left;
	font-size		:1.0em;
}

																/* Internet BAUKASTEN */
/* ZWEISPALTIG */

div.cleft2 {
	clear			:both;
	display			:block;
	float			:left !important;
	width			:48%;
}
div.cright2 {
	display			:block;
	float			:right !important;
	width			:48%;
}

/* DREISPALTIG */

div.cleft {
	clear			:both;
	display			:block;
	float			:left !important;
	width			:30%;
}
div.ccenter {
	display			:block;
	float			:left !important;
	width			:30%;
}
div.cright {
	display			:block;
	float			:right !important;
	width			:30%;
}

/* CONTAINER */

#cmain div.container {
	display			:block;
	margin			:1.0em 0 1.0em 0;
	padding			:0.0em;
	font-size		:0.9em;
}

#cmain p.container_title {
	margin			:0;
	font-weight		:bold;
}

#cmain p.container_content {
	margin			:0;
}

#cmain div.comment {
	display			:block;
	border			:0;
	margin			:1.0em 0 1.0em 0;
	font-size		:0.9em;
	font-weight		:normal;
	font-style		:italic;
}

/* TRENNER */

#cmain div.separator {
	margin			:1.0em 0 1.0em 0;
	padding			:0;
	border			:0;
}

#cmain div.separator hr {
	margin			:0;
	padding			:0;
	border			:0;
	border-top		:1px solid;
	height			:1px;
}

/* SITEMAP */

#cmain table.sitemap {
	table-layout	:fixed;
	border			:0;
	border-spacing	:0;
	width			:auto;
	background		:transparent;
}	html>body #cmain table.sitemap {
	width			:100%;
}

#cmain table.sitemap td {
	border			:0;
	padding			:0;
	font-size		:1.0em;
	background		:transparent;
	color			:inherit;
}

#cmain table.sitemap td p {
	margin			:0;
}

table.sitemap a,
table.sitemap a.nav_0 {
	display			:block;
	margin			:.5em;
	padding			:.5em;
	border			:solid 1px #000000;
	background		:#ffffff;
}	html>body table.sitemap a,
	html>body table.sitemap a.nav_0 {
	position		:relative;z-index			:10;
}

table.sitemap a.nav_1 {
	font-size		:0.9em;
	margin-top		:-1em;			
	margin-left		:1em;
}	html>body table.sitemap a.nav_1 {
	position		:relative;z-index			:11;
}

table.sitemap a.nav_2 {
	font-size		:0.8em;
	padding			:.2em;
	margin-top		:-1em;			
	margin-left		:1.5em;
}	html>body table.sitemap a.nav_2 {
	position		:relative;z-index			:12;
}

table.sitemap a.nav_3 {
	font-size		:0.7em;
	padding			:.2em;
	margin-top		:-1em;			
	margin-left		:1.5em;
}	html>body table.sitemap a.nav_3 {
	position		:relative;z-index			:13;
}

html>body table.sitemap a:hover {
	position		:relative;z-index			:20;
}


/* CONTACT */

#cmain table.contact {
	display			:block;
	border-spacing	:0;
	border			:0;
	background		:transparent;
	color			:inherit;
}

#cmain table.contact th {
	border			:0;
	padding			:0 .5em 0 0;
	background		:transparent;
	text-align		:left;
	font-size		:1.0em;
	font-weight		:normal;
	vertical-align	:top;
}

#cmain table.contact td {
	border			:0;
	padding			:0 0 .5em 0;
	background		:transparent;
	text-align		:left;
	font-size		:1.0em;
	font-weight		:normal;
	vertical-align	:top;
}

#cmain table.contact th p {
	text-align		:left;
	margin			:0;
}

#cmain table.contact td p {
	text-align		:left;
	margin			:0;
}

