@charset "UTF-8";

body {
color: #000;
font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
font-size: 14px;
}

h1,h2,h3, h4, h5, h6, h7, h8 {
margin-top:   0.6em;
margin-bottom:0.2em;
}

img {
border: 0px;
}

code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: transparent;
color: #777;
}

a {
/* color: #000000; */
text-decoration:underline;
}

a:link {
text-decoration:underline;
}

a:visited {
text-decoration:underline;
}

a:active {
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

blockquote {
display: block;
font-size:20px;
padding: 0px 60px;
width: 450px;
/* height:80px; */
margin: 0 auto;
/* line-height: 1em; */
background: transparent url(../images/quote.png) no-repeat scroll center center;
min-height:100px;
}

blockquote p {
padding: 25px 0;
display:block;
}

/* blockquote:before, blockquote:after { */
/* color: #FFFF00; */
/* display: block; */
/* font-size: 700%; */
/* width: 50px; */
/* } */

/* blockquote:before { */
/* content: "\201C"; */
/* height: 30px; */
/* margin-left: -0.55em; */
/* margin-top: -20px; */
/* } */

/* blockquote:after { */
/* content:"\201E"; */
/* height: 50px; */
/* margin-top: -40px; */
/* margin-left: 360px; */
/* } */

#footer a img {
text-decoration:none;
border:0;
}

/* Initials */
/*html>body #content p:first-letter {
font-size: 150%;
background-color: transparent;
padding-right: 1px;
}*/

.buttondescr {
font-size:12px;
color:#000;
line-height:12px;
padding: 10px;
padding-left: 5px;
}

.buttonlogo {
width:45px;
height:45px;
font-size:20px;
}


#portalmenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	width:450px;
}

#portalmenu li {
	float:left;
	width:150px;
	text-align:center;
	display:block;
}

#portalmenu a {
	text-decoration:none;
	width:150px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	display:block;
	padding-top:3px;
	
}

#portalmenu a:hover {
	background-color:#555555;
	color:#FFFFFF;
}

#portalmenu a .mehr {
	visibility:hidden;
	border:2px solid #555555;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
}

html>body #portalmenu a .mehr {
	width:142px;
}

#portalmenu a:hover .mehr {
	visibility:visible;
}

#portalmenu a .txt {
	font-size:16px;
}

#aboutme, #contactme {
list-style:none;
height:57px;
width:300px;
position:relative;
padding-bottom:60px;
margin: 0px auto 0pt;
z-index:50;
background: transparent url(../images/symbols_more.png) no-repeat scroll 10px 70px;
}
#aboutme li, #contactme li {
width:57px;
float:left;
text-align:center;
}
#aboutme a, #contactme a {
height:57px;
display:block;
text-decoration:none;
}
#aboutme a:active, #aboutme a:focus, #aboutme a:hover, #contactme a:active, #contactme a:focus, #contactme a:hover {
}
/* --------- Sub Nav --------- */
#aboutme li.current ul, #contactme li.current ul {
left:0;
}
#aboutme ul, #contactme ul {
position:absolute;
left:-999em;
width:300px;
list-style:none;
padding:.9em 0 0;
}
#aboutme ul li, #contactme ul li {
width:100%;
margin:0 15px 0 0;
text-align:center;
font-size:120%;
background-color:#FFFFFF;
}
#aboutme li:active ul, #aboutme li:hover ul, #contactme li:active ul, #contactme li:hover ul { 
left:0;
}

.aboutbuttons {
list-style:none;
height:57px;
width:300px;
position:relative;
padding-bottom:60px;
margin: 40px auto 0pt;
z-index:50;
background: transparent url(../images/symbols_more.png) no-repeat scroll 10px 70px;
}
.aboutbuttons li {
width:57px;
float:left;
text-align:center;
}
.aboutbuttons a {
height:57px;
display:block;
text-decoration:none;
}
.aboutbuttons a:active, .aboutbuttons a:focus, .aboutbuttons a:hover {
}
/* --------- Sub Nav --------- */
.aboutbuttons li.current ul {
left:0;
}
.aboutbuttons ul {
position:absolute;
left:-999em;
width:300px;
list-style:none;
padding:.9em 0 0;
}
.aboutbuttons ul li {
width:100%;
margin:0 15px 0 0;
text-align:center;
font-size:120%;
background-color:#FFFFFF;
}
.aboutbuttons li:active ul, .aboutbuttons li:hover ul { 
left:0;
}

#EmailForm label {
display:block;
float:left;
width:200px;
}

