/* owe.css - by Johan Ronström - mostly based on an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author. */

body{
margin:0;
padding:30px 0;
font:10pt tahoma,verdana,sans-serif;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
}

table.images {
	border-spacing: 5px;
}

table.images td {
	border: 1px solid black;
	padding: 0px;
}

table.images img {
display: block;
border: 0;
padding: 0;
}

.musik-titel {
margin: 0 0 0 20px;
font-weight: bold;
}

.musik-titel span {
font-weight: normal;
font-size: 80%;
}

#thetop{
margin:0;
}

#intro{
font-size:8pt;
position: relative;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

li{
margin:0 0 0.5em 0;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
position: relative;
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover {
background:#fff url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.menuheader{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient3.png) repeat-x;
color:#ddd;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink img {
position: absolute;
right: 15px;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
position: absolute;
top: 36px;
left: 210px;
font-size:3.5em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

#intro span {
position: absolute;
}

#cloud1 {
top: 75px;
left: 180px;
color: #ccc;
font-size: 2.1em;
}

#cloud2 {
top: 7px;
left: 400px;
color: #c3c3c3;
font-size: 2em;
}

#cloud3 {
top: 2px;
left: 160px;
color: #c3c3c3;
font-size: 1.8em;
}

#cloud4 {
top: 90px;
left: 340px;
color: #ccc;
font-size: 1.8em;
}

#cloud5 {
top: 15px;
left: 300px;
color: #ddd;
font-size: 1.7em;
}

#cloud6 {
top: 110px;
left: 270px;
color: #ddd;
font-size: 1.6em;
}

#cloud7 {
top: 45px;
left: 140px;
color: #dedede;
font-size: 1.7em;
}

#cloud8 {
top: 55px;
left: 480px;
color: #dedede;
font-size: 1.6em;
}

#cloud9 {
top: 114px;
left: 150px;
color: #e4e4e4;
font-size: 1.6em;
}

#cloud10 {
top: 118px;
left: 430px;
color: #eee;
font-size: 1.6em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
background:#FDFDFD;
color:#222;
border:1px solid #ddd;
width: 130px;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* Download list -- based on Gemstone by Arcsin - http://arcsin.se */
.download_list {
	width: 500px;
	position: relative;
	top: 0;
	left: 10px;
	border-top: 0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
}

.download_list div {
	position: relative;
}

.download_list div img {
	position: absolute;
	left: 501px;
	top: 2px;
	float: left;
}

.download_list u {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.download_list span, .download_list a {
	background: #FFF url(img/bg_navitem.gif) bottom left repeat-x;
	border-top: 1px solid #EEE;
	display: block;
	font: normal 0.8em Verdana,Tahoma,sans-serif;
	padding: 0;
	text-decoration: none;
	color: #333;
}

.download_list em {
	font-style: normal;
	padding: 6px;
	display: block;
}


.download_list span u {
	color: #606060;
	text-decoration: none;
}

.download_list a u {
	color: #00D;
}

.download_list a:hover {
	color: #00D; background: none;
}

.download_list, .download_list u {
	color: #D00;
}

.download_list h4 {
	background: #eaeaea url(img/bgsubtitle.gif) repeat-x;
	color: #000;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
	margin: 0;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org 

Edited by Johan Ronström, 2007
*/