/* 
** 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-size: 100%;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    
    background-color: #A5DDF8;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}

#flyplane1 {
	background-image: url(../images/plane02d.png);
	float:left;
	position:absolute;
	width:200px;
	height:102px;
	top:2.8em;
}
#flyplane2 {
	background-image: url(../images/plane01b.png);
	float:right;
	position:fixed;
	width:200px;
	height:136px;
	bottom:0.8em;
	right:0;
}
#flyplane3 {
	background-image: url(../images/loop-b.png);
	float:right;
	position:fixed;
	width:330px;
	height:200px;
	top:0;
	right:0;
}

#page { 
    width: 70%; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;
	min-width: 800px;
} 


/* header: */

#header {
    position: relative; 
    width: 100%;
    height: 83px;
    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: 1.9em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    line-height: 1.2em;
}


/* left column: */

#left {
    width: 24%; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
	min-width: 200px;
}

div#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;
}

#nav ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
}

#nav a:link, #nav a:visited {
    color: #2E668B;
}
 
#nav a:hover, #nav a:active {
    color: #000;
}
*/
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: #FF0000;
}

div.inner_box {
    border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;
}


/* Menu */ 
#pmenu {padding:0; margin:1px 0; list-style-type: none; width:177px; position:relative; z-index:99;}
#pmenu ul {padding:0; margin:0; list-style-type: none; width:177px;}
#pmenu li {position:relative;}
#pmenu a, #pmenu a:visited {display:block;width:177px; font-size:10px; color:#000; height:23px; line-height:22px; text-decoration:none; text-indent:5px; background:#D0E7F4;; border:1px solid #fff; border-width:0 1px 1px 0;}
#pmenu a.flyout {background: #D0E7F4 url(../images/arrow.gif) no-repeat right top;}
#pmenu li:hover > a {background:#4284B5; color:#fff;}
#pmenu li ul {display: none;} 
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:177px;}



/* content column: */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 74%; 
    font-size: 0.75em;
    
    background-color: #fff;

    border-right: 0.2em solid #4284B5;
    border-bottom: 0.2em solid #4284B5;
}

#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: #FF0000;
    border-bottom: 0.05em solid #FF0000;
    line-height: 1em;
}

#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
}

#content ul {
	 padding: 0.5em 1.5em 1.5em 1.5em;
}

#path {
    font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
    border-right: 0.23em solid #7BA5C6;
}

#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #FF0000;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}

.showup {
	color:#FF0000;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
    border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;
}

#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #333333;
	}
#linkList li a:hover {
	color: #999999;
	}

div.img_column_left {
	float:left;
	width:150px;
}
div.img_column_right {
	float:right;
	width:150px;
}

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_center {
	margin: 0.5em auto;
}

div.img_left img, div.img_right img, div.img_center img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}
div.img_left a:hover img, div.img_right a:hover img, div.img_center a:hover img {
	border: 0.35em solid #FF0000;
}

/* form */ 
form {
	padding:0;
}
form fieldset {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin: 0;
}
form label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right; 
}
form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
}
textarea { overflow: auto; }


/* 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: #FF0000;
} 



