/********************************************
* iGo International
* Developed by I-ology
* http://www.i-ology.com
*
* Created 6/18/2008- MB
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #333; 
    font-family: Arial, Helvetica, sans-serif;
    background: #001955 url(/supgermany/images/bg.gif) top center repeat-x;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #48ac26; 
  font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; font-size: 1em; line-height: 1.4em;}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #37ad0c; text-decoration: none; }
a           { color: #001955; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*********************************
* Layout Definitions
*********************************/

#content-main p {
    color: #333;
    margin: 15px 0 0 0;
}

#container {
    margin-top: 36px;
    width: 100%;
    background: #fff;
}

#content-main {
    width: 591px;
    margin: 0 auto;
}

#logo {
    padding: 17px 0 17px 22px;
}

#logo img {
    width: 130px;
    height: 47px;
    display: block;
}

#header-image {
    width: 591px;
    height: 184px;
    padding-bottom: 20px;
}

#text {
    padding: 0 16px 32px 13px;
}


/*********************************
* Footer Definitions
*********************************/

#footer {
    width: 591px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    padding: 32px 0 0 225px;    
}

