/* Copyright (c) 2medien - http://www.2medien.com - info@2medien.com */

/* #[ RESET ]#################### */
img,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span {margin:0; padding:0; border:0; list-style:none;}

/* #[ DEFAULT ]#################### */
.tpl_width {width:998px!important;}
div#tpl-header, div#tpl-main, div#tpl-footer {float:left; width:100%;}
div#header, div#main, div#footer {position:relative;}
div#header,div#center,div#footer {margin:0 auto;}

b, strong, .bold {font-weight:bold;}
.nobold {font-weight:normal;}
.center {text-align:center; display:block;}

a:link, a:visited {color:#f8bb2f; text-decoration:none;}
a:hover {text-decoration:underline;}
a:focus {outline:none;}

input[type='hidden'] {display:none;}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button, .selectbox {cursor:pointer;}

hr {border:0; margin:5px 0; padding:0; background:#ddd;}

h1, h2, h3, h4, h5, h6 {font-size:160%; color:#000;}
h2 {font-size:150%;}
h3 {font-size:140%;}
h4 {font-size:130%;}
h5 {font-size:120%;}
h6 {font-size:110%;}

.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.fleft {float:left;}
.fright {float:right;}
.foleft {float:left; overflow:hidden;}
.foright {float:right; overflow:hidden;}

.leftcol {float:left; clear:left;}
.rightcol {float:right; clear:right;}

.w5 {width:5%!important;}
.w10 {width:10%!important;}
.w15 {width:15%!important;}
.w20 {width:20%!important;}
.w25 {width:25%!important;}
.w30 {width:30%!important;}
.w33 {width:33%!important;}
.w35 {width:35%!important;}
.w49 {width:49%!important;}
.w40 {width:40%!important;}
.w50 {width:50%!important;}
.w55 {width:55%!important;}
.w60 {width:60%!important;}
.w65 {width:65%!important;}
.w66 {width:66%!important;}
.w70 {width:70%!important;}
.w75 {width:75%!important;}
.w80 {width:80%!important;}
.w85 {width:85%!important;}
.w90 {width:90%!important;}
.w95 {width:95%!important;}
.w99 {width:99%!important;}
.w100 {width:100%!important;}

.img	{margin:10px;}
.img-l	{margin-left:10px;}
.img-r	{margin-right:10px;}
.img-t	{margin-top:10px;}
.img-b	{margin-bottom:10px;}
.img-lr	{margin:0 10px;}
.img-tb	{margin:10px 0;}
.img-tb	{margin:10px 0;}
.img-tl	{margin:10px 0 0 10px;}
.img-bl	{margin:0 0 10px 10px;}
.img-tr	{margin:10px 10px 0 0;}
.img-br	{margin:0 10px 10px 0;}
.img-tlr{margin:10px 10px 10px 0;}

.relative {position:relative;}
.absolute {position:absolute;}

.hidden {display:none;}
