/**
*
* My job: Main stylesheet
*	My author: Daniel Schlereth
*	My last modification: 16/12/2008
*
*/

/* general layout */

* {
margin: 0;
padding: 0;
}

html {
overflow: scroll;
font-size: 100.01%;
}

body {
font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
text-align: center;
color: #000000;
background: #D2DFEC url("images/bg.jpg") repeat-x top left fixed;
}

#container {
position: relative;
width: 778px;
margin: 0 auto;
}

#logo {
width: 778px;
margin: 10px 0 50px 0;
}

#colLeft {
clear: both;
text-align: left;
float: left;
width: 560px;
font-size: 0.8em;
line-height: 1.2em;
padding: 5px;
}
* html #colLeft {
width: 570px;
w\idth: 560px;
}

#colRight {
text-align: right;
float: left;
width: 208px;
}

#footer {
clear: both;
float: left;
width: 778px;
font-size: 0.7em;
line-height: 1.0em;
text-align: right;
border-top: 1px solid #000000;
padding: 5px 2px;
}
* html #footer {
width: 782px;
w\idth: 778px;
}


/* headlines */

h1, h2, h3, h4 {
font-weight: bold;
margin: 0 0 0.8em 0;
}

h1 {
font-size: 1.2em;
line-height: 1.6em;
font-variant: small-caps;
}

h2 {
font-size: 1.1em;
line-height: 1.5em;
}

h3 {
font-size: 1.0em;
line-height: 1.4em;
}


/*	hyperlinks */

a:link {
color: #990000;
}
a:visited {
color: #990000;
}
a:hover {
color: #ff3300;
text-decoration: none;
}
a:active {
color: #ff3300;
text-decoration: none;
}
a:focus {
color: #ff3300;
text-decoration: none;
}

a img {
border: 0 none;
}


/*	lists */

ul {
	margin: 0.2em 0 0 0;
}

.uln {
list-style: none;
}

ul li {
margin: 0 0 0.2em 1.5em;	
}

.uln li {
margin: 0 0 0.2em 1.8em;
text-indent: -0.9em;
}


/*	various formats */

p {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 1em 0;
}

.captureBlack {
color: #000000;
background-color: #000000;
}

.captureWhite {
color: #ffffff;
background-color: #ffffff;
}

.cv {
	float: left;
	clear: both;
}

.cvLeft, .cvRight {
	float: left;
}

.cvLeft {
	width: 90px;
	text-align: right;
	padding: 0 10px 0 0;
	
}

.cvRight {
	width: 460px;
	padding: 0 0 10px 0;
}

#rollover {
width: 200px;
height: 250px;

}

a #rollover {
background-image: url("images/lebenslauf.jpg");
background-repeat:no-repeat;
}

a:focus #rollover,
a:hover #rollover,
a:active #rollover {
background-image: url("images/lebenslauf.jpg");
background-repeat: no-repeat;
}

#referenzen {
font-size: 0.9em;
}

.image {
margin: 1em 0;
}

.footNote {
font-size: 0.9em;
line-height: 1.2em;
margin: 0.2em 0 0 0;
text-indent: 0;
}

