/* MAIN LAYOUT STYLING */

html, body
{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
}

body
{
	background-color:#8EB4D3;
}

table#main
{
	width:959px;
	margin:10px auto 0 auto;
	text-align:left;
	vertical-align:middle;
	background-color:#E2F4FF;
	background-image:url(../img/layout/left_repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
}

table, td
{
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
}

span.red
{
	color:#f00;
}

/* ICONS */

td#icons
{
	text-align:right;
	background-color:#8EB4D3;
}

td#icons a img
{
	border:none;
}

/* LEFT MENU */

td#left
{
	width:131px;
	padding:100px 0 10px 0;
	text-align:left;
	vertical-align:top;
	background-image:url(../img/layout/left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

td#left div#links a
{
	display:block;
	width:100px;
	margin:4px 0 4px 10px;
	padding:3px 0 3px 5px;
	text-align:left;
	background-color:#29337a;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

td#left div#links a:hover,
td#left div#links a.selected
{
	background-color:#AA99C5;
}

td#left div#logo
{
	padding:0 0 0 10px;
}

td#left div#logo img
{
	margin:0 0 5px 0;
	display:block;
	width:105px;
}

/* TOP BANNER */

td#top
{
	width:828px;
	height:68px;
	background-image:url(../img/layout/top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/* CONTENT */

td#content
{
	height:auto;
	padding:35px 0 10px 0;
	text-align:left;
	vertical-align:top;
	background-image:url(../img/layout/logo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

td#content td
{
	text-align:left;
	vertical-align:top;
}

td#content table#content
{
	width:100%;
}

td#content table#content td#placeholder
{
	width:700px;
}

td#content table#content td#banner
{
	padding:0 0 110px 10px;
}

/* FOOTER */

td#footer
{
	width:959px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	background-color:#2B4592;
}

td#footer a
{
	font-size:10px;
	text-decoration:none;
	color:#fff;
}

td#footer a:hover
{
	text-decoration:underline;
}

/* HEADLINES */

h1
{
	margin:0;
	padding:5px 0 5px 0;
	font-size:11px;
	font-weight:bold;
}

/* LINKS */

a
{
	text-decoration:none;
	color:#2C4592;
}

a:hover
{
	text-decoration:underline;
	color:#000;
}

/* IMG */

img
{
	border:none;
}

/* INPUT */

input,
select,
textarea
{
	padding:1px;
	border:1px solid #2C4592;
	background-color:#fff;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
	color:#2C4592;
}

input.checkbox
{
	border:none;
	background:none;
}

input.button:hover
{
	cursor:pointer;
	background-color:#8EB4D3;
	color:#fff;
}

a.button
{
	cursor:pointer;
	padding:2px 5px 2px 5px;
	border:1px solid #2C4592;
	background-color:#fff;
	color:#2C4592;
}

a.button:hover
{
	background-color:#8EB4D3;
	text-decoration:none;
	color:#fff;
}

/* FIELDSET */

fieldset
{
	position:relative;
	margin-bottom:15px;
	padding:10px 5px 5px 5px;
	border:1px solid #2C4592;
	background-color:#daeefa;
}

legend
{
	position:absolute;
	top:-7px;
	border:none;
	background:transparent;
	font-weight:bold;
	color:#2C4592;
}

/* MESSAGES */

p.err,
p.msg,
p.warning
{
	padding:0 0 5px 20px;
	background-position:top left;
	background-repeat:no-repeat;
	letter-spacing:1px;
}

p.err
{
	background-image:url(../img/layout/icons/error.gif);
	color:#f00;
}

p.msg
{
	background-image:url(../img/layout/icons/succes.gif);
	color:#03a13f;
}

p.warning
{
	background-image:url(../img/layout/icons/warning.gif);
	font-weight:bold;
	text-decoration:underline;
	color:#f00;
}

/* FRONTPAGE */

div#frontpage_wrap
{
	width:700px;
}

a.banner_button
{
	display:block;
	width:100%;
	height:25px;
	text-align:left;
	/*background:transparent url(../img/pictures/button.gif) no-repeat top left;*/
	line-height:25px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#294491;
}

a.banner_button:hover
{
	color:#fff;
}

a.banner_button img
{
	vertical-align:middle;
	padding:0 5px 2px 3px;
}

a.dark
{
	background-color:#C3DAEE;
}

a.light
{
	background-color:transparent;
}

a.dark:hover,
a.light:hover
{
	background-color:#8EB4D3;
}

div#home_img_preview img
{
	border:none;
	padding:6px;
}

/* GALLERY TABLE */

.small_text
{
	font-size:9px;
}

table#group_list td.preview
{
	width:140px;
	padding-bottom:20px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
}

table#group_list td.preview table
{
	width:120px;
}

table#group_list td.preview img#void
{
	float:right;
	height:50px;
	width:1px;
}

table#group_list td.preview a
{
	text-decoration:none;
	font-weight:normal;
}

table#group_list td.preview a.title
{
	font-weight:bold;
}

table#group_choosen td
{
	text-align:left;
	vertical-align:top;
	font-size:9px;
}


table#group_add td
{
	text-align:left;
	vertical-align:top;
}

table#group_add td span
{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
}

table#image_list td
{
	width:120px;
	height:120px;
	vertical-align:top;
}

table#image_list td a
{
	text-decoration:none;
}

/* GALLERY \\ ADMIN */

div#group_images img
{
	border:1px solid transparent;
}

div#group_images img:hover
{
	border:1px solid #00f;
}

div#group_images img.selected
{
	border:1px solid #f00;
}

/* GALLERY \\ ADMIN \\ REGROUP */

table#regroup td#thumb img
{
	width:60px;
	height:40px;
}

table#regroup td#title
{
	font-size:10px;
	font-weight:bold;
	color:#2C4592;
}

table#regroup td#position input
{
	width:25px;
}

table#regroup input#image_button
{
	cursor:pointer;
	width:22px;
	height:22px;
	border:none;
	background:transparent url(../img/layout/icons/save.gif);
}

/* MEMBERS TABLE */

table#members
{
	width:100%;
}

table#members tr.dark
{
	background-color:#C3DAEE;
}

table#members tr.light
{
	background-color:#DAEEFA;
}

table#members th
{
	background-color:#2C4592;
	font-weight:bold;
	color:#fff;
}

table#members td
{
	padding:2px 1px 2px 2px;
}

/* MEMBERS_ADM TABLE */

table#members_adm
{
	width:100%;
	background:#fff;
}

table#members_adm tr.dark
{
	background-color:#eeeeee;
}

table#members_adm tr.light
{
	background-color:#ffffff;
}

table#members_adm th
{
	padding:5px;
	background-color:#2C4592;
	font-weight:bold;
	color:#fff;
}

table#members_adm td
{
	padding:4px;
	font-size:10px;
}

table#members_adm td.center
{
	text-align:center;
}

/* LINKS TABLE */

table#links_print td
{
	width:300px;
	padding-bottom:7px;
	vertical-align:top;
}

table#links td
{
	padding:3px 0 3px 3px;
}

table#links tr.dark
{
	background-color:#C3DAEE;
}

table#links tr.light
{
	background-color:#DAEEFA;
}

/* BLOG */

div#blog div
{
	width:660px;
	padding:10px;
}

div#blog div b
{
	font-size:13px;
}

div#blog div i
{
	font-style:normal;
	font-size:9px;
}

div#blog div p
{
	font-size:12px;
}

div#blog p
{
	padding:10px 10px 20px 10px;
}

div#blog div p img.profile_img
{
	float:right;
	width:60px;
	padding:0 0 5px 5px;
	border:none;
}

/* BLOG ADMIN */

div#blog_admin div
{
	margin-bottom:3px;
	padding:10px;
	border:1px solid #2C4592;
}

div#blog_admin div b
{
	font-size:13px;
}

div#blog_admin div i
{
	font-style:normal;
	font-size:9px;
}

div#blog_admin div p
{
	font-size:12px;
}

div#blog_admin div p img.profile_img
{
	float:right;
	width:60px;
	padding:0 0 5px 5px;
	border:none;
}

/* SPONSORS */

div#sponsors
{
	width:700px;
}

div#sponsors span
{
	float:left;
	margin:0 15px 15px 0;
	width:200px;
	height:70px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
}

fieldset div#sponsors a img
{
	border:1px solid transparent;
}

fieldset div#sponsors a:hover img
{
	border:1px solid #00f;
}

fieldset div#sponsors img.selected
{
	border:1px solid #f00;
}

/* DELTAGERE */

table.sortable th
{
	cursor:pointer;
}


/* Kalender */

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 8px; height: 10px; font-size: 7pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 10pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: #2B4592; text-align: center;}
table.calendar td.linked-day {font-size: 7pt; background-color: #31528E;}










