/* CSS */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

/* Class Selectors */

.clear_floats {
	clear: both;
}

.top_padding {
	margin-top: 16px;
}

.margin_top_padding {
	margin-top: 6em;
}

.clear_right {
	clear: both;
}

.designers_margin {
	padding-left: 240px;
}

.photographer {
	font-size: 0.8em;
	position: relative;
}

#home #menu .home a, #kiosk #menu .kiosk a, #further_info #menu .further_info a, #cv_kieren #menu .cv_kieren a, #cv_abigail #menu .cv_abigail a, #links #menu .links a {
	background-image: url(../images/menu_hover_back.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

/* Type selectors */
body {
	background-color: #373535;
	background-repeat: repeat-x;
	background-image: url(../images/backtilepat.png);
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p, li, td, th {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	list-style-type: none;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
	line-height: 1.4em;	
}

h1 {
	font-size: 1.4em;
	padding-bottom: 1em;
	font-weight: bold;
}

h2, th {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}

a {
	color: #000000;
}


table {
	width: 672px;
		
}

th, td {
	vertical-align: text-top;
	text-align: left;
	padding-bottom: 2em;
}

caption {
	font-size: 1.4em;
	padding-bottom: 1em;
	font-weight: bold;
	text-align: left;
	padding-left: 240px;
	padding-top: 0px;
	padding-right: 0px;
}

img {
	display: block;
	padding-top: 32px;
}

/* Pseudo Classes */

a:hover, a:active {
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/menu_back.png);
}

#menu ul li  {
	list-style-type: none;
	padding: 0em;
}

#menu ul a {
	line-height: 2.4em;
	padding-left: 2.4em;
}

#menu ul a:focus, #menu ul a:hover  {
	background-image: url(../images/menu_hover_back.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}


#footer_menu {
	padding-top: 4em;
}

#footer_menu a {
	font-size: 0.8em;
}

#footer_menu ul li  {
	float: left;
}

#footer_menu ul a {
	float: left;
	padding-right: 0.5em;
}

/* Id Selectors */

#wrapper {
	width: 768px;
	left: 50%;
	position: relative;
	height: 100%;
	margin-left: -384px;
	background-color: #FFFFFF;
}


#logo {
	background-image: url(../images/kadn_logo.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 304px;
	float: right;
	padding-left: 48px;
	margin-top: 32px;
}


#header {
	width: 100%;
}

#menu {
	float: left;
	margin-top: 32px;
	padding-left: 48px;
}

#content {
	float: left;
	width: 480px;
}

#content p, h1, h2 {
	padding-right: 48px;
}


#margin {
	float: left;
	width: 240px;
}

#body_content {
	height: 100%;
	float: left;
	padding-top: 96px;
	width: 100%;
	position: relative;
	left: 48px;
}

#cv_content_text {
	padding-top: 48px;
}

/*
#content_text, #cv_content_text {
	padding-top: 48px;
}
*/


#cv_header {
	padding-left: 240px;
	padding-top: 0em;
}


#footer, #table_footer  {
	float: left;
	width: 432px;
	padding-top: 2em;
}

#table_footer {
	position: relative;
	left: 240px;
}

#table_col_1 {
	width: 240px;
}

#table_col_2 {
	width: 432px;
}

#copyright {
	font-size: 0.8em;
	padding-top: 32px;
	float: left;
	padding-bottom: 64px;
}

