/* base
----------------------------------------------- */
/* Galerie-Layout siehe unten */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
        background-image:url(http://engelkunst.de/images/engel.jpg);
        background-repeat:no-repeat;
        background-attachment:fixed;

}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Arial,Garamond, Tahoma, Times, serif;
	font-style: italic;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}


hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 dotted;
}

a:hover{color:grey;}

a img {
	border-bottom: none;
    text-decoration:none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#menu a {
	color: #c00;
	border: none;
}
#menu a:hover {
	color: #333;
	border: none;
	text-decoration:underline;
}
/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#wrapper {
	margin: 10px;
	margin-left:70px;
	padding: 10px;
	width:90%;
}

#head {
	text-align: center;
}

#left {
	float: left;
	width: 150px;
	padding-top: 100px;
	margin-right: 5px;
	text-align: right;
}
#content {
	margin-left:210px;
	margin-right:10px;
	padding-top: 30px;
	width: auto;
	border:1px dotted #dedede;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

/* overrides
----------------------------------------------- */

#left p {
	font-size: 0.8em;
	line-height: 1.5em;
}


div.divider {
	margin: 2em 0;
	text-align: center;
}

/* Galerie
----------------------------------------------- */
div.slimbox {display:block; width:100%;}
#content img{padding:5px;margin:9px;border:1px solid #ccc;}
#content .divider img{border:none;}
#content div.slimbox img{}
#content div.slimbox a{border-bottom:none;}        
#content div.slimbox a:hover{background-color:#ccc}
#content div.slimbox p{float:left;}

.slimbox span{font-size:9px}
/* articles
----------------------------------------------- */

ul.vita, ul.vita li{
    list-style-type:none;
    margin-left:0;
    margin-bottom:10px;
    }


ul.recent_articles {list-style-type:none;}


/* Zeugs */ 
.directory {
	list-style-type: circle;
}
.author {
	font-style: normal;
	font-size: 0.8em;
}
.published {
	font-size: 0.8em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
