/**
* CSS
* 
* @Josep Jorba 
*/
.cv{
position:relative;
top:5px;
left:2px;
}
.exp_negre{
font-size:10px;
color:#000000;
line-height:14px;
}
.exp_blanc{
font-size:10px;
color:#FFFFFF;
}

.contact{
	font-size: 11px;
	font-family:Lucida Grande,Helvetica Neue,Helvetica,Arial,Verdana;
	text-align: left;
}
.contact a:link{
color:#CC0000;
}
.contact a:active{
color:#CC0000;
}
.contact a:visited{
color:#999999;
}
.contact a:hover{
color:#CC0000;
}

.contact_in{
background-color:#000000;
color:#FFFFFF;
width:246px;
padding-top:3px;
padding-bottom:3px;
padding-left:6px;
}

html, body {
	height: 100%;
}
body{
	background: rgb(232, 233, 234);
	font-size: 11px;
	font-family:Lucida Grande,Helvetica Neue,Helvetica,Arial,Verdana;
	text-align: left;
	min-width: 981px;
}

/*new menu style*/
#menu {
	background: white;
	padding: 40px 15px 13px 40px;
    width: 252px;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	border-left: 1px dotted #999999;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #FFFFFF;
	background-color: #000000;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	padding-left:4px;
}


/*final menu style*/
/*#menu{
	background: white;
	padding: 40px 15px 13px 40px;
    width: 252px;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	border-left: 1px dotted black;
}*/
#contentWrapper {
	float:right;
	clear:right;
	/*background: white;*/
	margin: 0 0px 0 auto;
	/*width: 743px;*/
	/*min-height: 100%;*/
	overflow: auto;
}
#content {
	position: absolute;
	top:0px;
	right:308px;
	overflow:auto;
	width:700px;
	height:100%;
	/*padding:13px 350px 0px 0px;*/
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#999999;}
a:active { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: black; /*background: rgb(245, 214, 232);*/}

a img { border: none; }

#menu p {
	padding: 0 3px 8px;
	font-size: 11px;
	line-height: 13px;
}
/*#menu ul {
	list-style: none;
	margin: 0 0 8px;
}*/
#menu li {
	font-size: 11px;
	line-height: 13px;
}
/*#menu li.section-title,*/
#menu span.section-title {
	width:174px;
	text-align: left;
	background-color:#000000;
	font-size: 14px;
	/*line-height: 17px;*/
	letter-spacing: 1px;
	padding: 0 3px 9px;
	font-weight: bold;
	vertical-align: middle;
	color:#FFFFFF;
}
#menu span.section-title {
	display: block;
	padding: 0 0 8px;
}
#menu li a{
	padding: 0 3px 1px 3px;
	line-height: 11px;
	font-weight: bold;
	color: #999999;

}
#menu p a {
	padding: 0 0 1px;
	line-height: 13px;
	font-weight: bold;
}
#menu a#logo:hover {
	background: white;
}
#menu li.active a {
	/*text-decoration: line-through;*/
	color:#000000;
}
#menu div.address {
	padding: 0 3px;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	font-family:Lucida Grande,Helvetica Neue,Helvetica,Arial,Verdana;
	padding-left:0px;
	padding-bottom: 20px;
	/*line-height: 13px;*/
}
#content img {
	padding-bottom: 5px;
}
#content a {
	font-weight: bold;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

strong {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* helper styles */
#content img.obererRand {
	padding-top: 5px;
}
#content #gross {
	font-size: 13px;
	line-height: 15px;
}
#content span.pagingAktiv {
	text-decoration: line-through;
}


