@media all and (min-width: 401px) and (max-width: 765px) {
*
{
	margin:0;
	padding:0
}
body
{
	background-color:#FFFFEA;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5
}

a
{
	text-decoration:none;
	color:#C60
}

img
{
	border:0;
	max-width:100%;
	height:auto;
}


.responsive-video 
{
	position: relative;
    padding-bottom: 55%;
    padding-top: 45px;
    height: 0;
    overflow: hidden;
}

.responsive-video-wrapper
{
	width: 400px;
	max-width: 100%;
}

.responsive-video iframe 
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


hr
{
	border:0;
	height:1px;
	background-color:#FC6;
	margin:10px 0
}

ol
{
	list-style-type:none
}

ul
{
	list-style-type:none
}

li
{
	list-style-type:none
}

.bold
{
	font-weight:bold
}

.underlined
{
	text-decoration:underline
}

.italic
{
	font-style:italic
}

.aleft
{
	text-align:left
}

.aright
{
	text-align:right
}

.center
{
	text-align:center
}

.justify
{
	text-align:justify
}

.fl
{
	float:left
}

.fr
{
	float:right
}

.cl
{
	clear:left
}

.cr
{
	clear:right
}

.cb
{
	clear:both
}

.mt5
{
	margin-top:5px
}

.mt10
{
	margin-top:10px
}

.mt15
{
	margin-top:15px
}

.mt20
{
	margin-top:20px
}

.mb5
{
	margin-bottom:5px
}

.mb10
{
	margin-bottom:10px
}

.mb15
{
	margin-bottom:15px
}

.mb20
{
	margin-bottom:20px
}

.p2
{
	padding:1px
}

.p3
{
	padding:2px
}

.p4
{
	padding:3px
}

.p5
{
	padding:4px
}

.w25
{
	width:25%
}

.w50
{
	width:50%
}

.w70
{
	width:70%
}

.w99
{
	width:99%
}

.w100
{
	width:100%
}

.h16
{
	height:16px
}

.h25
{
	height:25px
}

.h50
{
	height:50px
}

.h70
{
	height:70px
}

.h99
{
	height:99px
}

.h100
{
	height:100px
}

.new
{
	color:red;
	font-weight:bold;
	font-size:0.8rem;
	left:1px;
	top:0;
	position:relative
}

#cms
{
	padding-left:0px;
	padding-right:0px
}

ul.list_cms li
{
	font-size:0.8rem;
	margin-left:10px
}

#cms ul
{
	margin-left:25px
}

#cms ul li
{
	list-style-type:disc;
	padding-bottom:5px;
}

#cms a
{
	text-decoration:underline
}

#cms h1
{
	margin:10px 0px 3px
}

#cms h2
{
	margin:10px 0px 3px
}

#cms h3
{
	margin:10px 0px 3px
}

#cms h4
{
	margin:10px 0px 3px
}

#cms h5
{
	margin:10px 0px 3px
}

#cms h6
{
	margin:10px 0px 3px
}

#cms p
{
	margin:20px 1px
}

#cms span
{
	margin-left:0px
}

.img_left
{
	float:left;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:1px
}

.img_right
{
	float:right;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px
}

dl.bildunterschrift 
{
	float: right;
	margin-left:2px
}

dl.bildunterschrift dd 
{
	text-align:center;
	margin-bottom:12px;
	font-size:72%
}

dl.imgLeft 
{
	float: left; 
	margin:7px 4px 7px 0;
}

dl.imgLeft dd 
{
	margin:0; 
	font-size:72%;
}

dl.imgRight 
{
	float: right; 
	margin:7px 0 7px 4px;
}

dl.imgRight dd 
{
	margin:0; 
	font-size:72%;
}

#wallskyscraper
{
	display:none;
}

#leaderboard
{
	display:none;
}

#mobile-leaderboard-320x50
{
	position:relative;
	vertical-align:top;
	text-align:center;
}

#skyscraper
{
	display:none;
}

#rectangle-300x250
{
	position:relative;
	vertical-align:top;
	text-align:center;
}

#agb-label
{
	margin-top:5px;
	margin-left:90px;
	margin-bottom:20px
}

.description
{
	font-size:0.8rem;
	margin-left:3px;
	text-align:justify
}

.success_form
{
	color:#698B22;
	background-color:#EFE;
	border:1px solid #698B22;
	margin-bottom:10px;
	padding:2px
}

.success
{
	color:#698B22;
	background-color:#EFE;
	border:1px solid #698B22;
	margin-bottom:10px;
	padding:2px
}

.success a
{
	color:#698B22
}

ul.error_form
{
	color:#C00;
	background-color:#FEE;
	border:1px solid #C00;
	margin-bottom:10px;
	padding:2px
}

.error
{
	color:#C00;
	background-color:#FEE;
	border:1px solid #C00;
	margin-bottom:10px;
	padding:2px
}

.error a
{
	color:#C00
}

ul.errors_form
{
	color:#C00;
	background-color:#FEE;
	border:1px solid #C00;
	margin-top:10px;
	margin-bottom:10px;
	padding:2px
}

.errors
{
	color:#C00;
	background-color:#FEE;
	border:1px solid #C00;
	margin-top:10px;
	margin-bottom:10px;
	padding:2px
}

.errors a
{
	color:#C00
}

ul.info_form
{
	color:#06F;
	background-color:#DEF;
	border:1px solid #06F;
	margin-bottom:10px;
	padding:2px
}

.info
{
	color:#06F;
	background-color:#DEF;
	border:1px solid #06F;
	margin-bottom:10px;
	padding:2px
}

.info a
{
	color:#06F
}

ul.note_form
{
	color:#FA0;
	background-color:#FFFDD6;
	border:1px solid #FA0;
	margin-bottom:10px;
	padding:2px
}

.note
{
	color:#FA0;
	background-color:#FFFDD6;
	border:1px solid #FA0;
	margin-bottom:10px;
	padding:2px
}

.note a
{
	color:#FA0
}

ul.success_form li
{
	font-size:0.8rem;
	list-style-type:decimal;
	margin-left:10px
}

ul.error_form li
{
	font-size:0.85rem;
	list-style-type:decimal;
	margin-left:10px
}

ul.info_form li
{
	font-size:0.85rem;
	list-style-type:decimal;
	margin-left:10px
}

ul.note_form li
{
	font-size:0.85rem;
	list-style-type:decimal;
	margin-left:10px
}

a.external
{
	background:url(/images/style/external.png) center right no-repeat;
	padding-right:15px
}

h1
{
	font-size:1.5rem
}

h2
{
	font-size:1.35rem
}

h3
{
	font-size:1.2rem
}

h4
{
	font-size:1.15rem
}

h5
{
	font-size:1.10rem
}

h6
{
	font-size:1.05rem
}

label
{
	display:block;
	font-size:0.75rem
}

.input
{
	border:1px solid #CCC;
	padding:2px
}

.input_settings
{
	width:167px;
	border:1px solid #CCC;
	padding:2px
}

.submit
{
	background-color:#fc3;
	color:#306;
	margin-top:2px;
	border:1px solid #CCC;
	cursor:pointer;
	padding:2px
}

select
{
	border:1px solid #CCC;
	padding:2px
}

textarea
{
	border:1px solid #CCC;
	padding:1px
}

#search
{
	position:relative;
	top:-75px;
	left:267px;
	width:100px;
	text-align:right
}

.searchBox
{
	width:65px;
	color:#aaa;
	padding:3px 2px 1px
}

* html #loop{
      top: 5px; /* CSS Hack für IE7 und kleiner */
}

#loop{
      position: relative;
      top: 5px\8; /* CSS Hack für IE8 */
      border: none;
      background: #FFF url(/images/style/loop.png) no-repeat center center;
      width: 22px;
      height: 22px;
	  cursor: pointer;
	  margin-left:7px;
}

/* CSS Hack für Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
      #loop{
            position: relative;
            top: 6px;
			padding-top: 0px;
      }
}

/* CSS Hack für Firefox */
@-moz-document url-prefix() 
{
    #loop{
        position: relative;
		top:-1px;
		padding-top: 0px;
    }
}

#search a
{
	position:relative;
	top:5px;
	margin-left:6px
}

#navi-icon
{
	position:relative;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 5px 4px 3px grey;
	text-shadow: 1px 1px grey;
	font-size:1.4rem;
	top:-63px;
	left:296px;
	text-align:left;
	width:59px;
	padding:3px
}

#fontsize_fav
{
display:none;	
}

.box
{
	border:1px solid #FC6;
	border-top:none
}

.boxheader
{
	font-size:0.75rem;
	font-weight:bold;
	margin-top:5px;
	background-color:#FC6;
	background:url(/images/style/headermenu.png);
	color:#306;
	padding:2px 2px 2px 2px
}

.boxheader_sidebar
{
	font-size:0.75rem;
	font-weight:bold;
	margin-top:5px;
	background:#F3BD1E url(/images/style/box_header_sidebar.png) no-repeat;
	color:#306;
	text-align:center;
	padding:2px
}

div#membersearch ul
{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC
}

div#membersearch ul li a
{
	border-bottom:1px solid #CCC;
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px 3px 10px
}

div#membersearch ul li a:hover
{
	background-color:#EFEFEF
}

#input_search
{
	width:100%;
	color:AAA;
	border:1px solid #DDD;
	padding:2px
}

#submit_search
{
	width:100%;
	background-color:#FFF;
	margin-top:2px;
	border:1px solid #DDD;
	padding:2px
}

.textarea_big
{
	width:100%;
	height:150px
}

#login_box
{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	font-size:0.8rem
}

#club_box
{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	font-size:0.8rem
}

ul#club_center li
{
	border-bottom:1px solid #DDD
}

ul#user_center li
{
	border-bottom:1px solid #DDD
}

ul#user_center li a
{
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px 3px 10px
}

ul#club_center li a
{
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px 3px 10px
}

ul#user_center li a:hover
{
	background-color:#EFEFEF
}

ul#club_center li a:hover
{
	background-color:#EFEFEF
}

#wrapper
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	width:100%;
	overflow:auto;
	background-color:#FFF;
	border:none;
	padding:1px 0px
}

#header
{
	width:100%;
	height:75px
}

#headermenu_mid
{
	display:none;
}

#navi2-footer
{
	display:block;
	float:right;
}

#navi2-footer ul
{
	position:relative;
	left:1px
}

#navi2-footer ul li
{
	float:none;
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	background:url(/images/style/headermenu.png) repeat-x
}

#navi2-footer ul li:hover
{
	background:url(/images/style/headermenu_reverse.png) repeat-x
}

#navi2-footer ul li a
{
	text-align:center;
	display:block;
	width:145px;
	color:#580066;
	font-size:0.75rem;
	padding:5px
}

#navi
{
	display:none;
}

#navi-footer
{
	width: 58%;
	display:block;
	text-align:left;
	float: none;
}

#navi-footer a.menuitem
{
	background-color:#FC6;
	background:url(/images/style/headermenu.png);
	line-height:1.5em;
	font-size:0.8rem;
	font-family:Verdana;
	font-weight:bold;
	color:#306;
	display:block;
	position:relative;
	text-decoration:none;
	margin-top:5px;
	padding:4px 4px 4px 4px
}

#navi-footer div.submenu ul li
{
	font-size:0.75rem;
	border:1px solid #F3BD1E;
	border-top:none
}

#navi-footer div.submenu ul li a
{
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#FBDD76;
	padding:4px 4px 4px 4px
}

#navi-footer div.submenu ul li a:hover
{
	background:#FAECBA
}

.subnav li a.first
{
	display:block;
	cursor:pointer
}

.subnav li ul
{
	position:absolute;
	left:-999em;
	width:300px;
	z-index:1
}

.subnav li li a
{
	display:block;
	font-size:0.7rem;
}

.subnav li li a:hover
{
	background:#F8F1D8!important
}

.subnav li:hover ul
{
	left:205px;
	margin-top:-15.5px
}

#navi-footer div.submenu ul li ul
{
	border-bottom:1px solid #F3BD1E
}

#navi-footer div.submenu ul li ul li
{
	border-bottom:none!important;
	border:1px solid #F3BD1E
}

#navi-footer div.submenu ul li ul li a
{
	background-color:#FAECBA
}



#content_wrapper
{
	overflow:auto;
	float:none;
	width:100%
}

#content
{
	width:100%;
	font-size:0.7rem;
	overflow:auto;
	float:none;
	border:none;
	margin:1px;
	padding:5px 1px
}

#Content-Index-Bottom
{
	width:98%;
	font-size:0.7rem;
	text-align:justify;
}

#breadcrumb
{
	border-bottom:1px solid #DDD;
	margin-bottom:2px;
	font-size:0.5rem;
	padding:2px 2px 2px 2px
}

#teaser
{
	border:1px dotted orange;
	font-size:0.9rem;
	margin-bottom:1rem;
	padding:1px
}

.user_head
{
	font-weight:bold;
	background:#DDD url(/images/style/head.jpg) repeat-x;
	font-size:100%;
	border:1px solid #CCC;
	padding:2px
}

.user
{
	position:relative;
	top:-20px;
	font-size:0.8rem;
	font:Verdana;
	font-weight:bold;
	border-bottom:1px solid #FC6;
	text-align:right;
	padding:3px 0
}

.user li
{
	display:inline
}

.user li a
{
	text-decoration:none;
	margin-left:3px;
	background-color:#FC6;
	background-image:url(/images/style/box_header.png);
	color:#FFF;
	padding:3px 7px
}

.user li a:hover
{
	background-color:#FC3;
	background-image:none
}

#footer
{
	text-align:center;
	font-size:0.625rem;
	clear:both;
	padding:0px
}

#sidebar_wrapper
{
	display:none
}

#google-plusone-facebook-like-share-follow
{
	display: none;
}

#fb-posts
{
	overflow: auto;
	text-align: left;
	margin: 1px
}

#sidebar
{
	display: none;
}

.contacts ul li a
{
	display:block;
	padding:5px 20px
}

a.user_online
{
	background:url(/images/user/online.png) no-repeat 4% 40%
}

a.user_offline
{
	background:url(/images/user/offline.png) no-repeat 4% 40%
}

a:hover.user_online
{
	background-color:#EFEFEF
}

a:hover.user_offline
{
	background-color:#EFEFEF
}

.user_start_full
{
	float:none;
	width:100%
}

#user_content_full
{
	border:1px solid #CCC;
	border-top:none;
	padding:1px
}

#user_content_full ul li
{
	width:90px;
	float:none;
	text-align:center;
	margin:5px
}

#user_start_left
{
	float:none;
	width:263px
}

.user_start
{
	border:1px solid #CCC;
	border-top:none
}

.user_start ul li a
{
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 20px
}

.user_start ul li a:hover
{
	background-color:#EFEFEF
}

#user_start_right
{
	float:none;
	width:263px
}

img.online
{
	border:3px solid #EFB
}

img.offline
{
	border:3px solid #EAEAEA
}

.table_user
{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC
}

ul#last_user
{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC
}

ul#grouplink
{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC
}

.table_user td
{
	border-bottom:1px solid #CCC;
	padding:1px
}

#description
{
	border:1px solid #CCC;
	border-top:none;
	padding:3px
}

ul#user_profile li a
{
	display:block;
	border-bottom:1px solid #CCC;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px
}

ul#grouplink li a
{
	display:block;
	border-bottom:1px solid #CCC;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px
}

ul#last_user li a
{
	display:block;
	border-bottom:1px solid #CCC;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px
}

ul.groups li a
{
	display:block;
	border-bottom:1px solid #CCC;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px
}

ul#user_profile li a:hover
{
	background-color:#EFEFEF
}

ul#grouplink li a:hover
{
	background-color:#EFEFEF
}

ul#last_user li a:hover
{
	background-color:#EFEFEF
}

ul.groups li a:hover
{
	background-color:#EFEFEF
}

textarea.interests
{
	width:95%;
	height:60px
}

.table_settings td
{
	padding:1px
}

ul.feed
{
	margin-top:5px;
	margin-left:0!important
}

ul.feed li
{
	border-bottom:1px solid #DDD;
	list-style-type:none!important
}

ul.feed li a
{
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 3px
}

ul.feed li a:hover
{
	background-color:#EFEFEF
}

#textarea_gb
{
	border:1px solid #CCC;
	width:100%;
	height:150px;
	margin-top:10px;
	padding:2px
}

.gbmenu
{
	padding:2px
}

p.gb_subject
{
	border-bottom:1px solid #CCC;
	padding:2px
}

p.gb_date
{
	font-size:0.562rem;
	padding:2px
}

.table_forum
{
	border:1px solid #CCC;
	border-right:none;
	border-top:none
}

.table_forum td
{
	border-right:1px solid #CCC
}

.forum
{
	background:#DDD url(/images/style/head.jpg) repeat-x;
	font-size:1.0rem;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:3px
}

#forum_topic td
{
	padding:2px
}

ul.cat_list li a
{
	background:url(/images/user/arrow.png) no-repeat center left;
	display:block;
	padding:2px 2px
}

ul.cat_list li a:hover
{
	background-color:#EFEFEF
}

.table_groups
{
	border-bottom:1px solid #CCC
}

.table_groups td
{
	border-left:1px solid #CCC
}

.table_groups td a
{
	display:block;
	background:url(/images/user/arrow.png) no-repeat center left;
	padding:3px 1px
}

.table_groups td a:hover
{
	background-color:#EFEFEF
}

table.table_msg
{
	border:1px solid #CCC
}

.msg_head
{
	background:#DDD url(/images/style/head.jpg) repeat-x;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:2px
}

.disabled
{
	color:#BFBFBF
}

.gallery_head
{
	text-align:center;
	background:#DDD url(/images/style/head.jpg) repeat-x;
	margin-bottom:10px;
	border:1px solid #CCC;
	padding:2px
}

#searchFor-element input
{
	margin-right:3px
}

#sprachen-element input
{
	margin-right:3px
}

.zend_form dt label
{
	font-weight:bold
}

.zend_form dt
{
	margin-top:10px;
	margin-left:10px
}

.zend_form dd
{
	margin-top:3px;
	margin-left:20px
}

.zend_form dd select
{
	width:200px
}

table.pinnwand td
{
	padding:1px
}

.Zend_Tag_Cloud li
{
	float:none;
	color:red
}

#dropdown ul li:hover
{
	background-color:#EFEFEF
}

.dropdown-list-item
{
	cursor:pointer;
	display:list-item
}

#dropdown
{
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:200px;
	overflow:hidden;
	position:absolute;
	background:none repeat scroll 0 0 #fff;
	z-index:1;
	display:none;
	margin-top:-2px;
	margin-left:20px;
	padding:2px
}

#submit-improvements
{
	font:bold 120% 'trebuchet ms',helvetica,sans-serif
}

#submit-improvements a
{
	text-decoration:underline;
	color:#306
}

.watermark
{
	color:#999
}

@media screen and -webkit-min-device-pixel-ratio0 {
	#loop
	{
		position:relative;
		padding-top:2px
	}

	#headermenu_mid
	{
		position:absolute;
		margin-top:105px;
		left:2px
	}
}
}