body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('/img/background.gif') 160px -120px;
	height: 100%;
}

/* Header styles */
#header {
	background-color: #e6edfa;
	width:100%;
	height: 110px;
	position:absolute;
	z-index: -1;
	left: 0;
}
#logo_header {
	background-image: url("/img/logo_header.gif");
	width:520px;
	height:145px;
	margin: 0 auto;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:auto;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	min-height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.threecol .colmid {
	right:25%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	/*background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	font-size:80%;
	text-align:center;
}
.threecol .col1 h1, h2, h3, p, span, ul, ol{
	text-align:left;
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	max-width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.threecol .col1 #logo_header{
	text-align: center;
}
/* Footer styles */
#footer {
	clear:both;
	bottom: 0;
	width:100%;
	text-align: center;
	padding: 0;
}
#footer_content{
	margin: 0 auto;
	width: 46%;
	background-color: #e3e3e3;
	margin-bottom: -10px;
}
#footer_content p{
	text-align: center;
}

/* font family only in body does not work on Netscape 4.7 */

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #808080;
	font-weight: bold;
	margin: 30px 0 40px 0;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #808080;
	font-weight: normal;
}
h2.center{
	text-align: center;
	margin: 30px 0 40px 0;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #808080;
	font-weight: normal;
}
p {
	font-size: 100%;
	line-height:140%;
}
.vspace{
	margin-top: 70px;
}
#box_left {
	background-color: #FFFAEE;
	width: 80%;
	padding: 5px 10px 20px 10px;
	font-size: 70%;
	margin: 10px 0 0 0;
	border: 1px solid #e1e1e1;
}

/* Index */
#beratung_testing_entwicklung{
	width:377px;
	height:144px;
	margin: 0 auto;
	margin-top: 40px;
}
#beratung_testing_entwicklung img{
	border: 0;
}

.box {
	margin: 230px 0 0 0;
	font-size: 80%;
}

.standard {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
}

.small {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%; 
	text-align: left;
}


#copyright {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #666666;
	margin: 7px;
}

.form {
	font-family: Courier New, Courier, monospace;
	font-size: 80%;
}

.wrongInput {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: red;
	font-weight: bold;
}

#menu ul {
	margin:0; 
	padding:0;
}
#menu li {
	list-style: none;
}
#menu li:hover {
	background: ##f2f5f6;
}
#menu a {
	width:100%;
	cursor: pointer;
 	display:block;
 	height:25px;
 	line-height: 25px;
 	text-indent: 10px;
 	text-decoration:none;
}

.navi1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #283078;
	font-weight: bold;
	padding: 5px;
}

.naviOn1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #283078;
	font-weight: bold;
	background: ##f2f5f6;
	padding: 5px;
	width: 100%;
}

.navi2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #283078;
	font-weight: bold;
}

.naviOn2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #283078;
	font-weight: bold;
	background: #f2f5f6;
}

a:link { color: #283078; text-decoration: underline; }
a:visited { color: #283078; text-decoration: underline; }
a:active { color: #B02030; text-decoration: none; }

a.navi1:link { color: #283078; text-decoration: none;}
a.navi1:visited { color: #283078; text-decoration: none; }
a.navi1:active { color: #B02030; text-decoration: none; }
a.navi1:hover { background: #f2f5f6 }

a.navi2:link { color: #283078; text-decoration: none; }
a.navi2:visited { color: #283078; text-decoration: none; }
a.navi2:active { color: #B02030; text-decoration: none; }
a.navi2:hover { background: #f2f5f6 }

a.naviOn1:link { color: #283078; text-decoration: none; background: #f2f5f6;}
a.naviOn1:visited { color: #283078; text-decoration: none; background: #f2f5f6; }
a.naviOn1:active { color: #B02030; text-decoration: none; background: #f2f5f6; }

a.naviOn2:link { color: #283078; text-decoration: none; background: ##f2f5f6FFFFAA; }
a.naviOn2:visited { color: #283078; text-decoration: none; background: #f2f5f6; }
a.naviOn2:active { color: #B02030; text-decoration: none; background: #f2f5f6; }

#downloadsBorder {
	border-color: #283078;
	border-width: 1px;
	border-style: solid;
}
/* does not work with Netscape 4.77 */

/* Partyformular */
h1.einladung {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 130%;
	color: #555555;
	font-weight: bold;
}

.einladung {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 105%;
	color: #555555;
	font-weight: bold;
}

.partyForm {
	font-family: Courier New, Courier, monospace;
	font-size: 80%;
	font-weight: bold;
}




/* Partyregistrierung admin */
body.admin {background-color: #D0E0F0; }

table.entriesList { font-size: 90%; }

table.entriesList th { background-color: #CCCCCC; padding-left: 5px; padding-right: 5px; font-weight: bold; }

tr.rowOdd { background-color: #FFFFFF; }

tr.rowEven { background-color: #EEEEEE; }

table.entriesList td { padding-left: 5px; padding-right: 5px; }





