/* --------STRUCTURE-------- */

body{
background-image:url(Bilder/pixie_bg.jpg);
background-repeat: repeat-x;
margin:0;
padding:0;
line-height: 1.5em;
background-color: #fff;
font-size: 11px;
font-family: Tahoma, Arial, Trebuchet MS;
color: #717171;

}


/* --------MISC-------- */

a { text-decoration: none; text-shadow:#fff 1px 1px 1px;}
a:link {color: #40486D; text-transform: lowercase; }
a:visited, a:active {color: #40486D; text-transform: lowercase; }
a:hover {color: #434F8B; text-decoration: none;}

b, strong	{
	color: #8C91A7;
	font-family: Trebuchet Ms, Tahoma, Arial;
	text-shadow:#CED7EA 1px 1px 1px;
	}
	
i, em 	{
	color: #BAC3E0;
	font-weight: bold;
	font-family: Tahoma, Arial;
	}
		
	
a img {
	 background: #F5F8FD;
	 border-right: 1px solid #d0d3e0;
	 border-bottom: 1px solid #d0d3e0;
     padding: 4px;
     border-left: 1px;
     border-top: 1px;
	 border-radius: 4px; 
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px;}

a img:hover {
	 background: #BBCAE9;
	 border-right: 1px solid #C4D5F1;
	 border-bottom: 1px solid #C4D5F1;
     padding: 4px;
     border-left: 1px;
     border-top: 1px;
	 border-radius: 4px; 
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px;}
	
input, select, textarea {
	font-family: Georgia, Tahoma, Arial; 
	font-size: 10px; 
	color: #717171; 
	background: #F5F8FD; 
	border:1px solid #C4D5F1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	padding: 6px;
	text-transform: lowercase;
}


/* --------PAGES-------- */


.title {
    background: #f3f4f9;
    border-right:#d0d3e0 solid 2px;
	-moz-border-radius: 2px 2px 2px 2px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-shadow: #CED7EA 1px 1px 1px;
	line-height: 10px;
	font-family: Georgia, Arial;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8A90A6;
	padding:10px;
}


/* --------SIDEBAR-------- */


.sidebar_content{
	-moz-border-radius: 0px 0px 9px 9px;
	background-color:#f3f4f9;
    border-right:#d0d3e0 solid 2px;
	text-align: justify;
	line-height: 15px;
	font-family: Tahoma, Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	color: #717171;
	padding: 12px 12px 12px 12px;
	}
	
	.welcome_content{
	text-align: justify;
	line-height: 13px;
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #717171;
	padding: 3px 3px 3px 3px;
	}

.sidebar_content a { text-decoration: none; 	text-shadow: #CEDEF5 0px 1px 1px; }
.sidebar_content a:link {color: #717171; font-style: italic; }
.sidebar_content a:visited, a:active {color: #717171; font-style: }
.sidebar_content a:hover {color: #40486D; text-decoration: underline; font-style: italic;
}
