/* IE */
html>body #top {
	padding-top: 4px;
}

body {
 	text-align: center; /* IE */
}

#wrapper   {
	width: 800px;
	margin: 0 auto;
	margin-top: 45px;
	padding: 0px;
	font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    text-align: left; /* IE */
}

#header   {
    height: 150px;
    background-image: url("../images/header_text.jpg");
    border: 1px solid black;
    overflow: hidden;
}

#main     { margin: 0; padding: 30px 50px 30px 10px; border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black }
* html #main  { padding-top: 30px; padding-bottom: 30px }

#right  { margin-left: 220px; padding-top: 1px }

/* IE */
* html #right {
    padding-top: 3px;
}

#left   { width: 170px; height: 350px; float: left }

* html #left {
    padding-top: 20px;
}

#footer  { font-size: 12px; line-height: 16px; text-align: center; margin-top: 7px; margin-bottom: 7px; position: relative; width: 800px; border-bottom: 1px solid black }

#hint_vorname { display: none; }
#hint_nachname { display: none; }
#hint_email { display: none; }


a.smalllink:link, a.smalllink:visited, a.smalllink:hover {
   	font-size: 12px;
    font-family: Arial;
	text-decoration: underline;
    color: black;
}


ul#nav {
	list-style-type: none;
}

* html ul#nav {
    padding-top: 8px;
}

ul#nav li a  { color: black; font-size: 12px; font-family: Arial; line-height: 15px; text-decoration: none; background: url(../images/nav_normal.gif) no-repeat right top; text-align: left; display: block; margin: 4px 0; padding: 2px 18px 2px 0; vertical-align: middle }

* html ul#nav li a {
    text-decoration: none;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    color: black;
    vertical-align: middle;
    padding: 0px;
    margin: -7px 0 -7px 0;
    padding: 0px 18px 0px 0;
    display: block;
    line-height: 15px;
    background: url(../images/nav_normal.gif) no-repeat right top;
}



ul#nav li a:hover, ul#nav li a:active, ul#nav li a.active {
	background: url(../images/nav_hover_doll_rot.gif) no-repeat right top;
    font-weight: bold;
}

h1 {
 	font-size: 18px;
}

.h2 {
	font-size: 13px;
}

h2, h3 {
 	font-size: 13px;
}

.smallinput {
    margin-bottom: 3px;
}

.largeinput {
    margin-bottom: 3px;
    padding: 1px 3px;
    font-family: Arial;
    width: 150px;
}

.textarea {
    margin-bottom: 3px;
    padding: 2px 3px;
    font-family: Arial;
    font-size: 13px;
    width: 350px;
    height: 150px;
}

.fileinput {
	margin-bottom: 3px;
    padding: 1px 3px;
    font-family: Arial;
    width: 250px;
}

.button {
    margin-top: 20px;
    margin-right: 20px;
}

.hint {
	font-family: Arial;
    font-size: 11px;
    color: red;
    margin-left: 5px;
}

form {
	display: inline;
}

#item_edit_text {
	width: 600px;
	heigth: 600px;
}

#status {
	font-family: Arial;
    font-size: 11px;
    color: red;
    font-weight: bold;
    display: none;
}
