/* ========================================================================
* Filename: style.css
* Template: Stella Alice
* Author: Vayu Robins
* Company: Flashkompagniet
* Date Created: 14-05-2009
* Media: Screen
======================================================================== */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	background: #E2E2E2 url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* ===================== CONTAINER ================= */
#container {
	margin: auto;
	text-align: center;
	position: relative;
	width: 900px;
}

/* ===================== HEADER ================= */
#header {
	position: relative;
	width: 900px;
	height: 115px;
}

#logo {
	float: left;
	position: relative;
	width: 169px;
	height: 40px;
	left: 0px;
	top: 35px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 169px;
	height: 40px;
	background: url(images/logo.jpg) no-repeat;
}
#logo a:hover {
	background-position: 0 -40px;
}

/* ===================== MENU ================= */
#menu {
	float: right;
	position: relative;
	top: 85px;
	right: 0px;
	font-family: Futura, Century Gothic, AppleGothic, sans-serif ;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding: 10px 9px 10px 0px;
	background: url(images/menu-star.png) right 7px no-repeat;
}
#menu #menu-last { background-image: none; margin-right: 0; padding-right: 0; }
#menu #menu-last a { margin-right: 0; padding-right: 0; }
#menu li a {
	font-size: 16px;
	padding: 10px;
	color: #494949;
	text-decoration: none;
	height: 20px;
}
#menu li a:hover { color: #aa2129; }

#menu li a.current { color: #aa2129; }

/* ===================== TOP FORSIDE ================= */
#top-left {
	float: left;
	display: inline;
	/*background: url(images/malene.jpg) no-repeat;*/
	width: 486px;
	height: 231px;
	margin-top: 25px;
	margin-left: 25px;
	padding: 25px;
	background-color: #363636;
	color: #FFF;
	font-size: 1.4em;
	line-height: 20px;
}
#top-right {
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 2px;
	width: 312px;
	height: 281px;
	position: relative;
}
#top-right h1, #top-right h6 { color: #FFF; }

#fotograf {
	position: absolute;
	bottom: -15px;
	right: 5px;
	font-weight: normal;
}

/* the following rules apply only to IE6 + IE8 */
* html #top-right{
	width: 312px;
	height: 281px;
}
/* the following rules apply only to IE7  */
*+html #top-right {
	width: 307px;
}

/* ===================== CONTENT ================= */
#content-bg {	
	width: 900px;
	background: url(images/content-bg.png) repeat-y;
	position: relative;
	text-align: left;
	background-color: #FFF;
}

#content {
	clear: both;
	float: left;
	display: inline;
	position: relative;
	margin: 35px 0px 25px 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 511px;
	text-align: left;
	font-size: 1.1em;
	color: #555;
	line-height: 20px;
	border-right: 2px solid #e6e6e3;
}
/* the following rules apply only to IE6 + IE8 */
* html #content{
	width: 538px;
}
/* the following rules apply only to IE7  */
*+html #content{
	width: 538px;
}

#content ol,#content ul,#content dl {
	margin: 0 0 0 2em;
}
#content li { margin: 3px; list-style: disc; }

/* ===================== SIDEBAR ================= */
#sidebar {
	float: left;
	display: inline;
	position: relative;
	margin: 35px 0px 25px 25px;
	padding-bottom: 25px;
	width: 287px;
	font-size: 1.4em;
	line-height: 20px;
	color: #555;
}
#sidebar h4 { margin: 0px; padding: 0; margin-bottom: 3px; text-decoration: none; }

#column1, #column2 {
	width: 287px;
	line-height: 20px;
}
#column2 {
	margin-top: 25px;
	border-top: 2px solid #e6e6e3;
	padding-top: 25px;
}

/* ===================== SIDEBAR ================= */
#kontakt-btn {
	width: 95px;
	height: 22px;
	font-style: italic;
	line-height: 22px;
	background-color: #FFF;
	position: absolute;
	right: 25px;
	font-weight: bold;
}

/* ===================== FOOTER ================= */
#footer {
	clear: both;
	width: 900px;
	height: 69px;
	color: #555;
	font-size: 0.9em;
	padding-bottom: 30px;
}
#footer ul {
	text-align: left;
	margin-top: 8px;
	font-family: Georgia;
	font-style: italic;
	color: #7d7d7d;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul #middle { text-align: center; }
#footer ul #last { text-align: right; }
#footer a { font-weight: bold; }


/* ===================== CONTACT ================= */
#contact-form { margin: 0; padding: 0; }

#contact-form label { display: block; }

#contact-form .input, #contact-form .submit, #contact-form textarea {
	border: 0px solid #DDD;
	background-color: #494949;
	color: #FFF;
	padding: 6px;
	font-size: inherit;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	text-align: left;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 20px;
}
#contact-form .input { width: 300px; margin: 0px 0px 10px 0px; outline: none; }

#contact-form textarea { width: 296px; height: 150px; margin: 0px 0px 0px 0px; }

#contact-form .submit {
	border: 0;
	width: 70px;
	text-align: center;
	color: #FFF;
	background-color: #333;
	cursor: pointer;
}
#contact-form .submit:hover { background-color: #888; }
#contact-form .submit:focus { background-color: #aa2129; }

#contact-result {
	font-weight: bold;
}
#contact-error {
	font-weight: bold;
	color: #aa2129;
}
.special {
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -10px;
	width: 5px;
	height: 7px;
	visibility:hidden;
}
	

/* ===================== OTHER ================= */

a 					{ text-decoration: none; color: inherit; }
a:link 				{ color: #3ba6bc; font-family: Arial, Helvetica, Geneva, Verdana, sans-serif; font-weight: bold; font-size: 1.1em; }
a:visited 			{ color: #3ba6bc; }
a:hover 			{ color: #7E1642; }
a:active 			{ color: #85cebb; }
a:active, a:focus 	{ outline:none; }


table {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #555;
	line-height: 17px;
}

hr {
	border: 0;
	background-color: #e6e6e3;
	height: 2px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #aa2129;
	font-family: "Arial Narrow", "Gill Sans-Light", "Gill Sans Light", "Gill Sans", "GillSans", Trebuchet, Calibri, sans-serif;
	font-weight: normal;
}
 
h1 {
	font-size: 28px;
	line-height: 30px; }
 
h2 {
	font-size: 21px;
	line-height: 24px; }
 
h3 {
	font-size: 19px;
	line-height: 22px; }
 
h4 {
	font-size: 17px;
	line-height: 20px; }
 
h5 {
	font-size: 15px;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	line-height: 15px; }

/* Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
