* {
	margin: 0px;
	padding: 0px;
}

body {
	background: Gray;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: Black;
	text-align: center;
	margin: auto;
}


h1, h2, h3 {
	color: #00008B;
}

h1 {
	font-size: 30px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}


h3 {
	font-size: 15px;
}

a {
	text-decoration: underline;
	color: #00008B;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #00008B;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #00008B;
}

hr {
	display: none;
}

#main
{
	width: 780px;
	margin: 0px 0px 0px 0px;
	border-left: 4px solid #00008B;
	border-right: 4px solid #00008B;
	text-align: center;
	margin: auto;
}

/*p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}*/

/* Kopf */

#header {
	width: 780px;
	height: 331px;
	margin: auto;
}

/*im Kopf das Logo*/

#logo {
	width: 780px;
	height: 250px;
	margin: 0 auto;
	text-align: right;
	background: url(../fiat600/images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 210px;
	font-size: 24px;
}

/*im Kopf das Menu*/

#menu {
	padding-left: 100px;
	height: 81px;
	width: 680px;
	background: url(../fiat600/images/menu.jpg) no-repeat;
}

#menu a {
	display: block;
	float: left;
	height: 61px;
	width: 70px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
   text-align: center;
	background: url(../fiat600/images/button.jpg) no-repeat
}

#menu a:hover {
	color: #ffffff;
	background: url(../fiat600/images/button_r.gif) repeat-x;
}

/*#menu ul {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}*/


/* Die Seite selbst */

#page {
	width: 780px;
	background: #ffffff url(../fiat600/images/page_back.gif) repeat-x top;
	border: none;
	padding-top: 20px;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 560px;
	padding-left: 20px;
}

#content table{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	border-bottom: 1px dashed #00008B;
	border-left: 2px solid #00008B;
	border-right: 2px solid #00008B;
	width: 500px;
}

#content th{
	border-bottom: 0.5px dotted Blue;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #00008B;
	text-align: left;
}

#content td{
	margin-top: 10px;
}

#content h1{
	height: 30px;
	font-size: 30px;
}

#content .entry {
	padding: 10px 10px 30px 15px;
}

#content .meta {
	margin: 0px;
	padding-top: 7px;
	background: url(../fiat600/images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00008B;
}

#content .meta a {
	color: #00008B;
}

#content .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url(../fiat600/images/img04.gif) repeat-x;
}

#content .bild{
	border: 6px groove Blue;
	margin: 5px;
}

#content ul{
	margin-left: 15px;
}

textarea{
	border: thin solid Blue;
	width: 400px;
	height: 200px;
}

select{
	border: thin solid Blue;
	width: 30%;
}

#input{
	display: block;
	border: thin solid Blue;
	width: 400px;	
}

#input_fehler{
	display: block;
	border: thin solid Red;
	background-color: Red;
	width: 400px;	
}

#submit{
	width: auto;
	padding: 2px 2px 2px 2px;
	background-color: #00008B;
	color: Silver;
	border: 2px groove Gray;
	margin-right: 15px;
}

#submit:hover{
	background-color: Blue;
}

/* Sidebars */

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar h1{
	background: url(../fiat600/images/title.gif) no-repeat left top;
	height: 40px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-top: 20px;
}

#sidebar .schatten{
	background: url(../fiat600/images/title_back.gif) no-repeat;
	padding-top: 20px;
	line-height: 2em;
}

#sidebar a {
	border: none;
	padding-left: 20px;
}

#sidebar a:hover {
	border: none;
	padding-left: 10px;
}


/* Footer */
#footer
{
	width: 780px;
	margin: auto;
	padding: 20px 0px 20px 0px;
	background: url(../fiat600/images/footer.gif) repeat-x;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}