/*CSS_Portfolio Anna Schmocker*/

*{
	margin:0;
 	padding:0;
}
a{
}
body{
	font-family:"Lucia Grande", Helvetica, Arial, sans-serif;
	font-color:black;
	font-size:14px;
	background-color:#f5f5f5;
	
}

h1{
	
	position: relative;
	font-style: oblique;

}







img {
	border: 0;
}

/*Struktur*/
#header{
	margin: 0 auto;
	position:relative;
	width:900px;
	height:150px;
	
}

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

#footer {
	width:900px;
	margin: 0 auto;
	position:relative;
}

/*Headerstruktur und styling*/

#titel{
	position: absolute;
	left:14em;
	margin: 64px;

}

#topnavigation{
	position:absolute;
	width:600px;
	bottom:0;
	right:5em;
	list-style-type:none;
	
}

#home{
	position:absolute;
	width:5em;
	bottom:0;
	left:-1em;


	
}

#header li{
	float:right;
	text-align: center;
	
	
}

#header a{
	display: block;
	padding: 3em 1em;
	text-decoration: none;
	color:black;
	
}

#header  a:hover{
	color:grey;
	
}


/*Containerstruktur*/

#mainsidebar{
	width:150px;
	float:left;
	margin:30px 0 0 0;
}

#subcontainer{
	width:750px;
	float:left;
	background:url(images/layout-website/subcontainer.png)top left;

}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-table;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*Subcontainerstruktur*/

#undersidebar{
	width:150px;
	float:left;
	margin:2em 0 0 0;
	

	
}

#undersidebar ul li a img {
	border: 1px solid black;
	border-left:none;
}

#undersidebar ul li a img:hover {
	border: 3px solid black;
	border-left:none;
	padding-left: -3px;
	margin-bottom: -2px;
	margin-top: -2px;
	
}

#wechselrahmen{
	width:600px;
	float:left;
	
}

/*Wechselrahmenstruktur*/

#project{

	margin:3em 5em;
	float:left;

}

#description{

	margin:3em 5em;
}


/*Styling*/

/*headerbackground*/
#header{
	background:url(images/layout-website/header2.jpg)top left;
}

/*footerbackground*/
#footer{
	background:url(images/layout-website/footer2.jpg)top left;
	width:900px;
	height:50px;
	font-size:11px;
}

/*containerstyling*/
#container{
	background:url(images/layout-website/mainsidebar2.jpg)repeat-y top left; /*das ist das bild von der mainsidebar*/	
}

/*mainsidebarstyling*/
#mainsidebar a{
	text-decoration: none;
	color:black;
}

#mainsidebar a:hover{
	color:grey;
}	
	
#mainsidebar li{
	list-style-type:none;
	padding:1em 0;
	
}

/*undersidebarstyling*/

#undersidebar a{
	text-decoration: none;
	font-size:12px;
	color:black;
}

#undersidebar a:hover{
	color:grey;
}	
	
#undersidebar li{
	list-style-type:none;
	padding:1em 0;
}

/*subcontainerstyling*/
#description p{
	font-size:14px;
}








/*css : ab hier habe ich phps includet. jetzt kommt: wenn das und das zutreffen : mach das*/



body#cat-vi #mainsidebar a#tab-vi,
body#cat-fo #mainsidebar a#tab-fo,
body#cat-bi #mainsidebar a#tab-bi,
body#cat-if #mainsidebar a#tab-if,
body#cat-ia #mainsidebar a#tab-ia,
body#cat-sk #mainsidebar a#tab-sk,
body#cat-la #mainsidebar a#tab-la,
body#cat-gr #mainsidebar a#tab-gr{
	font-weight: bold;
}

