﻿
/**** Basic elements ****/

*
{
	margin: 0px;
}

html
{
	overflow-y:scroll;
}

html, body
{
	height:100%;
}

body 
{
	
	font-family:Tahoma;
	background-image:url('../Site/images/shadows.jpg');
	background-repeat:repeat-y;
	background-position:50%;
}

h1
{
	text-transform:uppercase;
	font-size:120%;
	color:#48af22;
	margin-bottom:5px;
}

h2
{
	color:Red;
	font-size:105%;
	font-weight:bold;
}

input, select
{
	border: solid 1px black;
	font-size:95%;
}

a
{
	color:#3d7826;
}

p
{
	margin-bottom:10px;
}

hr
{	
	background-image:url('../Site/images/horizontalbar.jpg');
	background-repeat:repeat-x;
	height:2px;
	border:none;
	margin:0px 7px 10px 7px;
}

ul
{
    padding-left:15px;
}

/** DIV Layout **/

.wrapper
{
	left:50%;
	width:900px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

.header
{
	height:120px;
	background-color:#48af22;
	background-image:url('../Site/images/logo1.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	font-weight:bold;
	line-height:120px;
	color:White;
}

.content
{
	float:left;
	width:460px;
	font-size:70%;
	margin-top:10px;
	margin-left:10px;
	min-height:420px;
}

.rechts
{
	min-height:300px;
	width:210px;
	float:right;
	font-size:70%;
	
	background-image:url('../Site/images/verticalbar.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

.rechts div
{
	margin-left: 10px;
	margin-top: 10px;
}

.rechts div div
{
	margin:0px;
	padding:0px;
	background:none;
}

.footer, .push
{
	height: 50px;
	clear: both;
}

.footer
{
	left:50%;
	text-align:center;
	background-color:#48af22;
	font-size:70%;
	color:White;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	line-height:20px;
}

.footer a
{
	color:White;
	text-decoration:none;
}

/** Menu **/

.menu
{
	font-size:85%;
	background-color:#3d7826;
	width:900px;
	height:30px;
	border:none;
	text-transform:uppercase;
	line-height:30px;
}

.menu a
{
	color:White;
}

.MenuItem1
{
	margin-left:10px;
}

.MenuItem2
{ 
	z-index: 100; /* IE8 Fix */
	color:black; 
	font-size:80%; 
	border:solid 1px #3d7826; 
	padding: 2px 4px 2px 4px; 
}

.MenuItem a
{
    color:#3d4426;
}


/** Custom **/

.noborder
{
	border:none;
}

.noborder input
{
	border:none;
}


/** News **/

.newsauthor
{
	margin-bottom:10px;
}

.newstext
{

}

/** Team **/

.teamlid
{
    position:relative;
    float:left;
    width:230px;
    margin-top:5px;
    margin-bottom:5px;
    
    color: Black;
    text-align:center;
    line-height:14px;
}

.teamlid img
{
    border:solid 1px black;
}

.team_header
{
    color:Red;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    width:100%;
}

.teamlid .rugnummer
{
    position:absolute;
    top:99px;
    
    height:20px;
    width:20px;
    background-color:Green;
    
    font-size:20px;
    line-height:20px;
    z-index:2000;
    
    border-top:solid 1px black;
    border-right:solid 1px black;
}