* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}
a {
	color: #FFFFFF;
	text-decoration: none;

}

h1 {
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-left: 5px;
}

#column1 {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg22.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 20px;
}
#column1 h1 {
	color: #7e9ab6;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

#column1 h2 {
	color: #7e9ab6;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 17px;
	margin-left: 0px;
}
#column_portfolio {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg22.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 20px;
}
#column_center {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#column_center2 {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.col1 {
	width:225px;
	margin-right: 0px;
	float: left;
	margin-top: 5px;
	height: 125px;
	margin-bottom: 15px;
	margin-left: 30px;
	background-image: url(images/skugga3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.col2 {
	width:100px;
	margin-right: 15px;
	float: left;
	padding: 8px;
	margin-top: 10px;
	height: 100px;
	margin-bottom: 25px;
}
.col3 {
	width:340px;
	float: left;
	margin-top: 25px;
	height: 240px;
	padding-top: 25px;
	padding-left: 40px;
	background-image: url(images/skugga2.png);
	background-repeat: no-repeat;
	padding-right: 80px;
	background-position: left top;
	padding-bottom: 50px;
	margin-left: 70px;
}
.pil {
	width: 100px;
	height: 310px;
	float: right;
	margin-right: 5px;
}
#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:300px;
	left:0;
	z-index:70;
	overflow:auto;
}

.box {
	width: 175px;
	padding-bottom:100px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 215px;
	position: absolute;
	left: 65%;
	top: 12%;
	background-image: url(images/gimedia.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.box a#aktuell {
	color: #8794AB;
}


/* CAROUSEL
----------------------------------------------------------------------------------*/
#carousel {
	position: relative;
	width: 1020px;
	height: 179px;
	padding-top: 50px;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 65px;
	margin-left: auto;
	margin-right: auto;
}
#carousel .content {

}
#carousel a.next {
	position: absolute;
	top: 110px;
	right: 30px;
	display: block;
	width: 53px;
	height: 34px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/next.png);
	outline: none;
}
#carousel a.prev {
	position: absolute;
	top: 110px;
	left: 0;
	display: block;
	width: 53px;
	height: 34px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/back.png);
	outline: none;
}

#carousel .content ul {
	width: auto;
	height: 180px;
	overflow: hidden;
}
#carousel .content ul li { display: inline; }
#carousel .content ul li a {
	float: left;
	display: block;
	width: auto;
	height: auto;
	background-image: url(images/skugga3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 4px;
}
#carousel .content ul li a.last_in_row { margin-right: 0; }

