/**
* CSS
* 
* @version 1.0
* @author Tobias Schererbauer
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height: 140%;	
	font-family: Monospace, Courier New, Verdana, sans-serif;
	background: #ededee;
}

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

a:link 		{ text-decoration: underline;}
a:active 	{ text-decoration: underline; }
a:visited 	{ text-decoration: underline; }
a:hover 	{ text-decoration: none; }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 13px;
    bottom: 0;
	left: 13px;
    position: fixed;
    height: 100%;
	background-color: #ededee;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 13px 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 800px; margin-bottom: 13px; text-indent:13px; margin-left:13px;}

p {
    margin: 0 0 9px 0;
}

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

#img-container		{ margin: 0px; padding: 0; }
#img-container p	{ width: 300px; margin: 0px; padding: 0 0 13px 0; }

#once { clear: left; }

.style1 {color:#fff; padding-top:72px; }

.style2 {color:#fff; padding-top:48px; }

.style3 { padding-top:39px; padding-right:13px;}

.style4 {color:#fff; padding-top:72px; }


a#foto{
    display: block;
    width: 300x;
    height: 466px;
    background-image: url(http://www.tfolio.at/interweb/files/grafik/cv_01.jpg);
    margin: 0 auto;
}
a#foto:hover {
    background-image: url(http://www.tfolio.at/interweb/files/grafik/cv_02.jpg);
}
a .alt { display: none; }

