/*-- Main --*/
.reisen	{background: url('reisen-b.png') top left repeat;
	 color: #FFF; font: 10pt "Lucida Grande", "Lucida Sans", "Tahoma", sans-serif;
	 min-height: 360px;
		 height: auto !important; height: 360px;
 	 overflow: hidden; padding: 20px 25px; position: relative;
	 text-shadow: 1px 1px 1px #280B40}

.reisen-s	{background: url('reisen-s.png') bottom right no-repeat;
		 height: 100%; min-height: 415px; width: 314px;
		 right: -15px; top: 0; pointer-events: none;
		 position: absolute; z-index: 1}

.reisen-p,
.reisen-f	{border-top: 2px solid #A02AB5; border-bottom: 2px solid #450D4F; border-radius: 5px;
		 position: relative}

.reisen-p	{background-color: rgba(100, 25, 115, 0.65);
		 margin-right: 245px; padding: 8px 10px;
		 z-index: 2}


/*-- Signature --*/
.reisen-f	{background: url('reisen-f.png') rgba(100, 25, 115, 0.65) center right 5px no-repeat;
		 min-height: 96px;
		 margin: 20px 265px 0 0; padding: 8px 90px 8px 10px;
		 z-index: 3}


/*-- Links --*/
.reisen a,
.reisen a:link,
.reisen a:visited	{color: #85A1FF;
			 text-decoration: none}

.reisen a:hover	{text-decoration: underline}

.reisen a:active	{color: #ABBEFF}


/*-- Code/Quote --*/
.reisen .code,
.reisen .quote	{margin: 0 25px}

.reisen .code > .box,
.reisen .quote > .box	{background-color: rgba(20, 5, 40, 0.50);
	 box-shadow:
		 inset 1px 1px 0 rgba(0, 0, 0, 0.15),
		 1px 1px 0 rgba(255, 255, 255, 0.15);
	 border: none; border-radius: 3px;
	 margin: 4px 0; padding: 4px 6px}

.reisen .code > .box	{color: #95FF80}

.reisen .quote > .box:before	{content: url('reisen-q.png');
				 margin-right: 5px}

.reisen .quote > .boxhead	{display: block;
 				 font-size: 8pt; font-style: italic}


/*-- Misc. --*/
.reisen hr	{border: none; border-top: 1px solid #3C0A45; border-bottom: 1px solid #B735CF;
		 margin: 6px auto;
		 width: 100%}

.reisen pre br,
.reisen pre + br,
.reisen tt br,
.reisen .code > .boxhead	{display: none}  

.reisen tt,
.reisen .code > .box	{font: 10pt "Droid Sans Mono", "Consolas", monospace;
			 white-space: pre-wrap}

.reisen .spoiler	{text-shadow: none}