/* 
 CSS File by Markus Bordihn
 Last Update: 30.12.2010
*/

body {
 color: #444;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 background: #aaa;
 background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc));
 background: -moz-linear-gradient(top,  #aaa,  #ccc);
 -ms-gradient: top, #aaa, #ccc;
 padding: 0;
 margin: 0;
}

input, button, textarea {
 font-size: 12px;
}

body a {
 color:#666;
 text-decoration:none;
}

body a:hover{
 color:#c00;
 text-decoration:none
} 

h1, h2, h3, h4 {
 color:#333;
 margin-bottom:5px;
 padding: 1px;
}

h1 {
 font-size: 20px;
 border-bottom: 2px dotted #aaa;
}

h2 {
 font-size: 16px;
 font-weight: bold;
 border-bottom: 1px dotted #aaa;
}

h3 {
 font-size: 14px;
 font-weight: bold;
 border-bottom: 1px dotted #aaa;
}

h4 {
 font-size: 12px;
 font-weight: bold;
 border-bottom: 1px dotted #aaa;
}


#content, #container, #header, #copyright {
 width: 1024px;
}

#container {
 margin: 20px auto;
 padding: 0;
 background: #fff;
 position: relative;
 box-shadow: 10px 10px 10px #666;
 border-radius: 1em 1em 1em 1em;
 -webkit-box-shadow: 10px 10px 10px #666;
 -webkit-border-radius: 1em 1em 1em 1em;
 -moz-box-shadow: 10px 10px 10px #666;
 -moz-border-radius: 1em 1em 1em 1em;
 -ms-border-radius: 1em 1em 0 0;
}

#header {
 border-bottom: 10px solid #ccc;
 height: 50px;
 padding-top: 5px;
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
 background: -moz-linear-gradient(top,  #fff,  #ccc);
 -ms-gradient: top, #fff, #ccc;
 border-radius: 1em 1em 0 0;
 -webkit-border-radius: 1em 1em 0 0;
 -moz-border-radius: 1em 1em 0 0;
 -ms-border-radius: 1em 1em 0 0;
}

#header h1, #header span, #header p {
 text-shadow: 4px 4px 5px #bbb;
 font-family: Impact, sans-serif;
 color: #333;
 border: 0;
 margin: 0;
 padding: 0;
 font-size: 32px;
}

#header h1, #header p {
 padding-left: 10px;
}
	
#header span {
 font-weight: bold;
 color: #666;
}

#header span span {
 color: #966;
}

#header h1 {
 display: inline;
}

#header p {
 font-weight: normal;
 font-size: 12px;
}

#content {
 border-top: 2px solid #aaa;
}

#content-body {
 border-left: 1px dotted #ccc;
 min-height: 700px;
 width: 800px;
 padding: 5px;
 float:left;
 position: relative;
 margin: 0;
}

#content-menue {
 width: 200px;
 float: left;
 position: relative;
 font:bold 12px arial,verdana,sans-serif;
}

#content-menue small {
 display: none;
}

#cc-license {
 position: absolute;
 top: 5px;
 right: 5px;
}

#buttons {
 width: 90px;
 margin: auto;
 padding-top: 650px;
}

.menue {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-top: 1px;
 position: absolute;
 left: 0;
 top: -3px;
}

.menue li {
 padding-left: 5px;
}

.menue > li {
 background: #ddd;
 border-bottom: 1px solid #aaa;
 border-top: 1px solid #aaa;
 border-right: 2px solid #aaa;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
 background: -moz-linear-gradient(top, #fff, #ccc);
 box-shadow: 10px 10px 20px #ccc;
 border-radius: 0 1em 1em 0;
 -webkit-border-radius: 0 1em 1em 0;
 -moz-border-radius: 0 1em 1em 0;
 -moz-box-shadow: 10px 10px 20px #ccc;
 -ms-border-radius: 0 1em 1em 0;
 -ms-gradient: top, #fff, #ccc;
}

.menue > li:first-child {
 background: #ccc;
 border-top: 0;
 border-radius: 0 0 1em 0;
 -webkit-border-radius: 0 0 1em 0;
 -moz-border-radius: 0 0 1em 0;
 -ms-border-radius: 0 0 1em 0;
 -ms-gradient: top, #ccc, #ccc;
}

.menue li a {
 color: #666;
 display: block;
 padding: 5px 8px;
 text-decoration: none;
 width: 165px
}

.menue li:hover {
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background: -moz-linear-gradient(top, #fff, #ddd);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
}

.menue > li {
 margin-top: 0;
}

.menue li:hover a {
 color: #000;
}

.menue li a:hover{
 color: #c00;
 text-decoration: none
}

.menue li li:hover {
 background: #fff;
}

.menue li li:hover:last-child {
 border-radius: 0 0 1em 0;
 -webkit-border-radius: 0 0  1em 0;
 -moz-border-radius: 0 0  1em 0;
}

.menue > li:last-child {
 border-bottom: 2px solid #aaa;
}

.menue li img {
 border: 0;
 padding-right: 5px;
 vertical-align:middle;
}

.sub-menue {
 font: 12px arial,verdana,sans-serif;
 list-style:none;
 margin: 0;
 padding: 0;
 margin-left: 10px;
 border-top: 1px solid #ccc;
}

.sub-menue li {
 padding: 0;
}

.sub-menue li a {
 border: 0;
 border-left: 5px solid transparent;
 padding: 5px;
}

.sub-menue li a:hover {
 border-left: 5px solid #aaa;
}

/* Symbols for Menue */

#content-menue li a, #menue_w3c a, #menue_flash_icon, #menue_actionscript_icon, #menue_tools_icon, #menue_tutorials_icon, #menue_author_icon, #menue_impressum_icon, #menue_search_icon  {
 background-repeat: no-repeat;
 background-image: url(/gfx/png/menue.png);
}

#menue_flash_icon, #menue_actionscript_icon, #menue_tools_icon, #menue_tutorials_icon, #menue_author_icon, #menue_impressum_icon, #menue_search_icon  {
 padding-left: 20px;
}

#content-menue li a {
 padding-left: 20px;
}

#menue_home a {
 background-position: -8px -4px;
}

#menue_flash a, #menue_flash_icon {
 background-position: -8px -36px;
}

#menue_actionscript a, #menue_actionscript_icon {
 background-position: -8px -68px;
}

#menue_projects a, #menue_tools a, #menue_tools_icon {
 background-position: -8px -98px;
}

#menue_tutorials a, #menue_tutorials_icon {
 background-position: -8px -130px;
}

#menue_author a, #menue_author_icon {
 background-position: -8px -161px;
}

#menue_impressum a, #menue_impressum_icon {
 background-position: -8px -193px;
}

#menue_search a, #menue_search_icon {
 background-position: -8px -224px;
}

#menue_flash li a, #menue_actionscript li a, #menue_tutorials li a, #menue_projects li a, #menue_author li a, #menue_impressum li a {
 padding-left: 5px;
 background: none;
}

#menue_w3c a {
 border: 0;
 width: 80px;
 height: 15px;
 display: block;
 background-position: -8px -260px;
}

#copyright {
 clear: both;
 text-align: center;
 position: relative;
 padding: 5px 0 5px 0;
 border-top: 1px dotted #eee;
 font-size: 9px;
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaa));
 background: -moz-linear-gradient(top, #fff, #aaa);
 border-radius: 0 0 1em 1em;
 -webkit-border-radius: 0 0 1em 1em;
 -moz-border-radius: 0 0 1em 1em;
 -ms-gradient: top, #fff, #aaa;
}

.screenshot {text-align: center;}

.screenshot a {border: 0;}

/* IE hacks */
* html #content-body {
        /* \*/
overflow-x: hidden;
height: 700px;
        /* */
}

