a {
	color: #00d;
	text-decoration: none;
	-webkit-transition: color .3s ease;
}

a:hover {
	color: #14f;
}

a.extern {
	color: #07d;
}

a.extern:hover {
	color: #09e;
}

a.newsitem {
	-webkit-transition: none;
}

a.newsitem:hover {
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #8080ff, #2626d4);
}

a.newsitem:active {
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #2626d4, #8080ff);
}

a.extern.newsitem:hover {
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#80c1ff), to(#267dd4)), transparent;
	background: -moz-linear-gradient(top, #80c1ff, #267dd4);
}

a.extern.newsitem:active {
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#267dd4), to(#80c1ff)), transparent;
	background: -moz-linear-gradient(top, #267dd4, #80c1ff);
}

h1 {
	text-align: center;
	padding-top: 5px;
	font: 16px Capitals, Times, "Times New Roman", serif;
}

body {
	font: 14px "Gill Sans", "Helvetica Neue", Helvetica, "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	margin: 0;
}

div.flag {
	right: 450px;
	left: 450px;
	bottom: 0px;
	width: auto;
	border-width: 0px;
	position: absolute;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}

div.flag img {
	border: 1px solid #808080;
	height: 9px;
	width: 12px;
}

img {
	border-width: 0px;
}

p {
	font-family: "Gill sans", Helvetica, Verdana, Arial, sans-serif;
}

p.masuco {
	text-align: justify;
}

p.wwpic {
	padding-top: 61px;
	width: 160px;
}

.ad {
	display: block;
	position: relative;
	top: 10px;
	left: 5px;
	border-left: 2px solid #007;
	padding-left: 5px;
}

.bar {
	text-align: center;
	font-size: 12px;
}

.btnbar {
	position: relative;
	vertical-align: bottom;
	bottom: 2px;
}

.button {
	font: 13px "Lucida Grande", Lucida, "Helvetica Neue", Helvetica, Verdana, Arial, "Gill Sans", sans-serif;
	display: inline-block;
	clear: none;
	text-align: center;
	text-decoration: none;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbb)), transparent;
	background: -moz-linear-gradient(top, white, #bbb);
	font-weight: normal;
	padding: 8px;
	min-width: 47px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 10px;
	border: 2px solid black;
	margin: 5px;
}

.button.abs {
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #8080ff, #2626d4);
	color: white;
	text-decoration: none;
}

.button.extern:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#80c1ff), to(#267dd4)), transparent;
	background: -moz-linear-gradient(top, #80c1ff, #267dd4);
	color: white;
	text-decoration: none;
}

.button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #2626d4, #8080ff);
}

.button.extern:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#267dd4), to(#80c1ff)), transparent;
	background: -moz-linear-gradient(top, #267dd4, #80c1ff);
}

.cal {
	width: 488px;
	height: 151px;
}

.cal .btm {
	background: white;
	background: -webkit-gradient(linear, left top , left btm, from(white), to(#eee));
	background: -moz-linear-gradient(top, white, #eee);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 119px;
	padding-left: 10px;
	padding-top: 3px;
}

.cal .btm.role {
	padding-top: 5px;
	height: 117px;
}

.cal .top {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #ef4458;
	background: -webkit-gradient(linear, right top , left bottom, from(#ff5467), to(#df3449));
	height: 24px;
	color: white;
	padding-top: 5px;
	padding-left: 10px;
}

.cal .top.role {
	color: black;
	background: #ffe67f;
	background: -webkit-gradient(linear, right top , left bottom, from(white), to(#ccc));
}

.center {
	text-align: center;
}

div.blog .center {
	display: block;
}

div.con p {
	text-align: center;
}

.date {
	position: relative;
	text-align: right;
	top: -18px;
	right: 10px;
}

.fr {
	float: right;
}

.l {
	width: 490px;
}

nav.wrap .l {
	border-right: 1px solid black;
	display: block;
	width: 487px;
}

nav.wrap a {
	-webkit-transition: none;
}

nav.wrap a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #8080ff, #2626d4);
	color: white;
	text-decoration: none;
}

nav.wrap a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #2626d4, #8080ff);
}

nav.wrap .r {
	border-left: 1px solid black;
	width: 487px;
}

.newsitem {
	background: white;
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.9, rgba(0,0,0,.1)), to(rgba(0,0,0,.05)));
	-webkit-transition: none;
	margin: 5px auto;		
	border: 2px solid black;
	width: 980px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear: right;
	display: block;
}

.newsitem.l {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	width: 488px;
	clear: none;
	display: table-cell;
}

.newsitem.r {
	margin-left: 0px;
	border-left-width: 1px;
	width: 488px;
	display: table-cell;
}

.newsitem p {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 14px;
}

.r {
	width: 490px;
	text-align: right;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.rel {
	position: relative;
}

.rl {
	left: 10px;
	font: italic 20px "Ludica Calligraphy", "Lucida Handwriting", "Handwriting - Dakota", "Zapf Chancery", "Marker Felt", "Comic Sans MS", cursive, sans-serif;
}

.sec {
	max-width: 300px;
	min-width: 200px;
	margin-right: 10px;
	float: right;
}

.tt {
	width: 650px;
}

.wob {
	background-color: black;
	color: white;
}

.wrap {
	background: white;
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.9, rgba(0,0,0,.1)), to(rgba(0,0,0,.05)));
	-webkit-transition: none;
	margin: 4px auto;
	width: 976px;
	border: 2px solid black;
}

.table {
	display: table;
}

.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ww {
	height: 151px;
	color: white;
	display: block;
	float: right;
	width: 488px;
	z-index: 1;
	background: black;
	background: black -webkit-gradient(linear, left top, left bottom, from(#808080), to(#262626));
	background: black -moz-linear-gradient(top, #808080, #262626);
}

.ww:hover {
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #8080ff, #2626d4);
}

.ww:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #2626d4, #8080ff);
}

.ww ul {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-top: 5px;
}

.ww h3 {
	font: bold "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding-left: 10px;
	padding-top: 15px;
	z-index: 0;
}

.wwpic {
	max-height: 160px;
	max-width: 160px;
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 10;
	color: white;
	text-align: center;
}

.blog {
	background: white;
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.9, rgba(0,0,0,.1)), to(rgba(0,0,0,.05)));
	-webkit-transition: none;
	display: block;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

a.blog:hover {
	color:white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #80c1ff, #267dd4);
}

a.blog:active {
	color:white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #267dd4, #80c1ff);
}

a.blog.extern:hover {
	color:white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#80c1ff), to(#267dd4)), transparent;
	background: -moz-linear-gradient(top, #80c1ff, #267dd4);
}

a.blog.extern:active {
	color:white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#267dd4), to(#80c1ff)), transparent;
	background: -moz-linear-gradient(top, #267dd4, #80c1ff);
}

.blog p {
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
}

#btmbar {
	height: 16px;
	width: 980px;
	margin: 2px auto;
}

.small {
	font-size: 11px;
}

#desc {
	min-height: 246px;
}

.gray {
	color: #555;
}

#nina {
	display: block;
	height: 246px;
	width: 324px;
	border: 2px solid black;
	margin: 5px auto;
}

#pic {
	margin-left: 126px;
	position: fixed;
	right: 50%;
	text-align: center;
	max-height: 250px;
	max-width: 252px;
}

#rolet {
	border: 1px solid black;
	border-color: black;
	text-align: center;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.shirt {
	position: relative;
	margin: 40px auto;
}

.shirt h1 {
	padding-top: 5px;
}

.shirt p {
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
}

.shirt #ente {
	max-height: 100px;
	max-width: 100px;
	position: absolute;
	left: 0px;
	top: -30px;
	z-index: 10;
	text-align: center;
}

.shirt #girlie {
	max-height: 100px;
	max-width: 100px;
	position: absolute;
	right: 0px;
	top: -32px;
	z-index: 20;
	text-align: center;
}

.shirt #white {
	max-height: 100px;
	max-width: 100px;
	position: absolute;
	right: 50px;
	top: -25px;
	z-index: 10;
	text-align: center;
}

.twitter {
	margin: 10px 0px;
	z-index: 1;
}

.top {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-width: 1px;
	margin-bottom: 0px;
}

.bottom {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-width: 1px;
	margin-top: 0px;
}

.notround {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
}

td a {
	display: block;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbb)), transparent;
	background: -moz-linear-gradient(top, white, #bbb);
	-webkit-transition: none;
}

td a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#2626d4)), transparent;
	background: -moz-linear-gradient(top, #8080ff, #2626d4);
	color: white;
	text-decoration: none;
}

td a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2626d4), to(#8080ff)), transparent;
	background: -moz-linear-gradient(top, #2626d4, #8080ff);
}

td a.extern:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#80c1ff), to(#267dd4)), transparent;
	background: -moz-linear-gradient(top, #80c1ff, #267dd4);
	color: white;
	text-decoration: none;
}

td a.extern:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#267dd4), to(#80c1ff)), transparent;
	background: -moz-linear-gradient(top, #267dd4, #80c1ff);
}

td a.inline {
	display: inline;
	padding: 0px 5px;
}

.double {
	padding: 8px 0px;
}

.triple {
	padding: 16px 0px;
}

.con {
	background: #dddd00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee2), to(#cc0));
}

.kontakt {
	font-family: "Ludica Calligraphy", "Lucida Handwriting", "Handwriting - Dakota", "Zapf Chancery", "Marker Felt", "Comic Sans MS", cursive, sans-serif;
	z-index: 1;
}

#km {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.strike {
	text-decoration: line-through;
}

.left {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-right-width: 1px;
	margin-right: 0px;
}

.right {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-left-width: 1px;
	margin-left: 0px;
}

.dis {
	color: #555;
	background: #ddd;
}

.dis:hover {
	color: #14f;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbb)), transparent;
	background: -moz-linear-gradient(top, white, #bbb);
}

.dis.extern:hover {
	color: #09e;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbb)), transparent;
	background: -moz-linear-gradient(top, white, #bbb);
}

.dis:active {
	color: #14f;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(white)), transparent;
	background: -moz-linear-gradient(top, #bbb, white);
}

.dis.extern:active {
	color: #09e;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(white)), transparent;
	background: -moz-linear-gradient(top, #bbb, white);
}

ol.rules > ol {
	list-style-type: upper-alpha;
	font-weight: normal;
}

ol.rules {
	list-style-type: upper-roman;
	font-weight: bold;
}

ol.rules > ol > ol {
	list-style-type: decimal;
	font-weight: lighter;
}