html {
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	color: #333333;
}
body, div, p, div#text-area div {
	font: 13px/1.5em "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* basic html elements */

h1 {
	padding: 0px;
	font-size:160%;
	margin-bottom: 8px;
	line-height: 120%;
	font-family: Arial, Helvetica,  sans-serif;
}
h2 {
	font-size: 130%;
	margin: 0;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
	margin: 5px 0px 5px 0px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}
h3 span.category{
	font-weight: normal;
}

h1{
	color: #333333;
}
h2{
	color: #333333;
}


img, img a {border: none;}
a:link, a:visited{
	color: #BD1F46;
	text-decoration: none;
}
a:hover{color: #2e3c42;}

h3 a:link, h3 a:visited{
        color: #BD1F46;
	/*color: #BBBBBB; grey*/
}

ul{
	list-style-type: square;
	margin: 10px 15px;
	list-style-position: inside;
}
ul li, ol li{
	margin-bottom: 5px;
}
ol{
	list-style-position: inside;
	margin: 10px 15px;
}

blockquote{
	padding: 0px;
	margin: 8px 15px 0px 15px;
	font-style: italic;
}
blockquote p{
margin-top: 0px;
}
blockquote p, blockquote h2{
	font-style: italic;
}

strong.label{
	color: #666666;
}
/* custom page elements */
#container{
	position: relative;
	width: 950px;
	margin: 20px auto 0 auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background: url(images/elements/background.gif) repeat-y;
	background-color: #FFFFFF;
}
#bg-container{
	position: relative;
	background: url(images/elements/backgroundy.jpg) repeat-x;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
}
div#top-area{
	position: relative;
	height: 295px;
}

a#home-link{
	position: absolute;
	left: 0px;
	top: 20px;
	display: block;
	width: 157px;
	height: 190px;
	background: url(images/elements/logo.gif) no-repeat;
}

a#header-slogan{
	position: absolute;
	left: 170px;
	top: 53px;
	display: block;
	width: 282px;
	height: 62px;
	background: url(images/elements/header-slogan.png) no-repeat;
}
/* main navigation */
#navigation-area{
	position: absolute;
	top: 170px;
	left: 390px;
	width: 550px;
}
#nav01-area ul li a, #nav02-area ul li a {
	/*font: 92%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
#nav01-area{
	position: relative;
	color: #333333;
	font-size: 11px;
	font-style: italic;
}
#nav01-area ul{
	margin: 0px;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0px;
}
#nav01-area ul li{
        display: inline;
	margin: 0px;
	padding: 0px;
	float:left;
}
#nav01-area ul li a{
	margin-right: 35px;
}
div.menu-desription{
	width: 85px;
	font-size:11px;
	font-style:italic;
	color: #666666;
	line-height: 93%;
}
a.menu1:link,
a.menu1:visited{
	text-decoration: none;
}
a.menu1:hover, a.menu1.active{

}

/* sub navigation - level 2 */
#nav02-area  {
	position: absolute;
	bottom: 0px;
	height: 16px;
}
#nav02-area ul{
	position: relative;
	margin: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 16px;
}
#nav02-area ul li{
	margin: 0 0 0 0;
display: inline;
	float: left;
	padding: 0 3px 0 0px;
	font-size: 110%;
}
#nav02-area ul li:first-child a.menu2 span{
	display: none;
}
#nav02-area ul li a.menu2 span{
	padding-right: 3px;
}
#nav02-area ul li:last-child span{
	display: none;
}
a.menu2:link,
a.menu2:visited{
	/*font-weight: bold;*/
	color: #333333;
	text-decoration: none;
}
a.menu2:hover, a.menu2.active{
	color: #BD1F46;
	/*font-weight: bold;*/
}

#main-content-area{
	position: relative;
	float: left;
	margin-bottom: 405px;
display: inline;

	/*background: url(images/elements/skug-logo-back.gif) no-repeat;*/
}

#list-description{
	position: relative;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
}
#text-area, #list-area{
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 30px;
}
#list-area h1.main{
margin-bottom: 20px;
}

#text-area{
	padding-left: 160px;
}

div.teaser-left{
	position: relative;
	float: left;
	width: 160px;
display: inline;

}
div.teaser-left img{
	display: block;
	margin-bottom: 15px;
	border: 1px solid #333333;
	cursor: pointer;
}
div.teaser-left img.active{
	/*border: 1px solid #BD1F46;*/
/*filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity: 0.5;*/
}
div.teaser-center{
	position: relative;
	float: left;
	width: 460px;
display: inline;
}
div.teaser-center img{
	border: 1px solid #333333;
}
div.teaser-right{
	position: relative;
	float: right;
	width: 280px;
display: inline;

}
div.abstract{
	position: relative;
	margin-bottom: 5px;
}
.abstract img{
	float: left;
	margin: 3px 10px 5px 0;
display: inline;

}

#main-content-area.review div.abstract{
	/*vertical-align: bottom;*/
}
div.parameter{
	position: relative;
	margin-bottom: 15px;
	clear: left;
}
div.parameter a.read-more{
	position:absolute;
	right:5px;
	top:0px;
}

div.parameter{
	color: #666666;
	font-size: 90%;
}

div.text,
div#text{

}
div.text h2, div.abstract h2{
	color: #666666;
}
div.abstract h2{
	text-transform: uppercase;
	color: #BBBBBB;
}
div.abstract em{
	font-style: italic;
	color: #333333;
	line-height: 93%;
}
#main-content-area.list div.list-item{
	position: relative;
	margin-bottom: 60px;
}

#appendix-area{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#related, #categories{
	margin-top: 15px;
	border-top: 3px dotted #AAAAAA;
	padding-top: 10px;
}


#related h2 {
	color: #A0A0A0;
	margin-bottom: 5px;
}

div#footer-area{
	position: absolute;
	bottom: 0px;
	width:100%;
	height: 405px;
	clear: both;
	background: url(images/elements/footer.jpg) no-repeat;
}
div#footer-area div{

}
#address-area{
 position: relative;
top:340px;
left: 40px;
text-align: center;
color: #FFFFFF;
font-size: 100%;
line-height: 1.2em;
}
#address-area a{
color: #FFFFFF;
text-decoration: none;
}
/* special page-elements */
img.keyvisual{
	/*border: 2px solid #CCCCCC;
	cursor: pointer;*/
}
img.keyvisual{
	background: url(images/elements/enlarge.gif) no-repeat;
}
a img.keyvisual{
	background: none;
}
hr{
	width: 100%;
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: none;
}

/* forms */
input.text, input.submit, input.button, select, textarea{
	border: 1px solid #d0d0d0;
	padding: 2px;
}
input.submit{
	padding: 1px;
}

/* link-backgrounds */

#text-area a{

}
#text-area a.internal{

}
#text-area a.author{

}
#text-area a.download{

}
#text-area form a{

}

.clear {clear: both;}
.teaser h2.header {}

/* abo formulare */
div#form-error{
	/*border: 1px dotted #FF9933;*/
	margin-bottom: 10px;
	width: 100%;
	/*padding: 3px;*/
	/*background-color: #EFEFEF;*/
}

div.notify div.header{
	color: #993333;
	border: 1px solid #AAAAAA;
	background-color: #EFEFEF;
	padding: 3px;
	font-weight: bold;
}
div.notify div.text, div.notify div.abstract{
	position: relative;
	color: #993333;
	border: 1px solid #AAAAAA;
	background-color: #EFEFEF;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}
div.error strong{
	color: #993333;
}
div.notify div.body{
	padding: 3px;
}

table caption{
	color: #666666;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px;
}

/* tooltip */
#tooltip{
	position: absolute;
	border: 1px dotted #999999;
	z-index: 100;
	background-color: #FFFFFF;
	padding: 5px;
}

#lightbox{
	position: absolute;
	top: 0px;
	width: 100%;
	height:100%;
	background: url("images/elements/overlay.png");
	z-index: 100;
	/*visibility: hidden;*/
	/*display: none;*/
}
#image-box{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 101;
	text-align: center;
}

#image-box-body{
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 16px;
	padding-top: 10px;
	border: 1px dotted #AAAAAA;
	background-color: #000000;
}
#image-box-header{
	position: relative;
}
#image-box-footer{
	position: relative;
	/*border-top: 3px dotted #AAAAAA;*/
	height: 20px;
	margin-top: 10px;
}
#image-box-hide{
	position: absolute;
	right: 10px;
	top: 0px;
}

.style1


