@charset "utf-8";
/* CSS Document */

/* General */
a {
	text-decoration: none;
	color: #3D3DC2;	 
}

a:focus { 
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #FF8000;	
}

body {
	background-color: white;
	margin-top: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	  
	font-weight: normal;
	color: #3D3DC2;	
}

.ActiveText {
	font-weight: bold;
	color: #FF8000;
	font-size: 14px;
	text-decoration: none;
}

.Text {
	font-size: 14px; 
	text-decoration: none;	
}

.SmallText {
	font-size: 11px;
}

.Bold {
	font-weight: bold;
}

.Orange {
	color: #FF8000;	
}

.Purple {
    color: #3D3DC2;
}

.Space {
	margin-left: 100px;
}

.Location {
	position: absolute;
	width: 930px;
	padding-right: 5px;
	text-align:right;
}

.LocationContent {
	position: absolute;
	width: 728px;
	padding-right: 5px;
	text-align:right;
}

.LinkedText a {
   color: #FF8000;
}


/* Main Containers */
#Container {
	width: 950px;
	margin: 0px auto;
}

#Header404 {
	background-image: url(../images/header_software.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#HeaderHome {
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#HeaderSoftware {
	background-image: url(../images/header_software.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#HeaderAboutMe {
	background-image: url(../images/header_aboutme.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#HeaderContact {
	background-image: url(../images/header_contact.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#HeaderImprint {
	background-image: url(../images/header_imprint.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#Content {
	width: 737px;
	float: left;
}

#ContentLarge {
	width: 936px;
	float: left;
}

#Sidebar {
	width: 200px;
	float: left;
}

#Footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 950px;
	clear: left;
	float: left;
}


/* Menu Content */
#MenuHome {
	width: 93px;
	height: 23px;
	position: absolute;
	margin-left: 12px;
	top: 83px;
	text-align: center;	
}

#MenuSoftware {
	width: 93px;
	height: 23px;
	position: absolute;
	margin-left: 110px;
	top: 83px;
	text-align: center;	
}

#MenuAboutMe {
	width: 93px;
	position: absolute;
	height: 23px;
	margin-left: 207px;
	top: 83px;
	text-align: center;
}

#MenuContact {
	width: 93px;
	height: 23px;
	position: absolute;
	margin-left: 304px;
	top: 83px;
	text-align: center;	
}

#MenuImprint {
	width: 93px;
	height: 23px;
	position: absolute;
	margin-left: 401px;
	top: 83px;
	text-align: center;	
}


/* Content Background */
#ContentHeader {
	background-image: url(../images/line_header.jpg);
	background-repeat: no-repeat;
	width: 737px;
	height: 4px;
	overflow: hidden;
	margin-top: 0px;
}

#ContentMain {
	background-image: url(../images/line_content.jpg);
	background-repeat: repeat-y;
	width: 737px;
	left: 2px;
	overflow: hidden;
}

#ContentFooter {
	background-image: url(../images/line_footer.jpg);
	background-repeat: no-repeat;
	width: 737px;
	height: 6px;
	overflow: hidden;
}

#ContentHeaderLarge {
	background-image: url(../images/line_header_large.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 4px;
	overflow: hidden;
	margin-top: 0px;
}

#ContentMainLarge {
	background-image: url(../images/line_content_large.jpg);
	background-repeat: repeat-y;
	width: 936px;
	left: 2px;
	overflow: hidden;
}

#ContentFooterLarge {
	background-image: url(../images/line_footer_large.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 6px;
	overflow: hidden;
}


/* Sidebar Background */
#SidebarHeader {
	background-image: url(../images/gradient_header.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 4px;
	overflow: hidden;
	margin-left: 3px;
	margin-top: 1px;
}

#SidebarContent {
	background-image: url(../images/gradient_content.jpg);
	background-repeat: repeat-y;
	width: 200px;
	overflow: hidden;
	margin-left: 3px;
}

#SidebarFooter {
	background-image: url(../images/gradient_footer.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 11px;
	overflow: hidden;
	margin-left: 3px;
}


/* Footer Items */
#CopyrightNotice {
	width:400px;
	height:23px;
	position: relative; 
 	float: left; 
	top: 8px;
	left: 22px; 
}

/* Default Content */
.DefaultContent {
	width: 737px;
	margin-top: 0px;
	padding-top: 75px;
	padding-left: 80px;
	padding-bottom: 24px;  
	font-size: 12px;
}