/* 
Burnt 1.0 for OSWD
- http://smallpark.org 
- Last Revision: August 16th 
- Design and Code by Anthony Yeung
- Comments: None. 
*/

/* 
and now onto the meat and potatoes... 
*/

/* General Configs */

body {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 10em;
}

img {
margin-bottom: 2em;
}

h1 {
font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
line-height: 1em;
font-weight: 900;
}

#header {
height: 60px;
width: 730px;
}


#header h1 {
padding-top: 20px;
font-size: 30px;
font-weight: normal;
color:#CC6600;
}

#container {
background: url(dot-top.gif) top repeat-x; 
width: 730px;
margin-bottom: 5em;
}

h2 {
color: #aaa;
margin-top:1em;
margin-bottom:0.5em;
font-size: 17px;
}

h3 {
color: #CCC;
margin-bottom: 2em;
}

.text {
width: 350px;
min-height: 800px;
padding-top: 20px;
background: url(dot.gif) right top repeat-y; 
padding-right: 20px;
margin-right: 20px;
}

.text img {
 margin: 0em;
 margin-bottom: 0.75em;
 margin-right: 1.5em;
 padding-top: 0.75em;
 float: left;
}

.text h3 {
color: #CCC;
margin-bottom: 0.5em;
margin-top: 1.5em;
font-size: 1.15EM;
}

#infinitum {
float: right;
width: 150px;
height: 800px;
padding-top: 20px;
background: url(dot.gif) right top repeat-y; 
padding-left: 20px;
}

#mightylinks {
padding-top: 20px;
float: right;
width: 150px;
height: 800px;
background: url(dot.gif) right top repeat-y; 
padding-right: 20px;
}

#mightylinks h3 {
color: #CCC;
margin-bottom: 0.5em;
margin-top: 1.5em;
font-size: 1.15EM;
}

#gsuche {
position: absolute;
top: 15px;
left: 530px;
width: 250px;
height: 70px;
overflow: visible;
border: 0px solid #cccccc;
}

a {
color: #CC6600;
}


a:hover {
color: #999;
}

ul.links li {
margin-left: 3em;
list-style-image: url(sym_link.gif);
}

form {
height: 15px;
}

input {
border: 1px solid #CCC;
background-color:#FFFFFF;
font-size: 11px;
padding: 1.5px;
color: #666;
}


.adv {
color: green;
}

.anzeige {
text-align: right;
text-decoration: italic;
color: #CCC;
}

.lp, .lp:visited {
color: #666;
}

.verbrio {
 width: 290px;
 height: 52px;
 margin: 0 auto;
 padding: 6px;
 border: 1px solid #E1E3E5;
 font-size: 12px;
 background-color: #F5F9FF;
}

.verbrio2 {
 width: 100px;
 margin-left: 10px;
 padding: 6px;
 border: 1px solid #E1E3E5;
 font-size: 12px;
 background-color: #F5F9FF;
 text-align: center;
}

.verbrio img {
 float: left;
}

span.u {
 text-decoration: underline;
}

