﻿/* -- Stylesheet - ACC Valais -- */

/* Color Logo #2E7EBB */

/* -- General -- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, body {
	font-family: Arial, Verdana, serif;
	margin-bottom: 0.5em;
}

body {
	font-size: 0.8em;
	background-color:#2E7EBB;
}

img {
	border: 0;
}


/* -- MASTER -- */
#wrapper {
	width: 900px ;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 20px;
	background-color:White;
}

#header {
	height: 120px;
	background-image: url(../Banner/acclogowide_900.png);
	background-repeat: no-repeat;
}

#menu {
	margin-left:10px;
	margin-right:10px;
}

#menu-content {
	width:100%;
	margin-bottom:20px;
}

#content {
	min-height:200px;
	margin-left:10px;
	margin-right:10px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
	margin-bottom:20px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}


/* -- Main -- */
#content h1 {
	height: 50px;
	margin-top : 20px;
	color: #FF9C00;
	text-decoration: none;
	font-weight:bold;
}

#content h2 {
	color: #3D65A1 ;
	font-size: 1.2em;
	height: 30px;
}

.title {
	height: 60px;
	margin-top : 20px;
}

.subtitle {
	color: #3D65A1 ;
	font-size: 1.2em;
	height: 25px;
}

.txt-center {
	text-align: center;
}

div.center {
	width: 100%;
	text-align: center;
}

/* - Menu - */
#menu-left {
	float:left;
	width:800px;
}

#menu-right {
	float:right;
}


/* - Utility - */
div.clean-float {
	clear: both;
}

div.separator {
	height : 80px;
}

div.space {
	height : 20px;
}

div.justify {
	text-align:justify;
}