/* allgemein CSS BoxMania Vorlage Basismodell */

html {	height: 100.5%;		font-size: 62.5%; }

body {	font: 1.2em/1.8em Verdana, sans-serif; max-width: 910px; }

* {margin: 0em; padding: 0em; border: 0em;}

h1, h2, h3, h4, h5, h6 {font-family: "Century Gothic", sans-serif; 
		margin: 0em 0em 0.5em 0em; color: #006600; }

h1 {		font-size: 2.2em; 	border-bottom: 1px dashed #004A7F; 
		padding-bottom: 0.4em;	font-weight: normal;			}

div#header 	h1 { border: 0em;}	h2 {font-size: 2.0em;}	h3 {font-size: 1.8em;}

a {color: #006600; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {	margin: 0em 2em;		background: #FAFAFA; }

div#header {	background: #006600;		padding: 1.0em 1.8em 1.6em 1.2em;	
		margin: 0em 0em 1.8em 0em; 	border-radius: 1.1em;
		box-shadow: 0.6em 0.8em 0.2em #888888;	}

div#schatten { 	border: 0em solid; 		border-radius: 0.6em; }
	
div#wrap_content {}

div#menu {	float: left;			width: 13em; 		background: #DDDDDD;	
		padding: 1.2em;			border: 0em;		border-radius: 1.8em;
 		margin: 0em 1.1em 0em 0.8em; 	color: #006600;}

div#menu ul {	list-style-type: none;		font-family: Verdana, 	sans-serif; 
		font-weight: bold;		font-size: 1.1em; 	line-height: 2.8em;}

hr	 {	border-top: 3px solid; 		color: white; 		width: 80%;}

p.titel {	color: green; 			font-weight: bold; 	text-align: center;} 

div#maintext { 	margin: 1em 0em 1em 12em;	padding: 1em; 		background: #F0F0F0;
	 	border-radius: 1.4em;		font-family: Verdana 	sans-serif; 
		font-weight: normal;		font-size: 1.5em; 	line-height: 1.6em;}
				
div#maintext a {padding-bottom: 0.1em;}
div#maintext a:link {				border-bottom: 0.1em solid #E3004F;}

table.table1 	{border-collapse: separate;	border-spacing: 1.2em;}
table.table1 tr {font-weight: normal;		font-size: 0.9em; 	line-height: 2.8em;}
table.table1 td {max-width: 21em;		font-style: normal;	font-size: 0.9em;
		font-family: Verdana;		text-align: left;
		line-height: 1.4em;		box-shadow: inset 0.1em 0.2em 0.4em -0.2em rgba(0,0,0,.5);
		padding: .2em .5em; 		border-radius: 1.1em;}
td:empty 	{box-shadow: none; }

table.table2 	{border-collapse: separate;	border-spacing: 0.2em;}
table.table2 tr {font-weight: normal;		line-height: 1.8em;}
table.table2 td {width: 9em;			font-style: normal;	font-size: .8em;
		font-family: Verdana;		text-align: left;	line-height: 1.4em;
		padding: 0.2em 1.3em;		border-radius: 0em;}
td:empty 	{box-shadow: none; }




/* table {		border-collapse: separate;	border-spacing: 1.2em;	} */
/*th, td {	padding: .2em .5em;		border-radius: 1.1em;  }  */

/*td {		width: 18em;			font-style: normal;	font-size: 0.9em; */	
/*		font-family: Verdana 		sans-serif;		text-align: center; */
/*		line-height: 1.4em;		box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,.5);;} */  
/*td:empty {	box-shadow: none;	} */

p.titel {	color: green; 			font-weight: bold; 	text-align: center;} 

div#einrueck {  margin: 0em 0em 1.2em 14em; 	padding-left: 5em; 
		border-radius: 20px; 		font-family: Arial;	font-size: 1.3em;
		line-height: 1.6em;		background: #F0F0F0;	}

div#einrueck a {	padding-bottom: 0.1em;}
div#einrueck a:link {	border-bottom: 0.15em solid #E3004F;}


div#footer {	/*background: #CCCCCC; */ }

div#box1, div#box2, div#box3 {width: 30%; 	padding: 1em 1em 1em 1em;} 

div#box1 {	margin: 0px 0px 0px 0px; 	padding: 5%, 0%, 0%, 0%;	
		background: #F0F0F0; 		font-family: Verdana, 	sans-serif; 
		font-weight: normal;		font-size: 1.1em; 	line-height: 1.5em;
		border-radius: 20px;}

div#box2 {	float: right;
		margin: 0px 20px 0px 10px;	padding: 5%;	
		background: #F0F0A0; 		font-family: Verdana, 	sans-serif; 
		font-weight: normal;		font-size: 1.1em; 	line-height: 1.5em;
		border-radius: 20px;}

div#box3 {	float: right; 			border-radius: 20px;	width: 20%;
	 	margin: 0px 0px 0px 0px; 	padding: 10px 20px 20px 10px;
		font-family: Verdana, 		sans-serif; 		font-weight: normal;
		font-size: 1.1em; 		line-height: 1.5em;	background: #CCCCCC;}




