/* CSS Document */

/**
 * 	Main page layout settings
 */


.logocol {
	float: none;
	width: 360px;
	margin: 20px 10px 20px 20px;
	text-align:right;
	position: relative;

	
}

.contentcol {
	margin: 20px 10px 20px 20px;
	position: relative;
	float:none;
	padding:10px;
}


.contentitem {
	margin: 10px 10px 20px 35px;
	width: 360px;
	position: relative;
	color:#999999;
	font: 12px Arial, Helvetica, sans-serif normal;
	float:left;
	clear: both;
	
}

.h1 {
	font-size: 1.8em;
	color: black;
}

.separator {
	position: relative;
	width: 600px;
	padding: 20px 0px 10px 0px;
	float:left;
	text-align:right;
}

.introtextcol { 
	width: 226px;
	position: relative; 
	float: left;
	margin: 0px;
}

.middlecol {
	width: 190px;
	position: relative;
	float: left;
	margin: 0px;
}
.omtext {
	position: relative;
	margin: 1px 0px 0px 0px;
}
.kontaktatext {
	margin: 8px 0px 0px 0px;
	position: relative;
}


.productioncol {
	width: 184px; 
	position: relative;
	float: right;
	margin: 0px;
}

.imagecol {
	width: 500px;
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
}

.rightcol {
	width: 184px; 
	position: relative;
	float: right;
	margin: 0px 10px 0px 0px;
}

#twitter_update_list {
	margin: 0px 0px 10px 0px;
	width: 100%;
	position: relative;
	color:#999999;
	font: 20px Arial, Helvetica, sans-serif normal;
	float:left;
	list-style: none;
	padding: 0;
	text-indent: -1 em;

}



/**
 * 	Standard settings
 */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
}

.imagenote {
	color:#999999;
	font: 12px Arial, Helvetica, sans-serif normal;
	margin-top: 10px;
	margin-left: 35px;
	float:left;
}

.flickrnote {
	color:#999999;
	font: 12px Arial, Helvetica, sans-serif normal;
	margin-top: 10px;
	margin-left: 35px;
	float:right;
}

.smallimage {
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align:top;
	border: 0px;
	border-color: #ef6883;
	border-style: solid;
}

/**
 * 	Links
 */


a { background-color: white; text-decoration: underline; color: #00aa86; font-weight: bold; }
a:hover { background-color: #00aa86; color: #fff; font-weight: bold;}
a:active { color: white; background-color: #007e64; font-weight: bold;}
a:visited { text-decoration: underline; color: #00aa86; font-weight: bold; }

