html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
/*  color: #333333 */
body
{
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(Images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #6B6854; /* Text-Farbe */
}

h1, h2, h3, h4, h5, h6 /*  color: #573922; */
{
	color: #8F146E; /* Überschrift-Farbe */
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
/* margin: 0; */
h1
{
	margin: 0.5em 0;
	font-size: 1.8em;
	font-weight: bold;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: normal;
}
p
{
	margin: 1em 0;
	line-height: 1.4;
	text-align: justify;
}
a
{
	text-decoration: underline;
	color: #F369B1;
}

a:hover
{
	text-decoration: none;
}

.button /* by Walter */
{
	color: #6B6854;
	font-family: Arial, Helvetica, sans-serif;
}

#sizer
{
	width: 58%;
	max-width: 192px;
	margin: 10px auto 0 auto;
	padding: 0;
}
#expander
{
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;
	background: #FFFFFF;
	background-image: url(Images/column_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

/* Holly hack for IE \*/
* html #expander
{
	height: 0;
}
/* */

#wrapper
{
	width: 100%; /* helps IE get the child percentages right. */
	border-bottom: 1px solid #EBE4DE;
	text-align: left;
	background-image: url(Images/column_bg.gif);
	background-repeat: repeat-y;
}

/* http://positioniseverything.net/easyclearing */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

#skiptocontent
{
	position: absolute;
	margin-left: -1000px;
}
#leftcolumn
{
	float: left;
	width: 152px;
	margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #EBE4DE;
	font-size: 0.9em;
}

html > body #leftcolumn
{
	margin-right: 0;
}

#leftcoltop
{
	height: 40px;
	background-color: #FAECE8;
	background-image: url(Images/leftcoltop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#loginbox
{
	min-height: 124px;
	margin: 2px;
	padding: 5px 0.5em;
	border: 1px solid #493221;
	background-color: #FFFFFF;
	background-image: url(Images/colgradient_short.jpg);
	background-repeat: repeat-x;
	color: #6D584D;
}

* html #loginbox
{
	height: 124px;
}

#loginbox h4
{
	margin: 0;
}

#leftbarcontainer
{
	margin: 2px;
	padding: 4em 0.5em;
	border: 1px solid #EAA6CB; /* Original war #6D5B4D */
	background-color: #FFFFFF;
}
#subnav
{
	padding-bottom: 1em;
	overflow: hidden;
}

#subnav a
{
}

#subnav a:hover
{
	text-decoration: underline;
}

.leftbaritem
{
	padding: 2em 0.5em;
}

#rightcolumn
{
	float: right;
	width: 152px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #EBE4DE;
	font-size: 0.9em;
}
html > body #rightcolumn
{
	margin-left: 0;
}

#rightcoltop
{
	height: 40px;
	padding: 0 1em;
	text-align: right;
	color: #563821;
	background-color: #FAECE8;
	background-image: url(Images/rightcoltop.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#rightcoltop a
{
	color: #563821;
}

#searchbox
{
	height: 130px;
	position: relative;
	padding: 5px 0.6em;
	margin-bottom: -2px;
	background-color: #FFFFFF;
	background-image: url(Images/searchbox_consultant.jpg);
	background-repeat: no-repeat;
}

#searchbox div
{
	position: absolute;
	bottom: 0.5em;
	text-align: right;
}
#searchbox h4
{
	margin: 0;
}



#rightbarcontainer
{
	margin: 2px;
	padding: 4em 0.5em;
	border: 1px solid #EAA6CB; /* Rahmen-Farbe */
	background-color: #FFFFFF; /* background-image: url(Images/rightbarcontainer_bg.gif); */
	background-repeat: no-repeat;
}
.rightbaritem
{
	padding: 2em 0.5em;
	background-image: url(Images/rightbarheader.gif);
	background-repeat: no-repeat;
}

#centercolumn
{
	height: 1%;
	margin: 0;
	background-image: url(Images/centercolrightcorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
html > body #centercolumn
{
	height: auto;
	margin-left: 152px;
	margin-right: 152px;
}
#centercoltop
{
	height: 18px;
	background-image: url(Images/centercolleftcorner.gif);
	background-repeat: no-repeat;
}

html > body #centercoltop
{
	height: 19px;
}

#mainnav
{
	height: 22px;
	background-color: transparent;
	font-size: 1em;
	background-image: url(Images/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

html > body #mainnav
{
	height: 21px;
}

#mainnav a
{
}

#mainnav a:hover
{
}

#mainnav table
{
	text-align: right;
}

#mainnav .item
{
	padding: 0em 1em;
	border-top: 6px solid #FFFFFF;
	font-weight: bold;
	color: #6D584D;
}

html > body #mainnav .item
{
	border-top: 6px solid transparent;
}

#mainnav .hover
{
}

#mainnav .selected
{
	border-top: 6px solid #FAEBE7;
	background-image: url(Images/mainnavselected.gif);
	background-repeat: repeat-x;
}

html > body #mainnav .selected
{
	border-top: 6px solid #FAEBE7;
}
/* By Walter Fix gegen leere Submenüs von mainnav bei IE8 */
.adjustedZIndex
{
	z-index: 1;
}


/* #header
{
	position: relative;
	height: 134px;
	margin: 2px;
	border: 1px solid #493221;
	background-color: #FFFFFF;
	background-image: url(Images/header_consultant.jpg);
	background-repeat: no-repeat;
	background-position: top right;
} */
#header
{
	position: relative;
	height: 134px;
	margin: 2px;
	border: 1px solid #493221;
	background: url(images/header_consultant.jpg) 0 0 repeat-x #F6F4E4;
}
/* by Walter gegen Logo Underlining */
#header a
{
	text-decoration: none;
}
#maincontent
{
	margin: 2px;
	padding: 4em 2em;
	border: 1px solid #EAA6CB; /* background-image: url(Images/maincontent_bg.gif); */
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #F6F4E4; /* Background-Farbe */
}
#maincontent .teaser
{
	margin: -0.7em 0 0 0;
	color: #A68866;
}
/*
#maincontent h2:before
{
	content: url(Images/magnolia_small.gif);
}
*/
#maincontent fieldset
{
	margin-bottom: 1em;
	padding: 0 1em 1em 1em; /* ursprünglich war hier nur einmal 1em */
	border: 1px solid #EEA2CD;
	color: #573922;
}

#maincontent legend
{
	background-color: #F5F2EF; /* Legend-Background-Farbe */
	border: 1px solid #FFFFFF;
}

* html #maincontent legend
{
	padding: 0.5em;
}

#maincontent label
{
	line-height: 2em;
}

.projektmanagement /* by Walter */
{
	background-color: #FFFFFF; /* Background-Farbe auf Projektmanagement Page */
}

#txtbox
{
	font-size: 1em;
}

#maincontent caption
{
	text-align: left;
	font-weight: bold;
}

#maincontent table tr td
{
	padding: 0.2em 0.5em;
}

.button
{
	background-color: #FAEBE7;
}
.imgfloatright
{
	float: right;
	display: inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft
{
	float: left;
	display: inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore
{
	text-align: right;
}
/* By Walter */
#readmore
{
	text-align: right;
}
#footer
{
	margin: 2px;
	padding: 0.5em;
	font-size: smaller;
}

#footer a
{
	padding: 0 0.5em;
}

@media print
{
	body
	{
		margin: 0;
		padding: 0;
		font-size: 11pt;
		line-height: 13pt;
		background: #FFFFFF !important;
	}
	#sizer
	{
		margin: 0;
		width: auto !important;
	}
	#expander
	{
		margin: 0 !important;
		background: none;
	}
	#wrapper
	{
		border-bottom-style: none;
		background: none;
	}
	a
	{
		color: #666666;
		text-decoration: underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before
	{
		display: none;
	}

	#centercolumn
	{
		width: 100%;
		margin: 0 !important;
		background: none;
	}
	#centercoltop
	{
		height: auto;
		background: none;
	}
	#header
	{
		margin: 0;
		border: none;
		height: auto;
		background: none;
	}

	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
																		    												it off here. */
	#header img
	{
		display: none;
	}

	#maincontent
	{
		margin: 0;
		border: none;
		background: transparent;
	}

	#maincontent .teaser
	{
		font-style: italic;
	}

	#maincontent fieldset
	{
		border: none;
	}

}
/* 1.1 Shim von Personal Starter Kit */

.shim
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column
{
	background-image: url(images/content-shim.gif);
}

.gradient
{
	background-image: url(images/content-shim-photo.gif);
}

.solid
{
	background-image: url(images/content-shim-none.gif);
}
/* 2 Page von Personal Starter Kit */

.page
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES von Personal Starter Kit */

#home, #resume, #links, #register, #admin-albums, #admin-photos
{
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar
{
	float: right;
	width: 214px;
	height: 100%;
}

#content
{
	margin-left: 200px;
}

#whatsnew
{
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks
{
	margin-left: 220px;
}

#resume h4, #links h4
{
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo
{
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first
{
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt
{
	position: absolute;
	left: 0;
}

dd
{
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td
{
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE von Personal Starter Kit */

#albums
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view
{
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame
{
	margin-left: auto;
	margin-right: auto;
}

.item
{
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4
{
	margin-bottom: 0.4em;
}

.nullpanel
{
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE von Personal Starter Kit */

#photos, #details, #admin-details
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar
{
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top
{
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER von Personal Starter Kit */

.footerbg
{
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub
{
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited
{
	color: #d32525;
}

/* Inline styles are used because image controls hard code a border property von Personal Starter Kit */

.photo_198
{
	border: 4px solid #FFFFFF;
}
/* Navigation Layout von Personal Starter Kit */
.menua
{
	/* position: absolute; 	right: 37px; 	top: 17px;*/
	text-transform: uppercase;
	font-size: 10px;
}

.nav
{
	/* position: absolute; 	right: 37px; 	top: 60px; */
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited
{
	/* color: #d32525; */
}
/* By Walter */
.managedb
{
	position: absolute;
	left: 237px;
}
/* By Walter */
.pfeil
{
	margin-bottom: -3px;
}
.subnav
{
	/*  	margin-right: auto; 	position: relative; */
	text-transform: uppercase;
	font-size: 10px;
}
.logo
{
	color: #ff66cc; /* Hyperlink-Farbe */
	text-decoration: none;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}
/* By Walter */
.rightlink
{
	float: right;
}
/* By Walter */
.barads
{
	text-align: center;
}
/* By Walter */
.barleft
{
	text-align: left;
}
/* By Walter */
.table
{
	border: 1px solid #EBE4DE;
	background-color: #FAEBE7;
}
.tablerow1
{
	background-color: #EBE4DE;
}
/* By Walter */
.tablerow2
{
	background-color: #F6F4E4;
}
/* By Walter */
#maincontent .proman
{
	background-color: #FFFFFF; /* background-color for Projektmanagement Page */
}


/*
	color: #6B6854;  Text-Farbe 
	color: #ff66cc;  Hyperlink-Farbe 
	color: #8F146E; Überschrift-Farbe 
	border: 1px solid #EAA6CB; Rahmen-Farbe pink 
	background-color: #EBE4DE; Rahmen-Farbe violett für Tabellen und Backgroundfarbe für TableRows
	background-color: #F6F4E4; Background-Farbe 
	background-color: #F5F2EF; Legend-Background-Farbe 
*/
