/* -------------------------------------------
Clayton Lewis : content
------------------------------------------- */

@font-face{
	font-family:HelveticaNeue-UL;
	src:url(font/HelveticaNeueLTCom-UltLt.ttf);
}

*{
	padding:0;
	margin:0;
	font-weight:normal;
}

html{
	min-width:960px;
    overflow: scroll;
}

body{
	background:#C5C0AC url(../images/bg8.jpg) no-repeat scroll center top;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	font-size:12px;
	line-height:1.5;

}

body2{
	background:#C5C0AC url(../images/bg3.png) no-repeat scroll center top;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	font-size:12px;
	line-height:1.5;

}

body#impressum{
	background:#181818;
	background-image:none;
	padding:50px 300px;
}

/* @group html elements */

h1, h2, big{
	color:#000;
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal !important;
	margin-bottom:1em;
	letter-spacing:2px;
	font-weight:normal;
}

h1{
	display:none;
}

h2{
	text-align:center;
	line-height:1.1;
	letter-spacing:.2em;
	font-weight:normal;
}

h3{
	font-size:16px;
	text-align:center;
	line-height:0.8;
	letter-spacing:0.3em;
	font-weight:normal;
}

h4{
	font-size:16px;
	text-align:left;
	line-height:1.5;
	letter-spacing:0.2em;
	font-weight:normal;
}

p{
	margin-bottom:1em;
}


a:active{
	outline:none;
}

a:link, a:visited{
	color:#CCC;
	text-decoration:none;

}

p a{
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

sub{
	position:absolute;
	top:350px;
	left:0;
	width:370px;
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue Light", HelveticaNeue-UL, Helvetica, Arial, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:.1em;
	font-size:20px;
	line-height:1.2em;
	color:#4c4c4c;
}

/* @end */

.article p a:hover,
.article .linklist a:hover{
	color:#fff;

}

#page{
	position:relative;
	width:480px;
	padding-top:40px;
	padding-left:640px;
	margin:auto;
}


#main{
	top:10px;
}

#navigation{
	position:absolute;
	top:40px;
	left:333px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	letter-spacing:0.3em;
	text-align:right;
	list-style-type:none;
	display:block;
	width:260px;
}

#navigation a{
	-webkit-transition-property:padding-right, color;
	-webkit-transition-duration:500ms;
	-webkit-transition-timing-function:ease-out;
	-o-transition-property:padding-right, color;
	-o-transition-duration:500ms;
	-o-transition-timing-function:ease-out;
	color:#CCC;
	cursor:pointer;
	padding-right:0;
}


#navigation a:hover{
	color:#fff;
}


#navigation a.selected{
	color:#fff;
	padding-right:10px;
	margin-right:-10px;
}

#navigation a.selected:after{
	content:" •"
}

#navigation2{
	position:absolute;
	top:40px;
	left:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align:right;
	list-style-type:none;
	display:block;
	width:260px;
}


.button-up,
.button-down{
	display:block;
	position:relative;
	background:transparent url(../images/black.png) no-repeat scroll -10px -10px ;
	margin:auto;
	width:40px;
	height:40px;
	
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

.button-down{
	margin-top: 30px;
	margin-bottom:30px;
	background-position:-10px -60px;
}

.button-up{
	top:-30px;
}

.button-up:hover{
	background-position:-70px -10px;
}

.button-up:active{
	background-position:-130px -10px;
}

.button-down:hover{
	background-position:-70px -60px;
}

.button-down:active{
	background-position:-130px -60px;
}

.left {
	float:left;
	margin: 5px 10px 10px 0;
}

#slides{
	position:relative;
	width:320px;
	height:240px;
	
	list-style-type:none;
	padding:0;
	margin:0 0 2em 0 !important;
}

#slides li{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	
}


#aside{
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue Light", HelveticaNeue-UL, Helvetica, Arial, sans-serif;
	
	font-size:11px;
	letter-spacing:2px;
	position:absolute;
	left:0;
	top:600px;
	width:300px;
	padding:10px 0;
	border-bottom:1px solid #e9e8da;
	text-align:center;
}


#aside h3 a{
	display:block;
	background:transparent url(../images/presented_klosterpforta.png) no-repeat scroll center center;
	width:120px;
	height:86px;
	margin:auto;
	text-indent:-999px;
	overflow:hidden;
}


#calltoaction{
	position:relative;
	background:transparent url(../images/black.png) no-repeat scroll -95px -200px;
	margin-top:5em;
	width:320px;
	height:140px;
	padding-left:110px;
	margin-left:-110px;
}


#calltoaction button{
	position:absolute;
	top:80px;
	left:110px;
	display:block;
	border:none;
	width:320px;
	height:60px;
	background:transparent;
	opacity:.0001;
	cursor:pointer;
}


#calltoaction p{
	padding-left:100px;
	padding-top:20px;
	margin:0;
}


#footer{
	margin-top: 2em;
	margin-right: -3px;
	margin-bottom: 2em;
	margin-left: 1px;
}

#footer p{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#000000;
	font-size:9px;
	letter-spacing:1px;

}

#footer p a:active{
	outline:none;
}

#footer p a{
	color:#333333;
	text-decoration:none;
}

#footer p a:visited{
	text-decoration:none;
}

#footer p a:hover{
	color:#ffffff;
	text-decoration:none;
}

#impressum h1,
#impressum h2,
#impressum h3{
	margin-top:4em;
	text-align:left;
}

#main ul{
	margin-left:20px;
}


#main ul#gallery{
	list-style-type:none;
	margin:0 -10px 0px 0;
	padding:0;
	overflow:hidden;
}


#gallery li{
	background-color:#fdfbef;
	width:100px;
	height:100px;
	line-height:0;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
}

#main #gallery li a{
	padding:0;
	margin:0;	
}


#gallery a:hover{
	background-color:transparent;
	border:none;
}


/* @group form */

form{
	padding:20px 20px;
	background-color:#333;
	margin-bottom:1em;

}

fieldset{
	border:none;
	margin:0 0 0 0;
}



label{
	display:block;
	/*width:100%;*/
	float:left
}

.label1{
	float:left;
	width:auto;
	margin-right:10px;
}

select, input, textarea{
	font-size:13px;
	padding:2px;
	margin-bottom:1em;	
	line-height:1.5em;
	border:2px;
}

input.text, textarea.text{
	width:260px !important;
}

form p{
	margin-bottom:1em;
	font-weight:normal;
}

form p #betrag{
	font-weight:bold !important;
	border-bottom:3px double;
}

input#submitbutton{
	width: auto;
	padding: 7px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	margin-bottom: 4em;
	background-color: #999;
}

input#submitbutton:hover{
	color: #fff;
	background-color: #aaa;
}

input#submitbutton:active{
	margin-top: 1px;
	background-color: #666;
}

select{
	float:left; 
	margin-right:20px;
}


input, textarea{
	width:260px;
}


label.error{
	text-transform: none;
	color: red;
	margin-bottom: 1em;
	margin-top: -.5em;
	width: 100%;
}

#form_response{
	display: none;
}

/* @end */


/* @nav */
.arrowlistmenu{
	width: 260px; /*width of accordion menu*/
	position:absolute;
	top:40px;
	left:463px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	text-align:right;
	list-style-type:none;
	display:block;
	width:150px;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-weight:lighter;
	color: #CCC;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	letter-spacing:0.3em;
	text-align:right;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #083964;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #083964; /*custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 80%;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 19px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a:visited{
color: #083964;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #083964;
background-color: #F3F3F3;
}
