

body {
	font-family: Arial;
	font-size:13px;
	margin:0;
	padding:0;
	background:#e8ebec url(images/bg.jpg) top center no-repeat; 
}
td {
	font-family: Arial;
	font-size:13px;
}
th {
	font-family: Arial;
	font-size:13px;
}
.a {
	color: #FFFFFF;
}
.border {
	border: 1 solid #000066;
}

* {
outline:none;
border:none;
}

#page	{
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.logo {
text-align:center;
margin-top:40px;
 }

.contentbox {
margin:20px;
background-color:#f4f5f6;
border:1px solid #fff;
padding:20px;
text-align:center;
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
}

.para	{
	color:#444;
	text-align:center;
	font: normal 18px "Trebuchet MS", Verdana, Arial, "Times New Roman";
}

.info {
	color:#444;
	padding:10px 0;
	text-align:center;
	font: normal 14px "Trebuchet MS", Verdana, Arial, "Times New Roman";
}

#menu {
	background:#2c2c2c;
	color: #c4caca;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	border:1px solid #6a6a6a;
	font: normal 14px "Arial", Verdana, Arial, "Times New Roman";
}

#menu a {
	color: #c4caca;
	text-decoration: none;
}

#menu a:hover {
	color: #28a390;
}


#menuleiste {
	background:#FFFFFF;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	border:1px dashed #CCCCCC;
	font: bold 14px Arial;
}


#subscribeform input[type=text]
	{
border:1px solid #bfbfbf;
background:#fff url(images/bg_box.gif) repeat-x; 
padding:10px;
}

#subscribeform input[type=image]
	{
vertical-align:middle;
}


h1 {
	color: #990700;
}

h3 {
	font-size: 24px;
}



/* contact */

#CommentForm fieldset legend	{ display: none; }
#CommentForm div 				{ margin-bottom: 1.5em; }		/* space between inputs */
#CommentForm .textInput, 
#CommentForm textarea			{ width: 325px; margin: 0; }	/* margins set by containers <div> */
#CommentForm textarea 			{ height: 150px; }
#CommentForm input.error, #CommentForm textarea.error {
	background-color: #ffc;
	border-color: #EF7E58;}
#CommentForm label.error {
	display: block;
	color: #f33;
	font: bold 10px Verdana, Arial, Helvetica, Garuda, sans-serif;
	line-height: 1em;		/* required for negative margins to work fully */
	margin: 0.2em 0 -1.2em;	/* negative margins counter act error message space so input fields don't shift */
}





