

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	font-size: 1.2em;
	text-decoration: none;
}


a:hover 
{
	text-decoration: underline;
	color: #000000;
}

.bild_rechts {float:right;margin-left:10px; margin-bottom:10px;}
.bild_links {float:left;margin-right:10px;margin-bottom:10px;}

body {
	background: #EEF8F9;
	color: #000000;
	margin: 20px 0;
	text-align: left;
	font: normal 0.8em sans-serif,Lucida Sans Unicode;
}
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: 20px;
	font-weight: bold;
	padding-top: 5px;
}


h2 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 1px;
	color: #11A1AC;
}


h3 
{

	font-size: 1.2em;
	color: #000000;
}


.floatright
{
float: right;
margin: 0 0 10px 10px;
}



.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: #FFFFFF; 
	border: 1px double #EEE;
	border-color: #000000 #000000 #000000 #000000; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 900px; 
}


/* Header */
.gfx {
	background: #222 url(img/top_image.jpg) no-repeat;
	height: 190px;
}
.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: #000000;
	font-size: 1em;
              font-weight: bold;
	float: left;
	padding-top: 4px;
	width: 150px; height: 18px;
}
.menu a span {
	padding-left: 16px;
}
.menu a:hover {
	background-position: left bottom;
	color: #11A1AC;
}
.menu a#last {
	width: 145px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #FFFFFF;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}

.textblock {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 8px 20px;
        width: 563px;
        border-bottom: dotted 1px #c7c7c7;
        border-right: dotted 1px #c7c7c7;
}

.textblock2 {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 8px 20px;
        width: 563px;
        border-right: dotted 1px #c7c7c7;
}

.textblock3 {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 18px 30px;
        width: 720px;
        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: 250px;
	float: right;
	margin-left: 9px;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 18px;
	text-align: left;
	clear: both;
}


.projekt {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 18px 30px;
        width: 388px;
        border-bottom: dotted 1px #c7c7c7;
        border-right: dotted 1px #c7c7c7;
}



#projektsidebar 
{
	width: 250px;
	float: right;
	margin-left: 9px;
	margin-top: 30px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}



/* Footer */
.footer {
	padding: 20px;
              border-top: dotted 1px #c7c7c7;

} 
