 /* CSS for alwinalgerie, copyright Léon Oud */
html, body, #container, .hor_bar, .vert_bar, .padding, #main_menu, #menu,
	#side_menu, #content_home, #content, #footer, img, table, h1, h2, h3, ul{
	margin: 0px;
	padding: 0px;
	border: 0px solid;
}

body{
	background-color: #CCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#container{ /* provides a setting for the content */
	background-color: #FFFFFF;
	position: absolute;
	height: 87%;
	width: 98%;
	top: 1%;
	left: 1%;
}
a{
	/*text-decoration: none;*/
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
	/*text-decoration: none;*/
}

.hor_bar{ /* horizontal divider bar */
	background-color: #F86201;
	font-size: 0.5em;
}
.vert_bar{ /* vertical divider bar */
	float: left;
	background-color: #F86201;
	height: 99%;
	width: 0.5em;	
	display:inline;
	overflow:hidden
}
.padding{ /* provides padding in containers */
	padding: 0.5em;
	overflow: auto;
}

/*menu*/
#main_menu{
	letter-spacing: 0.1em;
	font-variant: small-caps;
	color:#000000;
	line-height: 2em;
	width: 100%;
	background: #000000;
	overflow: hidden;
	text-align:center;
}
#menu{
	margin: 0 auto;
	height: 2em;
	width: 60em;
}
#menu a {
	position:relative; 
	text-decoration:none; 
	background-color:#F86201; 
	display:block; 
	height: 2em;
	width:6.5em; 
	font-size: 1.2em;
	font-weight:bold; 
}
#menu a:hover {
	text-decoration:none; 
	color:#FFFFFF; 
	display:block; 
	font-weight:bold; 
}
.box {
	position:relative;
	float:left;
	top:0;
	height:2em;
	overflow:hidden;
}
.mleft {
	position:relative; 
	float:left; 
	top:0; 
	width:0; 
	height:0; 
	border-bottom:2em solid #F86201; 
	border-left:1em solid #000; 
	overflow:hidden;
}
.mright {
	position:relative; 
	float:left; 
	top:0; 
	width:0; 
	height:0; 
	border-left:1em solid #F86201; 
	border-bottom:2em solid #000; 
	overflow:hidden;
}
/*end menu*/


#side_menu{  /* sidemenu container */
	float: left;
	background-color: #FBE49F;
	color: #000000;
	height: 99%;
	width: 210px;
	display:inline;
	overflow:hidden
}
#side_menu h1{
	font-size: 1.2em;
	color: #F86201;
	background-color: #000000;
	line-height: 1.5em;
}
#side_menu a:hover {
	color: #000000;
	background-color: #F86201;
}
#side_menu ul{
	padding: 1em;
	list-style-type: none;
	line-height: 1.5em;
}
.poster_alwin{
	text-align:center;
	width: 99%;
}
#side_menu .image{
	bottom: 0;
}

#content_home{  /* Content, just for the home page */
	background-color: #FBE49F;
	height: 99%;
}
.logo_alwin_home{
	text-align: center;
	margin-left: -300px;
	top: -120px;
	left: 50%;
	height: 240px;
	width: 600px;
	position: absolute;
}
#horizon{
	color: white;
	background-color: #FBE49F;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content{ /* content container */
	background-color: #FBE49F;
	height: 99%;
	overflow: auto;
}
#content h1{
	font-size: 1.5em;
	padding: 0.7em 0;
}
#content h2{
	font-size: 1.3em;
	padding: 0.5em 0;
}
#content h2 a:hover{
	text-decoration:none; 
	color: #000000;
	background-color: #F86201;
}
#content ul{
	padding-left: 1em;
	list-style-type: none;
}
#aboutlist li{
	list-style-type: disc;
	text-indent: 3em;
	list-style-position: inside;
}
.mailclass a:hover{
	color: #000000;
	background-color: #F86201;
	text-decoration: underline;

}

#partners td{
	height: 100px;
	padding: 5px;
	border: 0;
	border-top: solid 1px #000;
}


#footer{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size: 0.8em;
	bottom: 0%;
	width: 100%;
	line-height: 3em;
	clear: both;
}

#footer a{
	color: #FFFFFF;
	background-color: #000000;
}

#counter{
	float: left;
	overflow:hidden;
	height: 3em;
}