*, base, body{
font-family: "Courier New", Courier, monospace;
//color:#333333;
font-size:12px;
}

div#doc2{
	padding-top:18px;
	padding-left:22px;
	padding-bottom:30px;
	padding-right: 40px;
	width:950px;
}

div#content {
	margin-top:20px;
	margin-bottom:20px;
}

div#content p{
	margin-bottom: 20px;
}

h1{
	font-weight: bold;
	font-size: 120%;
	margin-bottom:10px;
}

h2{
	font-size: 110%;
	margin-bottom: 10px;
}

ul#navi {
margin:0;
padding:0;
clear:both;
}
ul#navi li {
text-indent:-2000px; /* Der Text verschwindet 2000px nach links*/
width:210px;
line-height:24px;
list-style:none;
text-align:center;
}
ul#navi li a {
display:block;
width:100%;
text-decoration:none
}

ul#navi li#painting_portfolio {
background:url(../img/painting_portfolio.gif) no-repeat 0 0;
}
ul#navi li#photograph_portfolio {
background:url(../img/photograph_portfolio.gif) no-repeat 0 0;
}
ul#navi li#contact_me {
background:url(../img/contact_me.gif) no-repeat 0 0;
}
ul#navi li#artist_statement {
background:url(../img/artist_statement.gif) no-repeat 0 0;
}
ul#navi li#biographical_themes {
background:url(../img/biographical_themes.gif) no-repeat 0 0;
}
ul#navi li#curriculum_vitae {
background:url(../img/curriculum_vitae.gif) no-repeat 0 0;
}
ul#navi li#tune_in{
background:url(../img/tune_in.gif) no-repeat 0 0;
}


#startimage{
margin-top:12px;
margin-bottom:12px;
}

#gallery{
margin-top:20px;
}

.test{
border:1px solid #00FF66;
cursor:move;
}

#gallery li{
float:left;margin-right:20px;margin-bottom:20px;height: 124px;
}

p{
	font:"Courier New", Courier, monospace; margin-bottom:12px;
}
/*
ul#navi li#eins a:hover {
background:url(img/nav-eins-hov.jpg) 0 0 no-repeat;
}
*/


.artist_statement{
	background:url(../files/artist_statement_bg.jpg) no-repeat 0 0;
}

.contact_me{
	background:url(../files/contact_me_bg.jpg) no-repeat 0 0;
}

.tune_in{
	background:url(../files/tune_in_bg.jpg) no-repeat 0 0;
}
.curriculum_vitae{
	background:url(../files/curriculum_vitae_bg.jpg) no-repeat 0 0;
}
.biographical_themes{
	background:url(../files/biographical_themes_bg.jpg) no-repeat 0 0;
}

p.small{
	font-size:11px;
}

form.ajaxform textarea {
	width: 100%;
}


/* Forms */
form {
	clear: both;
	padding: 0;
	width: 398px;
}

label {
float: left;
  width: 130px;
  text-align: left;
	display: block;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin-left:133px;	
}

input, textarea
{ width: 259px; 
  font-family:"Courier New", Courier, monospace;
  font-size: 100%;
  border: 1px solid #CCCCCC;
  margin: 2px;
}

input[type=submit] {
	display: inline;
	width: auto;
	vertical-align: bottom;
}
.submit
{ font-family:"Courier New", Courier, monospace;
  border: 0px solid #CCCCCC;
  width: 70px;
  height: 22px;
  cursor: pointer;
  margin-left:auto;
  margin-right:0px;
}