body {
	margin: 0;
	padding: 40px 60px 0px 60px;
	font-size:12px;
	line-height:20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bilder/hp/body_bg.jpg) repeat-x #1C73FF;
}

a {
	color: #FFFFFF;
}

@font-face {
    font-family: 'myFirstFont';
    src: url('../7Segment.woff') format('woff');
}

.formula{
	font-size:20px;
}

.segtable{
	text-align: right;
	width: 100px;
}

.segtable_l{
	text-align: left;
	width: 100px;
}

.segtext{
	display: inline;
	width: 100px;
}

.segfont{
	display: inline;
    font-family: myFirstFont;
	color: #A00000;
	font-size:20px;
}

.segfontbk{
	display: inline;
    font-family: myFirstFont;
	color: #000000;
	font-size:40px;
}

.segdot{
	display: inline;
	color: #A00000;
	font-size:20px;
}

.g_geshi{
	display: inline-block;
	font-size:17px;
	font-weight: bold;
	color: #1313F5;
}

.e_geshi{
	display: inline-block;
	font-size:17px;
	font-weight: bold;
	color: #F52D3B;
}

.s_geshi{
	display: inline-block;
	font-size:17px;
	font-weight: bold;
	color: #13F042;
}

.h_geshi{
	display: inline-block;
	font-size:17px;
	font-weight: bold;
	color: #25EEE7;
}

.i_geshi{
	display: inline-block;
	font-size:17px;
	font-weight: bold;
	color: #FDF50D;
}

table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	text-align: left;
}

td, th {
	border: 3px ridge #606060;
	padding: 4px;
	margin: 0;
	text-align: left;
}

table.no_border {
	border-width: 5px;  
    border-style: hidden;
}

table.no_border td {
	border-style: hidden;
	text-align: center;
}

.table_pic_100 {
	width: 100%;
	box-shadow: 8px 8px 6px #999;
	-moz-box-shadow: 8px 8px 6px #999;
	-webkit-box-shadow: 8px 8px 6px #999;
}

.table_pic_90 {
    width: 90%;
}

.table_pic_80 {
    width: 80%;
}

.center_text{
	text-align: center;
}

.left_text{
	text-align: left;
}

.right_text{
	text-align: right;
}

.bascomavr2{
	height:500px;
	overflow: auto;
	padding: 20px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.bash{
	width: 650px;
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.python{
	overflow: auto;
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.sml{
    width: 650px;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.sml_cmt{
	overflow: auto;
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.html_nohl{
	overflow: auto;
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

.html4strict{
	overflow: auto;
	padding: 4px;
	border-radius: 6px;
	color: #000000;
	line-height:12px;
	background: #FFFFFF;
}

#wrapper {
    width: 100%;
    min-width: 1050px;
    max-width: 1300px;
    margin: 0 auto;
}

#banner_container {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#banner {
    height: 100px;
    background: #000000;
}

#banner_title{
	position: absolute;
	margin-top: 35px;
	left: 50%;
	color: #FFFFFF;
	font-size: 23px;
	transform: translate(-50%);
}

#banner_left{
	height: 100px;
	width: 350px;
	float: left;
	background: url(bilder/hp/banner_left.jpg) no-repeat;
}

#banner_right{
	height: 100px;
	width: 350px;
	float: right;
	background: url(bilder/hp/banner_right.jpg) no-repeat;
}

#menu_container{
    width: 100%;
    float: left;
    margin: 0 auto;
}

#menu {
    height: 20px;
    margin: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline-block;
	float: left;
	width: 100px;
	list-style: none;
	text-align: center;
}

#menu a {
	display: inline-block;
	float: left;
	width: 100px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #68D3ED;
}

#content_container{
	width: 100%;
    float: left;
}

#content_wrapper {
    margin-left: 230px;
 /*   float: left;*/
	background: #303030;
    border-radius: 20px;
	padding: 15px;
}

#content {
    background: #707070;
    border-radius: 10px;
	padding: 15px;
	min-height: 660px;
}

#content a {
	color: #60E0E0;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	padding: 15px;
	font-size: 20px;
	margin: 15px;
}

#content h2 {
	font-size: 14px;
}

#content h3 {
	font-size:14px;
	color:#A00000
}

#content h4 {
	font-size: 10px;
}

#navi_container {
    width: 230px;
    margin-left: -100%;
    float: left;
	font-size: 12px;
	line-height: 20px;
}

#navi{
    background: #303030;
    border-radius: 20px;
	padding: 15px;
}

#navi_top {
	height: 10px;
	background: url(bilder/hp/navi_top.gif) no-repeat;
}

#navi_body {
	background-color: #FFFFFF;
}

#navi_bottom {
	height: 25px;
	background:url(bilder/hp/navi_bottom.gif) no-repeat;
}

#navi ul {
	margin: 0;
	padding: 0px 0px 0px 40px;
}

#navi a {
	color: #000000;
	font-size: 11px;
}

#navi a:hover {
	color: #60E0E0;
	text-decoration: none;
}

#navi h2 {
	color: #1C73FF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 20px;
	margin:0;
}

#footer_container {
    width: 100%;
    float: left;
	margin: 20px 0px 0px 0px;
}

#footer {
	height: 50px;
	background: url(bilder/hp/footer.jpg) repeat-x;
	font-size: 12px;
	padding: 18px;
}