/* Start of CMSMS style sheet 'pascal-gaehler' */
* {
border:0;
margin: 0;
padding: 0;
font-size:1em;
}

html, body {
height: 100%;
}

/* body */

body{
background:#0070b8 url('images/template/background_body.jpg') center repeat-y;
font:12px "Trebuchet ms", Helvetica, sans-serif;
}

#container {
margin:0 auto;
position: relative;
width:898px;
height: auto !important;
height: 100%;
min-height: 100%;
}

/* header */

#header {
background:#0070b8 url('images/template/background_header.jpg') center no-repeat;
height:100px;
margin:0 auto;
width:898px;
text-align:center;
}

#header h1 {
color:#fff;
display:block;
font:80px "Trebuchet MS",Verdana,sans-serif;
}

#header h1 span {
color:#01a5ec;
}

/* content */

#content {
margin:0 auto;
width:900px;
}

h2 {
color:#01a5ec;
font:23px Verdana,sans-serif;
margin:15px 0 5px 0;
}

#main {
float:left;
padding:0px 10px 0 25px;
width:695px;
}

.text{
	display:block;
	padding:10px;
	margin:10px auto;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.text:hover{
background:#98c6f4;
}


#sidebar {
width:150px;
float:left;
padding-left:15px;
}

#sidebar .navigation {
list-style:none;
}

#sidebar .navigation li {
list-style:none;
}

#sidebar .navigation li a {
border-bottom:1px solid #ddd;
color:#4e4b44;
display:block;
padding:9px 5px;
width:150px;
}

#sidebar .navigation li a.active {
color:#333;
font-weight:bold;
}

#sidebar .navigation li a:hover {
color:#01a5ec;
}

#sidebar li {
list-style:none;
margin:8px 0 0;
}

/* footer */

#footer {
position: absolute;
bottom: 0;
clear: both;
background:#0070b8 url('images/template/background_footer.jpg') center no-repeat;
height:50px;
text-align:center;
width:898px;       
}

#footer p {
color:#666;
line-height:18px;
padding:7px 0 0
}

/*Style*/
.left {
float:left;
padding:0 10px 0 0;
}

.right {
float:right;
padding:0 0 0 10px;
}

a {
color:#01a5ec;
text-decoration:none;
}

a:hover {
color:#666;
text-decoration:underline;
}

p {
padding:0 0 10px;
}
/* End of 'pascal-gaehler' */

