@CHARSET "UTF-8";
/*
	Copyright (C) 2009 Marta Velasco Sans
	All Rights Reserved
	The content of this website is protected by copyright and
	distributed under licenses restricting copying and distribution.
*/
/*
	Inspired by the fluid width layout posted by Chris Coyier on 10/11/2007
	see: http://css-tricks.com/the-perfect-fluid-width-layout/
 */

/*	################## general ##################	*/

a:link { color: navy; }
a:visited { color: navy; }
a:focus { color: navy; }
a:hover { color: navy; }
a:active { color: navy; }

* {
	margin: 0;
	padding: 0;
	color: navy;
	font-family: sans-serif;
}

.heading1st {
	font-size: larger;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.ol-agb {
	padding-left: 25px;
	padding-top: 10px;
}

.li-no-number-agb {
	font-weight: normal;
	list-style-type: none;
	text-align:justify;
	padding-right: 20px;
}

.li-1st-agb {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.li-2nd-agb {
	font-weight: normal;
	text-align:justify;
	padding-right: 20px;
	padding-bottom: 5px;
}

.page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
}

.inside {
	margin: 10px 10px 0px 10px;
}

/*	################## header ##################	*/

.header {
	font-size: x-large;
	background-color: #96BCCE;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 43px;
	background: url(images/left-sidebar.gif) repeat-y #96BCCE;
}

.upper-left-pic {
	float: left;
}

/*	################## navigation ##################	*/

.navigation {
	width: 150px;
	float: left;
	padding-top: 20px;
	background-color: #96BCCE;
}

.navigation-links {
	margin-left: 10px;
	margin-top: 55px;
}

.navigation-link {
	padding: 5px;
	background-color: #C7D5EE;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid white;
	border-top: 3px solid white;
	border-left: 3px solid white;
}

/*	################## content ##################	*/

.content {
	background: url(images/left-sidebar.gif) repeat-y #C7D5EE;
	background-color: #C7D5EE;
	padding-left: 230px;
	padding-top: 20px;
	border-top: 8px solid white;
}

.content-centered {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 20px;
	
}

.content-text {
	padding-right: 20px;
	padding-bottom: 20px;
}

.content-text-small {
	font-size: small;
	padding-right: 20px;
}

.content-left-img {
	float: left;
}

.content-left {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

.content-right-img {
	float:right;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;	
}

.content-right {
	text-align: right;
}

.content-right-table {
	float:right;
}

.content-column1 {
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
}

.content-column2 {
	padding-left: 200px;
	padding-bottom: 20px;
	padding-right: 20px
}

/*	################## footer ##################	*/

.footer {
	background-color: #96BCCE;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 8px solid white;
}

.footer-text {
	font-size: medium;
}

.a-footer {
	font-size: small;
}