/* CSS Document */

.container {
	position: absolute;
	overflow: hidden;
	width: 1000px;
	height:auto;
	min-height: 100%;
	border-bottom: 3px solid;
	border-bottom-color:#7a7a7a;
	left: 9px;
	top: 9px;
}

.header {
border-bottom: 20px solid #CC0000;
width: 100%;
position: relative;
}

.sidebar {
position: absolute;
height:auto;
min-height: 100%;
width: 250px;
overflow: hidden;
background-color: #7a7a7a;
font-family: Corbel, Calibri, sans serif;
font-size: 18px;
line-height: 20px;
text-align: left;
padding-left: 30px;
padding-top: 30px;
color:#FFFBF0;
border-right: 30px solid #000000;
}

.content {
position: relative;
left: 300px;
top: 25px;
padding: 30px 50px 30px 30px;
width: 650px;
font-family: Corbel, Calibri, sans serif;
font-size: 18px;
text-align: justify;
}

.contentcv {
position: relative;
left: 25px;
top: 25px;
padding: 10px 50px 10px 10px;
font-family: Corbel, Calibri, sans serif;
font-size: 18px;
text-align: justify;
}

#news {
font-size: 14px;
font-style: italic;
text-align: left;
}

#foot {
font-size: 9px;
text-align: center;
font-weight: normal;
}

#head {
font-family: Corbel, Calibri, sans serif;
font-size: 50px;
text-align: right;
margin: 0;
}

#page {
font-family: Corbel, Calibri, sans serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
text-align: right;
margin-right: 5px;
}

#content {
font-family: Corbel, Calibri, sans serif;
font-size: 18px;
text-align: left;
}

h1 {
font-family: Corbel, Calibri, sans serif;
font-size: 20px;
}

h2 {
font-family: Corbel, Calibri, sans serif;
font-size: 16px;
color: #ba4141;
font-weight: bold;
}

h3 {
font-family: Corbel, Calibri, sans serif;
font-size: 14px;
color: #000000;
font-weight: bold;
}

h4 {
font-family: Corbel, Calibri, sans serif;
font-size: 12px;
color: #000000;
font-style: italic;
font-weight: normal;
}

li {
font-family: Corbel, Calibri, sans serif;
font-size: 16px;
padding-bottom: 12px;
}

img.foto {
margin: 7px;
}

a:link {
font-weight: bold;
text-decoration: none;
color: #CC0000;
}

a:hover {
background-color: #7a7a7a;
color: #FFFFFF;
}

a#side:link {
text-decoration: none;
color: #FFFFFF;
}

a#side:visited {
text-decoration: none;
color: #FFFFFF;
}

a#side:hover {
text-decoration: none;
color: #ba4141;
}

a#top:link {
text-decoration: none;
font-weight: normal;
color: #000000;
}

a#top:visited {
text-decoration: none;
color: #000000;
}

a#top:hover {
color: #ba4141;
background-color: #FFFFFF;
}
