

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #555;
	text-decoration: none;
}


a:hover 
{
	text-decoration: none;
	color: #000;
}



body {
	background: #666 url(img/bg.jpg) repeat-x fixed left bottom;
	color: #555;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


h1 
{
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
}


h2 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 1px;
	color: #FF9900;
}



.headertext1 
{
	font-size: 18px;
	font-weight: bold;
}

.headertext2 
{
	font-size: 10px;
	font-weight: bold;
}



/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #333; 
	border: 0px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 805px; 
}


/* Header */
.gfx {
	background: #222 url(img/top_image.jpg) no-repeat;
	height: 200px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #D26E00 url(img/bgmenu.jpg) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #FFF;
	font-size: 1.2em;
	float: left;
	padding-top: 3px;
	width: 114px; height: 20px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FFF;
}
.menu a#last {
	width: 115px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #BBBBBB;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}


.eddie {
	background: #BBBBBB;
        width: 300px;
}

.textblock {
	background: #BBBBBB;
        width: 460px;
	margin-top: 5px;
	padding-left: 112px;
        border-bottom: dotted 3px #c7c7c7;
        border-right: dotted 3px #c7c7c7;
}

.textblock2 {
	background: #BBBBBB;
        width: 460px;
	margin-top: 25px;
	padding-left: 18px;

}


.paintings {
	background: #BBBBBB;
        width: 460px;
	margin-top: 5px;
	padding-left: 25px;
	padding-top: 5px;

}


.drawings {
	background: #BBBBBB;
        width: 460px;
	margin-top: 5px;
	padding-left: 125px;
	padding-top: 1px;

}

.bilddetail {
	background: #BBBBBB;
        width: 600px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
        border-bottom: dotted 1px #c7c7c7;
        border-right: dotted 1px #c7c7c7;
}



.noteblock1
{
    background: #d0d0d0;
    padding: 8px 30px;
    width: 300px;
    border: 1px solid #000;
    color: #000;
    margin: 7px 0px 7px 0px;
}


.push
{
    margin: 0px 0px 7px 0px;
}



#sidebar 
{
	width: 300px;
	float: right;
	margin-left: 9px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}


.projekt {
	background: #BBBBBB url(img/bgitem.gif) repeat-x;
	padding: 18px 30px;
        width: 388px;
        border-bottom: dotted 1px #c7c7c7;
        border-right: dotted 1px #c7c7c7;
}


#container {

	float: right;
        top:0px;
        width:438px;
        padding-left:8px;
        padding-right:14px;
	clear: both;
}





#sidebar 
{
	width: 500px;
	float: right;
	margin-left: 9px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}



/* Footer */
.footer {
	padding: 5px;
	background: #999999;
	color: #555;
} 
