@charset "UTF-8";
/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/
@media screen, print {
	
/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define active styles! */
a:active {
	outline: 0;
}

body {
	line-height: 1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

}


/*-------------------------------------------------------------------

SCREEN STYLES

-------------------------------------------------------------------*/
@media screen {


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

body {
	text-align: center;
}

#container {
	position: absolute;
	width: 700px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -350px;
	text-align: left;
}

#content {
	position: relative;	
	width: 700px;
	height: 260px;
	
}

.vcard {
	margin-left: 98px;
}




/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.clearfix:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
h1,
.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2, h3, h4, h5, h6 {
	margin-top: 35px;
	color: #017431;
}

h2 {
	font-size: 32px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 36px
}

h4 {
	font-size: 18px;
	line-heitgh: 18px;
}

/* font-family and font-size */
p,
ol,
ul,
dl,
th,
td,
textarea {
	font-size: 14px;
}

/* margins and line-height */
p,
ol,
ul,
dl,
form {
	margin-top: 20px;
	line-height: 18px;
}

#footer p,
#footer ol,
#footer ul,
#footer dl,
#footer th,
#footer td,
#footer textarea {
	font-size: 12px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* margins */
ul,
ol {
	margin-top: 10px;
}

ul ul, ul ol, ul dl,
ol ol, ol ul, ol dl,
dl ul, dl ol {
	font-size: 100%;
}

ul li,
ol li {
	margin-top: 5px;
}

ul li {
	list-style-type: none;
	background: url(../img/li_item.gif) 0 10px no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}

ol li {
	list-style-type: decimal;
	margin-left: 40px;
}

dl dt {
	float: left;
	width: 100px;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #017431;
}

dl dd {
	margin-left: 110px;
}

dl dt,
dl dd {
	margin-bottom: 25px;
}




/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/
.adr_float {
	float: left;
	width: 65px;
}

.adr_float.long {
	width: 100px;
}

#footer .adr_float {
	width: 55px;
}

.system_msg {
	display: block;
	margin: 15px 0;
	padding: 5px 10px;
	border: 2px solid #f8bf05;
	background-color: #fdda69;
	color: #f8bf05;
}

.system_msg.error {
	border-color: #b11717;
	background-color: #ffdfe0;
	color: #b11717;	
}

.system_msg.success {
	border-color: #137f00;
	background-color: #d6ffcf;
	color: #137f00;	
}



/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	text-decoration: none;
	color: #017431;
	border-bottom: 1px solid #017431;
}

a:hover, 
a:active,
a:focus {
	border-bottom: none;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #c1e4d0;
	border-bottom: 1px solid #c1e4d0;
}

#footer a:hover, 
#footer a:active,
#footer a:focus {
	border-bottom: none;
}

a img {
	border: none;
}

a#logo {
	display: block;
	position: relative;
	top: 10px;
	left: -85px;
	margin-bottom: 40px;
	border-bottom: none;
}

/* link to external website that is opened in a new window */
a.external_link {
}


}

