/* ------------------------------------------------------------------------
ahpaaxe
--------------------------------------------------------------------------- */
html * {
	margin:0px;
	padding:0px;
}

a img {
	border:0;
}

body {
	background-color:#000066;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#000066;
}


#container_full {
	margin:0px 0px 0px 269px;
	width:512px;
}

#container_full[id] {
	background-image:url(../images/backgrounds/container_full.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#container {
	margin:0px 0px 0px 269px;
	width:512px;
}

#container[id] {
	background-image:url(../images/backgrounds/container.png);
	background-repeat:repeat-y;
}

#content {
	float:left;
	padding-top:   5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom:0px;
	margin:0px;
	width:472px;
	height: 268px;
	overflow: auto;
}

#film_content {
	width:415px;
	float:left;
	padding-top:   0px;
	padding-left:  0px;
	padding-right: 0px;
	padding-bottom:5px;
	margin:0px;
}

#bilderrahmen {
	line-height:0px;
	font-size:0px;
	}

#bilderrahmen img{
	border-bottom:3px solid #000066;
}
	
#bild {
	position: absolute;
	top: 38px;
	left: 269px;
	line-height:0px;
	font-size:0px;
}

#content_full {
	padding:5px 44px 5px 30px;
}

#bottom {
	position:relative;
	margin:0px 0px 0px 269px;
	height:64px;
}

#footer_bar {
	position:absolute;
}

/* text styles */
p {
	margin:10px 5px 20px 0px;
}

p.first {
	margin:0px 0px 10px 0px;
}

h1 {
	font-size:18px;
	line-height:30px;
}

h2 {
	font-size:15px;
	line-height:20px;
	margin:15px 0px 5px 0px;
}

h3 {
	font-size:12px;
	line-height:16px;
	margin:5px 0px 5px 0px;
}

#lekliste {
	width: 450px;
	height: 100%;
	line-height:18px;
}

#lekliste li {
	margin-bottom: 4px;
	background-color: yellow;
	list-style-type: none;
	padding: 4px;
}


/* ------------------------------------------------------------------------
ende master.css
--------------------------------------------------------------------------- */
