/* CSS tierschutz.org */

/* HTML und BODY */
html, body{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

p{
	font-weight:normal;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#1F7EC1;
}

/* Link Flash abfrage */
a{
	text-decoration:none;
	color:#1F7EC1;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#1F7EC1;
	font-weight:bold;
}

/* Stiftung */
.projekt_stiftung {
	position:absolute;
	margin:10px;
}
.projekt_top{
	position:relative;
	top:2px;
	left:0px;
	font-weight:normal;
}
.bild_tierimrecht_top{
	position:relative;
	top:0px;
	left:5px;
}

.inhalt{
	position:absolute;
	width:580px;
	margin:auto;
	margin-top:-200px;
	top:50%;
	left:50%;
	margin-left:-290px;
}
.logo{
	position:absolute;
	width:437px;
	top:150px;
	left:60px;
	z-index:1;
}

.tierwelt{
	position:absolute;
	width:85px;
	top:42px;
	left:0px;
	text-align:center;
}
.tierwelt_txt{
	position:absolute;
	top:118px;
	left:15px;
}

.tierschutz{
	position:absolute;
	width:85px;
	top:-40px;
	left:152px;
	text-align:center;
}
.tierschutz_txt{
	position:absolute;
	top:34px;
	left:164px;
}

.bibliothek{
	position:absolute;
	width:85px;
	top:-40px;
	left:310px;
	text-align:center;
}
.bibliothek_txt{
	position:absolute;
	top:34px;
	left:324px;
}

.verzeichnis{
	position:absolute;
	width:85px;
	top:45px;
	left:460px;
	text-align:center;
}
.verzeichnis_txt{
	position:absolute;
	top:118px;
	left:488px;
}

.tierundrecht{
	position:absolute;
	width:85px;
	top:185px;
	left:10px;
	text-align:center;
}
.tierundrecht_txt{
	position:absolute;
	top:258px;
	left:14px;
}

.vollzug{
	position:absolute;
	width:85px;
	top:265px;
	left:150px;
	text-align:center;
}
.vollzug_txt{
	position:absolute;
	top:336px;
	left:171px;
}

.tierstraffaelle{
	position:absolute;
	width:85px;
	top:265px;
	left:310px;
	text-align:center;
}
.tierstraffaelle_txt{
	position:absolute;
	top:336px;
	left:313px;
}

.unterhaltung{
	position:absolute;
	width:85px;
	top:185px;
	left:460px;
	text-align:center;
}
.unterhaltung_txt{
	position:absolute;
	top:258px;
	left:463px;
}


/* Links */
.links_tierschutz a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_tierschutz a:hover{
	font-size:12px;
	text-decoration:none;
	color:#1C8CDE;
}

.links_tierwelt a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_tierwelt a:hover{
	font-size:12px;
	text-decoration:none;
	color:#4E9B1F;
}

.links_tierundrecht a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_tierundrecht a:hover{
	font-size:12px;
	text-decoration:none;
	color:#E29C75;
}

.links_vollzug a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_vollzug a:hover{
	font-size:12px;
	text-decoration:none;
	color:#29B690;
}

.links_unterhaltung a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_unterhaltung a:hover{
	font-size:12px;
	text-decoration:none;
	color:#2AB3C7;
}

.links_bibliothek a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_bibliothek a:hover{
	font-size:12px;
	text-decoration:none;
	color:#E4C615;
}

.links_verzeichnis a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_verzeichnis a:hover{
	font-size:12px;
	text-decoration:none;
	color:#D75934;
}

.links_tierstraffaelle a{
	text-decoration:none;
	color:#1F7EC1;
}
.links_tierstraffaelle a:hover{
	font-size:12px;
	text-decoration:none;
	color:#D47C00;
}
/* TIR-Film */
.tir-film-bg{display: none; position:fixed;top:0px; left:0px; bottom:0px; right:0px;background-color: rgb(102, 102, 102);filter:Alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
* html .tir-film-bg{position:absolute; width:100%;height:100%;}
.tir-film{position:absolute;top:50%;left:50%;margin-left:-400px;margin-top:-280px;width:800px;height:560px;border:1px solid #348BF5;text-align:center;background-color:#0070C0;color:White;display:none;z-index:1000;}
.tir-film-close{text-align:right;padding-top:10px;padding-right:10px;color:White;z-index:100000;background-image:url('http://www.tierimrecht.org/global/img/background/tir-film.gif');background-repeat:no-repeat;height:80px;}
