@charset 'utf-8';

/* ASVV, Air Sport Verein Vorarlberg*/
/* 2008, Rolf Außerer */

body
{
	background: #3c4534;
}

p
{
	text-align: justify;
}

/* ------ boxes ------ */
#site
{
	width: 900px;	
	margin: 30px auto;
	margin-bottom: 0;
	
	background: url(../img/background.jpg) repeat-y left;
	border: 1px solid #A9A99D;
}

#header_1 
{
	height: 90px;
	background-image:url(../img/header_1.jpg);
}

#header_2 
{
	height: 290px;
	background-image:url(../img/3_new.jpg);
	border-bottom: 1px solid #A9A99D;
}

#navi
{
	float: left;
	width: 152px;
	
	color: #e8e6d1;
	background: #272f22;
		
	padding-top: 25px;
	padding-bottom: 25px;
}

#content
{
	width: 695px;
	margin-left: 175Px;
	
	color: #e8e6d1;
	background: #272f22;
	
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	
	text-decoration: none;
}

#content a:link,
#content a:visited,
#content a:active
	{
		text-decoration: none;
		color: #e8e6d1;
	}

#content a:hover
	{
		text-decoration: underline;
		color: #e8e6d1;
	}
	
#quote
{
	border: 1px solid #e8e6d1;
	width: 675px;
	margin: 20px 0 10px 0;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}

#status
{
	border: 1px solid #e8e6d1;
	
	width: 240px;
	height: 57px;
	
	float: right;
	
	margin: 20px 10px 0 0;
	padding: 2px 4px 1px 4px;
	
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
	font-style: italic;
	
	background: #d8bd6e;
	color: #272f22;
}

#footer
{
	width: 896px;
	height: 16px;
	margin: 0 auto;
	padding-right: 4px;
	
	border-left: 1px solid #A9A99D;
	border-right: 1px solid #A9A99D;
	
	background-image:url(../img/footer.jpg);
	background-repeat: repeat-x;
	
	color: #A9A99D;
	
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
}

#advert
{
	margin: 80px auto 0 auto;
	width: 142px;
	
	color: #A9A99D;
	
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
}
/* ------ classes ------ */
.active
{
	color: #676769;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.mark
{
	font-weight: bold;
	color: #d5c065;
}
#sig
{
	clear: right;
	margin: 10px 0 10px 0;
}

.img_right
{
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_right
{
	text-align: right;
}

/* ------ list-elements ------ */
#ul_navi
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ul_navi a:link,
#ul_navi a:visited,
#ul_navi a:active
	{
		color: #e8e6d1;
		
		font-size: 10pt;
		font-weight: normal;
		font-family: verdana;
		
		text-decoration: none;
		
		padding-top: 5px;
		padding-left: 25px;
		padding-right: 5px;
		padding-bottom: 5px;
		
		display: block;
		width: 122px;
	}

#ul_navi a:hover
	{
		background: #d8bd6e;
		color: #272f22;
		
		font-size: 9pt;
		font-weight: bold;
		font-family: verdana;
		
		text-decoration: none;
		width: 122px;	/*Angabe für Internet Explorer;
		dieser kann display:block nicht interpretieren */

		padding-top: 5px;
		padding-left: 25px;
		padding-right: 5px;
		padding-bottom: 7px;
		
		display: block;
	}

.imprint li
{
	margin: 0 0 10px 0;
}
	
	
#ul_unavi
{
	list-style: none;
	margin: 10px 0 40px 0;
	padding: 0;
	font-family: verdana;
	font-size: 10pt;
	color: #e8e6d1;
}

#ul_unavi li
{
	display: inline;
}

#ul_unavi a:link,
#ul_unavi a:visited,
#ul_unavi a:active
	{
		color: #e8e6d1;
		font-weight: bold;
		text-decoration: none;
	}

#ul_unavi a:hover
	{
		color: #676769 ;
		font-weight: bold;
		text-decoration: none;
	}

#ul_unavi a
{
	padding: 0 20px 0 0;
}

/* ------ Formular ------ */


.head 
{
	width: 400px;
	
	background: transparent;
	
	color: #e8e6d1;	
	
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	
	margin: 20px 0 0 0;
	
	border: 1px solid #e8e6d1;
}

.textarea
{
	width: 675px;
	height: 250px;
	background: transparent;
	
	color: #e8e6d1;	
	
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	
	border: 1px solid #e8e6d1;
}

.submit 
{
	/*
	background: #d8bd6e;
	color: #272f22;
	*/
	
	color: #e8e6d1;
	background: #272f22;
		
	width: 120px;
		
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	
	border: 1px solid #e8e6d1;
}

.password
{
	color: #e8e6d1;
	background: #272f22;
		
	width: 110px;
		
	font-size: 12pt;
	font-weight: normal;
	font-family: verdana;
	
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	
	border: 1px solid #e8e6d1;
}


.submit:hover
{
	
	background: #d8bd6e;
	color: #272f22;
	font-weight: bold;
}

.display 
{
	background: transparent;
	
	color: #e8e6d1;	
	
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	
	margin-right: 10px;
	
	border: 1px solid #e8e6d1;
}
