/* 
** BLUE:SKY - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** May 15, 2006 - (version 1.1)
** 
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6,ul,li { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
	margin: 0.5em 0em 2em 0em;
	font: 100% "Lucida Grande", Verdana, Arial sans-serif;
	line-height: 1.1em;
	text-align: center;
	background: #A5DDF8 url(../images/background.png) repeat-x;
}
 
#page { 
    width: 90%; 
    text-align: left;  
    margin: 0 auto;  
} 


/* header: */

#header {
    position: relative; 
    width: 100%;
    height: 3.2em;
    color: #fff;
    vertical-align: middle;
    text-align: left;
} 

#header a:link, #header a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 2.8em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    line-height: 1.2em;
}
#header a span{
	text-decoration: none;
	font: 0.4em "Lucida Grande", Verdana, Arial sans-serif;
	letter-spacing: 0;
	margin-left: 0.5em;
}


/* left column: */

#left {
    width: 24%; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
}

#nav {
    background-color: #fff;
    width: 90%;   
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;
}
    
#nav ul {
    list-style-type: none;
    padding: 0.5em 0em 0.9em 0em;
	 padding: 0;
	 width: 100%;
}

#nav ul li {
    padding: 0;
	 width: 100%;
}
#nav a{
	width: 100%;
	text-indent: 0.9em;
	padding: 0.2em 0;
	display: block;
}
#nav a:link, #nav a:visited {
    color: #2E668B;
	 text-decoration: none;
	 background-color: white;
}
 
#nav a:hover, #nav a:active {
    color: #2E668B;
	 background-color: #D0E7F4;
}
    #nav ul ul {
    display: block;
    list-style-type: none;
    position: absolute;
    z-index: 100;
    left: 10em;
    margin-top: -2em;
    width: 12em;
    border-top: 0.1em solid #65B6E3;
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;
    }
    #nav ul ul li {
    text-align: left;
    font-size: 85%;
    height: 18px;
    line-height: 18px;
    }
    #nav ul ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    }
div.left_box {
    background-color: #fff;
    width: 90%;
    margin-top: 1em;
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;

}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    color: #fff;
    border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    background-color: #4284B5;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
}

div.left_box p {
    margin: 0em;
    padding: 1em 1em 1em 1em;
}

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

div.inner_box {
    border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;
}

/* content column: */

#content {
	float: right;
	display: inline;
	position: relative;
	width: 75%;
	font-size: 0.75em;
	border-right: 0.2em solid #4284B5;
	border-bottom: 0.2em solid #4284B5;
	background: #fff url(../images/logo.jpg) no-repeat 60%;
	background-attachment: fixed;
}

#content h1 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FF6300;
    border-bottom: 0.05em solid #FF9853;
    line-height: 1em;
}

#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
}

#path {
    margin:  0.5em 0;
    padding: 0.4em 0;
    color: #2F5E80;
    background-color: #D0E7F4;
	 text-indent: 0.9em;
	 width: 99.5%;
	 font: 0.7em Arial;
}

#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #000;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
    border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;
	 border-top: 0.1em solid #7BA5C6;
}

div.img_left, div.img_right {
    border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}


/* footer: */

#footer { 
    margin: 0em;
    padding: 0em;
    font-size: 0.6em;
    clear: both;
    color: #027BC1;
    text-align: right;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited { 
    color: #027BC1;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
} 



