/*
///////////////////////////////////////////////////////////////////////////////////
BASIC TAGS
///////////////////////////////////////////////////////////////////////////////////
*/
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
}

/* 
///////////////////////////////////////////////////////////////////////////////////
TEXT
///////////////////////////////////////////////////////////////////////////////////
*/
p {
	font-size: 11px;
	color: black;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
}

a{
	color: red;
	text-decoration: none;
}

a:hover{
	color: black;
}

h1 {}

h2{
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px 20px 2px 0px;
	font-weight: bold;
	line-height: 12px;
}

h2 a{
	color: black;
	text-decoration:none
}

h2 a:hover{
	color: red;
}

h2 img{
	border: 0px;
}

h2 img:hover{
	border: 0px;
}

h3{}

h4{}


/* 
///////////////////////////////////////////////////////////////////////////////////
COMMON CLASSES
///////////////////////////////////////////////////////////////////////////////////
*/
div.projectsWrapper{
	width: 680px;
	height: 127px;
	margin-bottom: 9px;
	margin-top: 0px;
	overflow: hidden;
}

div.projectsOverview{
	position: relative;
	width: 116px;
	height: 100%;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

div.projectsOverview img{
	display: block;
	margin-bottom: 3px;
}

div.projectsOverview h2{
	padding: 0px;
	display: block;
}

.right{
	position: static;
	top: 0px;
	width: 50%;
	height: auto;
	float: right;
}
.left{
	position: static;
	top: 0px;
	width: 50%;
	height: auto;
	float: left;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.contactLink{
	color: red;
}

.contactLink:hover{
	color: black;
}
  
/* 
///////////////////////////////////////////////////////////////////////////////////
IDs
///////////////////////////////////////////////////////////////////////////////////
*/

#projectsDiv {
	position: static;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height: auto;
	padding: 0px 0px 20px 20px;
}

#back{
	position: static;
	height: 14px;
	margin: 20px 20px 0px 0px;
	text-align:right;
	display: block;
	background-image:url(../gfx/projekter.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

#profilTop{
	position: static;
	height: 14px;
	margin: 20px 20px 0px 0px;
	text-align:right;
	display: block;
	background-image:url(../gfx/profil.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

#kontaktTop{
	position: static;
	height: 14px;
	margin: 20px 20px 0px 0px;
	text-align:right;
	display: block;
	background-image:url(../gfx/kontakt.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

#lineTop{
	position: static;
	left: auto;
	right: auto;
	width: 660px;
	height: 4px;
	border-top: 2px solid black;
	margin-bottom: 0px;
	margin-top: 0px;
	clear:both;
	overflow:hidden;

}

#lineBottom{
	position: static;
	top: 5px;
	left: 0px;
	width: 660px;
	height: 1px;
	border-top: 1px solid black;
	margin-top: 2px;
	margin-bottom: 5px;
	clear:both;
	overflow:hidden;
}

#text{
	position: static;
	top: 0px;
	width: 100%;
	height: auto;
	z-index:auto;
}#englishTop {

	position: static;
	height: 14px;
	margin: 20px 20px 0px 0px;
	text-align:right;
	display: block;
	background-image:url(../gfx/english.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}
#downloadsTop {
	position: static;
	height: 14px;
	margin: 20px 20px 0px 0px;
	text-align:right;
	display: block;
	background-image:url(../gfx/downloads.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}
#line_skille {
	position: static;
	left: auto;
	right: auto;
	width: 200px;
	height: 2px;
	border-top: 2px solid black;
	margin-bottom: 0px;
	margin-top: 0px;
	clear:both;
	overflow:hidden;
}
