﻿@charset "UTF-8";
/* CSS Document */
@import url('reset.css');

/*----------BODY----------*/

html {
	overflow-y: scroll;
}

body {
	background-image:url(../images/body_background.png);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;

	
}

#wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
	}
/*-------TYPOGRAPHY-------*/

h1{
	font-size:48px;
	font-weight:300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#FFF;
	margin-bottom:20px;
}

h2{
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;

}

h3{
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:19px;
	letter-spacing:1px;

}

h4{
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;
	

}
h5{
	font-size:36px;
	font-weight:300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#FFF;
	margin-bottom:20px;
}

h4 a{
color:#0CF;
}
h2 a{
color:#0CF;
}

p {
	color:#FFF;
	
}

a {
	text-decoration:none;
}

/*-------------LOGO----------*/

#logo {
	background-image:url(../images/logo.png);
	height:224px;
	width:190px;
	
	
}

/*--------------NAV---------*/

#navbar {
	float:left;
}

#nav {
	margin: 0 0 0 auto;
	float:left;
}

#nav li {
	background:url(../images/whitepix.png);
	height:30px;
	line-height:30px;
	list-style:none;
	margin-top:10px;
	padding: 0 0 0 20px;
	width:170px;
	text-transform:uppercase;
	font-weight:100;
	
}

#nav li a {
	color:#ffffff;
	
}

#nav li a:hover {
	color:#0CF;
	
}

/*-------------CONTENT---------*/

#content {
	background:url(../images/whitepix.png);
	min-height:700px;
	width:660px;
	float:right;
	padding: 0 40px 0 40px;
	
	
	
}

#gaestebog {
	border:1px solid white;
	padding:5px;
	
}

#gaestebogtd {
	border:1px solid white;
	padding:5px;
	
}

#gaestebogtddate {
	padding:5px;
	text-align:right;
	
}
#gaestebogtdname {
	padding:5px;
	
}

/*-------------EDITABLE--------*/

#forsidebil {
	border:5px solid white;
	margin:10px 0 10px 0;
	
}
#forsidebillede {
	width: 640px;
	height: 270px;
	margin:10px 0 10px 0;
	
}

#editable {
	float:left;

width:100px;

}
#editable a {
	float:left;
	padding-bottom:20px;
	clear:both;
	color:#0CF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;
	
	
}


#medl {
	float:left;
	height:235px;
	width:305px;
	padding: 5px 5px 23px 5px;
	font-size:13px;
	margin-right:15px;
	margin-bottom:15px;
}

.medlclass {
	background-color:#FFF;
	
}

#medltest {
	float:left;
	height:235px;
	width:200px;
	background-color:#FFF;
	padding: 5px 5px 23px 5px;
	font-size:13px;
	margin-right:15px;
	margin-bottom:15px;
}

#kalenderborder {
	border-bottom:1px solid white;
	padding-bottom:3px;
	margin-bottom:5px;
	
}
#rallyborder {
	padding-bottom:30px;
	margin-bottom:5px;
	padding-top:10px;
	height:20px;
	
}

#kalendertable {
	width:660px;
	line-height:35px;
}
#kalendertd {
	line-height:25px;
	height:25px;
}
#rallyrow {
	line-height:25px;
	height:25px;
}
#kalenderrow {
	padding:5px 0 5px 0;
	
}

.tinyheader {
	height:20px;
	
	}
	
.editbutton {
	float:right;
	margin-right:15px;
}

.logstyle {
	margin: 0 auto 0 auto;
	padding-top:30px;
	padding-bottom:20px;
	width:400px;
	
}

.titlestyle {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

.inputstyle {
	height:30px;
	margin:5px 0 5px 0;
	width:400px;
	font-size:16px;
}

.buttonstyle {
	background:none;
	border-style:none;
	color:#fff;
	font-size:12px;
	width:100px;
	text-align:right;
	text-transform:uppercase;
	float:left;
	text-align:left;
	
	

}

.messagestyle {
	height:100px;
	margin:5px 0 5px 0;
	width:400px;
	font-size:16px;
}


/*-----TABS---------*/

a{
	color:#000;
	text-decoration:none;
}
a:hover{ color:#d00; }

#block {
	margin: 15px 0 0;
	width: 660px;
	clear:both;
	overflow:hidden;
}
.htabs{	
	overflow:hidden; 
}

.htabs h2 a{
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;
	padding-right:10px;
	padding-bottom:5px;
	}
.htabs h2 a:hover{
	color: red;
}
.htabs li{
	float:left;
	margin-top:2px;
	padding: 3px 2px 0 0;
	overflow:hidden;
}



.tab_edit {
	width:660px;
	margin:2px 0 0 0;
	overflow:hidden;
}
.tabs {
	width:660px;
	margin:2px 0 0 0;
	overflow:hidden;
}

/* RALLY */

#rallyheader {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
	background-color:#231f20;
	height:100px;
	line-height:100px;
	width:660px;
	text-transform:uppercase;
	
}
#rallyheader a {
	color:#FFF;
}
#rallyheader a:hover {
	color:red;
}
#rallymid {
	background-image:url(../images/rally.jpg);
	width:660px;
	height:467px;
	
}
#rallylogo {
	background-image:url(../images/rallylogo.jpg);
	width:190px;
	height:246px;
	float:left;

	
}
#rallybuttom {
	width:450px;
	height:223px;
	float:right;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	background-color:#231f20;
	text-transform:uppercase;
	padding-top:23px;
	padding-left:20px;	
}
#rallypresheader {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:left;
	background-color:#231f20;
	height:100px;
	line-height:100px;
	width:660px;
	text-transform:uppercase;
	padding-left:20px;
}
#rallypresmid {
	width:660px;
	height:467px;
}
#rallypresbuttom {
	width:660px;
	height:690px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	background-color:#231f20;
	text-transform:uppercase;
	padding-top:23px;
	padding-left:20px;
	
	
}
#praesentation {
	color: white;
}
#praesentation a:link {
	color: white;
	font-weight: bold;
}
#praesentation a:active {
	color: white;
	font-weight: bold;
}
#praesentation a:visited {
	color: white;
	font-weight: bold;
}
#praesentation a:hover {
	color: red;
}
/* referater */

#refnav {
	width:100px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;
	list-style:none;
	
}

#refnav a {
	color:#0CF;
}

#refcontent {
	width:520px;
	float:right;
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:17px;
	letter-spacing:1px;
	min-height:600px
}
.pics {
	margin:5px;
	border: 5px solid white;
} 
