* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #222323;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
a, a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
.padding8 {
	padding: 8px;
}
input, textarea, select {
	border: solid 1px #ffffff;
	margin-bottom: 2px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding:2px;
}
button {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #1fd207;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 6px;
}
.alignleft {
    float: left;
    clear: left;
    margin: 0 4px 4px 0;
}
.alignright {
    float: right;
    clear: right;
    margin: 0 0 4px 4px;
}

#backleft {
	background: #FFFFFF;
	width: 28%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
#backright {
	background: #222323;
	width: 72%;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

div#container {
	height: 100%;
	width: 100%;
	z-index: 2;
	position: relative;
}
div#wrapper{
	height: 100%;
	float: right;
	width: 72%;
}
div#ist{
	background: #222323;
	color: #ffffff;
	width: 220px;
	float: left;
	text-align: left;
}
div#content{
	background: #222323;
	color: #ffffff;
	float: left;
	margin-top: 50px;
	font-size: 11px;
}
table#main {
	width: 400px;
	z-index: 3;
}
div#ecom{
	float: right;
	height: 100%;
	background: #ffffff;
	color: #222323;
	font-size: 12px;
	text-align: right;
}

div#footer{
	border-top: solid 1px #ffffff;
	color: #ffffff;
	clear: right;
	width: 100%;
}

.header {
	margin-top: 40px;
	margin-bottom: 23px;
}

/*nav*/
#ist .header a, #ecom .header a {
    background: none;
    padding-right: 0px;
    padding-left: 0px;
}
#header div {
	padding: 40px 0px 30px 0px;
}

#ecom a {
	background: url(fotografo_fotografie/li_ecom.gif) right 2px no-repeat;
	padding-right: 20px;
	color: #222323;
}
#ecom a:hover {
	color: #e76700;
}

#ist a {
	background: url(fotografo_fotografie/li_ist.gif) left 2px no-repeat;
	padding-left: 20px;
	color: #ffffff;
}
#ist a:hover {
	color: #1fd207;
}
#ecom li, #ist li {
	list-style: none;
	padding: 7px 0px 0px 0px;
}

#center {
	clear: both;
	text-align: center;
	width: 800px;
	padding: 30px 0;
}
/*nav*/


/*main*/
#main a {
	color: #ffffff;
}
#main a:hover {
	color: #1fd207;
}
h2 {
	border-top: solid 1px #ffffff;
	color: #1fd207;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px;
	padding-top: 6px;
	text-align: right;
}
h3 {
	color: #1fd207;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.address {
	background: #20a30e;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}

fieldset {
    background: #444444;
    width: 320px;
    padding: 10px;
    margin: 0 auto;
}
label {
    display: block;
    margin-bottom: 4px;
}
input, textarea {
    margin-left: 30px;
}
.form_error {
    display: block;
    color: #1fd207;
    font-weight: bold;
    margin-bottom: 6px;
}
.gallery td {
    padding: 8px 8px 8px 8px;
    width: 120px;
    text-align: center;
}
.gallery img {
    border: solid 1px #666666;
    padding: 2px;
}

.navigator {
    width: 100%;
}
.navigator td {
    text-align: center;
}
#main .navigator a {
    background: #20a30e;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
}
/*main*/

/*footer*/
#footer .left {
	text-align: right;
	width: 28%;
	float: left;
}
#footer .right {
	text-align: left;
	width: 71%;
	font-size: 10px;
	color: #ffffff;
	float: right;
}

