/* Dynamicdrive.com */
/* ---------------- */

body{
	margin:0;
	padding:0;
	line-height: 23px;
	background: #474747;
}

/*
#maincontainer{
	width: 983px; 
	margin: 0 auto; 
	background-image: url(img/lefttile.gif);
	background-repeat: no-repeat;
}
*/

#maincontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 982px;
	height: 570px;
	margin-left: -492px; /* half of width */
	margin-top: -285px;  /* half of height */
	background-image: url(img/lefttile.gif);
	background-repeat: no-repeat;
}	  

#topsection{
	height: 228px; /*Height of top section*/
}

#topsection2 {
	height: 228px; /*Height of top section*/
	background-image: url(img/home.gif);
	background-repeat: no-repeat;	
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 328px; /*Set left margin to LeftColumnWidth*/
	background: #97C00E;
	height: 322px;
	overflow: hidden;
}

#contentcolumn-home {
	margin-left: 328px; /*Set left margin to LeftColumnWidth*/
	background: #97C00E;
	height: 322px;
	overflow: hidden;
	background-image: url(img/hometile.gif);
	background-repeat: repeat-y;	
}

#leftcolumn{
	float: left;
	width: 320px; /*Width of left column*/
	margin-left: -982px; /*Set left margin to -(MainContainerWidth)*/
	text-align: left;
	height: 322px;	
	overflow: hidden;
}

#footer{
	clear: left;
	width: 100%;
	height: 19px;
	background: black;
	padding: 0;
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer2{
	clear: left;
	width: 100%;
	height: 19px;
	background: black;
	padding: 0;
	background-image: url(img/bottom-home.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer a, #footer2 a{
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	width: 85px;
	height: 19px;
	background-image: url(img/imprint.gif);
	background-repeat: no-repeat;
}

#footer a:hover, #footer2 a:hover{
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	width: 85px;
	height: 19px;
	background-image: url(img/imprint_h.gif);
	background-repeat: no-repeat;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube2 {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	height: 320px; 
	overflow: hidden;
}

.innertubenews {
	position: absolute;
	margin: 0px; 
	margin-left: 450px;
	margin-top: 133px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;	
}

.innertubenews a:link, .innertubenews a:visited, .innertubenews a:active {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.innertubenews a:hover {
	color: #97C00E;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

#navspacer {
	margin: 0px; 
	margin-top: 0;
	display: block;
	width: 100px;
	height: 23px;
}

/* Navigation links */
a.level-1-normal {
	display: block;
	width: 269px;
	height: 24px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #97C00E;
	border-top: 1px solid #DBDBDB;
	margin: 0;
	padding-left: 24px;
	font-weight: bold;
}

a.level-1-normal:hover, a.level-1-active:hover {
	color: #FFFFFF;
	background-image: url(img/navi1.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

a.level-1-active {
	display: block;
	width: 269px;
	height: 24px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	border-top: 1px solid #DBDBDB;
	margin: 0;
	padding-left: 24px;
	font-weight: bold;
	background-image: url(img/navi1.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;	
}

a.level-2-normal {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin-left: 40px;
}

a.level-2-normal:hover {
	color: #97C00E;
}

a.level-2-active {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #97C00E;
	margin-left: 40px;
}

#cmscontent {
	display: block;
	margin-left: 38px;
	margin-top: 24px;
	width: 560px;
}

#cmscontent-home {
	display: block;
	margin-left: 38px;
	margin-top: 24px;
	width: 600px;
}

/* Compulsory tinyMCE settings */
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 4px;
	letter-spacing: 1px;
} 

h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;	
}

h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;		
}

p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: justify;
}


ul {
	list-style-type: circle;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

ol {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}



#cmscontent a:link, 
#cmscontent a:visited, 
#cmscontent a:active, 
#cmscontent2 a:link, 
#cmscontent2 a:visited, 
#cmscontent2 a:active,
td a:link, 
td a:visited, 
td a:active, 
td a:link, 
td a:visited, 
td a:active 
{
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#cmscontent a:hover, 
#cmscontent2 a:hover,
td a:hover, 
td a:hover
{
	color: #FFFFFF;
}


input, textarea {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px solid #FFFFFF; 
	background: #97C00E; 
	overflow: hidden; 
}


/* Custom tinyMCE CSS-Styles (same as in editor_content.css and config-properties) */



