/* Stylesheet for UWEMANNs hjemmeside */


/* Links */

a { text-decoration: underline; color: #000}
a:hover { color: #69f}
a:link {}
a:active {}
a:visited {}

#header a { text-decoration: none; color: #69f;}
#header a:hover { text-decoration: none; color: #8bf;}

#header h1 a { text-decoration: none; color: #69f;}
#header h1 a:hover { text-decoration: none; color: #69f;}

#forsidelink a { text-decoration: none; color: #69f;}
#forsidelink a:hover { text-decoration: none; color: #8bf;}

#body td a { text-decoration: none; color: #69f;}
#body td a:hover { text-decoration: none; color: #8bf;}

a.cv { text-decoration: none; font-style: normal; color: #000;}
a.cv:hover { text-decoration: underline; color: #000;}



/* Document body */

body {
	margin: 30px 0;
	padding: 0;
	color: #000;
	background: #ddd;
	font: 65% verdana, arial, sans-serif;
	text-align: center;
}


/* Sidehoved */

div#header {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	background: #eee;
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #69f;
	background: #eee;
	font: bold 450% garamond, serif;
	letter-spacing: 7px;
	text-align: center;
}

div#menu {
	margin: 0 auto;
	padding: 0;
	width: 71%;
	border-bottom: 1px solid #69f;
}

#menu table {
	width: 100%;
}

#menu td {
	margin: 0 auto;
	padding: 0;
	width: 25%;
	color: #69f;
	background: #eee;
	font: italic bold 125% garamond, serif;
	letter-spacing: 2px;
	text-align: center;
}




/* Indhold */

div#body {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 15px;
	background: #eee;
}

#body h1 {
	color: #69f;
	background: #eee;
	font: bold 150% garamond, serif;
	text-align: justify;
	letter-spacing: 1px;
	padding: 0 0 2px 4px;
	margin: 0;
}

p {
	text-align: justify;
	padding: 0 4px 2px;
	margin: 0;
}

hr {
	color: #eee;
	border-top: 1px solid #000;
	text-align: center;
}

img {
	border: 0;
}



/* Velkommen-boks, Profil-boks, Kontakt-boks */

div#box01 {
	width: 63%;
	padding: 0 1px;
	margin-right: 4px;
	border-left: 1px dashed #69f;
	border-right:1px dashed #69f;
	float:left;
}


/* Bundtekst på forside, Container til forsidelink, Billedstrimler */

div#box02 {
	margin-top: 30px;
	border-top: 1px dashed #69f;
	text-align: justify;
}

#box02 h2 {
	margin: 0;
	padding: 0 4px 2px;
	color: #000;
	background: #eee;
	font: 100% verdana, arial, sans-serif;
	text-align: justify;
}

#box02 p {
	font-style: italic;
	text-align: center;
	padding: 6px 4px 0;
	margin: 0;
	color: #69f;
}



/* Tekst container, CV-boks, Galleri-boks  */

div#box03 {
	border-left: 1px dashed #69f;
}





/* CV */

h4 {
	font: italic bold 250%;
	text-align: center;
	letter-spacing: 3px;
	padding: 4px;
	margin: 10px;
}

h5 {
	font: italic 120%;
	text-align: justify;
	letter-spacing: 2px;
	padding: 4px;
	margin-bottom: 10px;
}

p.event {
	font-weight: bold;
	margin: 10px 0 0;
	padding-bottom: 0;
}

p.desc {
	padding-left: 15px;
}

p.quot {
	font-style: italic;
	padding-left: 15px;
	padding-right: 10px;
}



/* Frem/tilbage-links på Billedsider */

#body table {
	width: 30%;
	margin: 0 auto;
}

#body td {
	text-align: center;
	font: italic bold 100% garamond, serif;
}


/* Flydende forsidelink */

div#forsidelink {
	margin: 0;
	padding: 0;
	color: #69f;
	background: #eee;
	font: italic bold 160% garamond, serif;
	letter-spacing: 0;
	text-align: right;
	position: relative;
	top: 5px;
}                                                                                                                                                                                                                                        
